@charset "UTF-8";

/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/

.header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.h-logo {
    position: absolute;
    top: 0;
    left: 0;
}

.h-wrap {
    padding: 20px 30px;
}

.h-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-bottom: 20px;
    padding-right: 15px;
}

.h-tel {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.h-nav_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.h-nav_item {
    text-align: center;
    position: relative;
}

.h-nav_item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #ffd008;
    position: absolute;
    top: 0;
    right: 0;
}

.h-nav_item a {
    padding: 0 12px;
}

.h-nav_icon {
    margin-bottom: 8px;
}

/*--------------------------------------------------

ent

--------------------------------------------------*/
.ent-wrap {
    display: flex;
    justify-content: center;
    gap: 25px;
    position: relative;
}

.ent-item {
    width: 918px;
    height: 794px;
    border: 4px solid #fce393;
}

.ent-item_page-01 {
    border-radius: 40px;
    background: url(/images/ent/official.jpg) no-repeat center / cover;
}

.ent-item_page-02 {
    border-radius: 40px;
    background: url(/images/ent/special.jpg) no-repeat center / cover;
}

.ent-item_title {
    width: 540px;
    height: 240px;
    margin: 445px auto 0;
    padding-top: 50px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    font-family: "Noto Serif JP", serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    position: relative;
}

.ent-item_page-01 .ent-item_title::after {
    content: "";
    width: 189px;
    height: 93px;
    background: url(/images/ent/official_txt.png) no-repeat center / contain;
    position: absolute;
    right: 10px;
    bottom: -5px;
}

.ent-item_page-02 .ent-item_title::after {
    content: "";
    width: 195px;
    height: 94px;
    background: url(/images/ent/special_txt.png) no-repeat center / contain;
    position: absolute;
    right: 10px;
    bottom: -5px;
}

.ent-item_txt {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.06em;
}

.ent-item_txt .fix {
    font-size: 26px;
}

@media screen and (max-width: 1860px) {
    .ent-item {
        width: 47.812vw;
        min-width: 612px;
    }
}

.ent-footer {
    padding: 20px 0;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}


/*-----------------------------------------------------------------------

    main-vis

-----------------------------------------------------------------------*/
.vis {
    position: relative;
}

.main-vis_title {
    width: 485px;
    height: 475px;
    padding-top: 150px;
    padding-left: 10px;
    background: url(/images/key/mv-title_bg.png) no-repeat center / cover;
    font-family: "Zen Maru Gothic", serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: center;
    position: absolute;
    top: 140px;
    left: calc(50% - 735px);
}

.main-vis_title .fix {
    font-size: 38px;
}

.main-vis_title::before {
    content: "";
    width: 294px;
    height: 115px;
    background: url(/images/key/mv-title_txt.png) no-repeat center / contain;
    position: absolute;
    top: 30px;
    right: -35px;
}

@media screen and (max-width: 1580px) {
    .main-vis_title {
        left: 50px;
    }
}

#mv {
    width: 100%;
    height: 770px;
    margin: 0 auto;
    z-index: 0;
    position: relative;
}

#mv .bx-wrapper,
#mv ul {
    width: 100%;
    height: 100%;
}

#mv li {
    width: 100%;
    height: 770px;
}


/* sub-vis
-------------------*/
.sub-vis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 570px;
}

.sub-vis_img {
    width: 100%;
    height: 100%;
}

.sub-vis_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-vis_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 780px;
    height: 260px;
    background: url(/images/key/sv-title_bg.png) no-repeat center / contain;
    font-family: "Zen Maru Gothic", serif;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
    position: absolute;
    z-index: 1;
}

.sub-vis_title .en {
    position: absolute;
    top: -10px;
    right: 60px;
}


/*-----------------------------------------------------------------------

    side-btn

-----------------------------------------------------------------------*/
.side-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 81px;
    height: 300px;
    background-color: #ffd008;
    border-radius: 10px 0 0 10px;
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 180px;
}

.side-btn::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 18px;
    background: url(/images/common/line.png) no-repeat center / contain;
}

.side-btn_txt {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    writing-mode: vertical-lr;
    font-family: "Zen Maru Gothic", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

.side-btn_txt span {
    display: inline-block;
}

.side-btn_txt .fix {
    font-size: 22px;
    font-weight: 700;
}

.top-btn {
    position: fixed;
    z-index: 10;
    right: 15px;
    bottom: 50px;
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.footer {
    padding: 20px 0 80px;
    background-color: #f8f8ea;
}

.f_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    position: relative;
}

.f-logo {
    width: 100%;
    text-align: center;
}

.f-logo a {
    display: inline-block;
}

.f-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.f-bnr_item:not(:last-child) {
    margin-bottom: 20px;
}

.f-nav {
    width: 300px;
}

.f-nav_list {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1;
}

.f-nav_item {
    display: flex;
}

.f-nav_item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: #fb9d38;
    border-radius: 2px;
    transform: translateY(1px);
}

.f-nav_item:not(:last-child) {
    margin-bottom: 25px;
}

.f-sub-nav_list {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.f-sub-nav_item {
    display: flex;
}

.f-sub-nav_item:not(:last-child) {
    margin-bottom: 20px;
}

.f-sub-nav_item::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #fb9d38;
    border-radius: 2px;
    transform: translateY(1px);
}

.footer .copyright {
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/

/*--------------------------------------------------

home

--------------------------------------------------*/

/*  top-about
--------------------------------------------------*/
.top-about {
    position: relative;
}

.top-about::before {
    content: "";
    width: 615px;
    height: 468px;
    background: url(/images/top/about_bg.png) no-repeat center / contain;
    position: absolute;
    left: calc(50% - 1020px);
    bottom: 110px;
}

.top-about_title {
    line-height: calc(64 / 42);
    text-align: center;
}

.top-about_title::before {
    content: "";
    width: 143px;
    height: 119px;
    background: url(/images/top/about_title_l.png) no-repeat center / contain;
    position: absolute;
    top: 80px;
    left: 40px;
}

.top-about_title::after {
    content: "";
    width: 172px;
    height: 159px;
    background: url(/images/top/about_title_r.png) no-repeat center / contain;
    position: absolute;
    top: 80px;
    right: 30px;
}

.top-about_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 60px;
}

.top-about_img {
    position: relative;
    z-index: 1;
}

.top-about_img::before {
    content: "";
    width: 440px;
    height: 680px;
    border: 2px solid #7dae48;
    border-radius: 40px;
    position: absolute;
    z-index: -1;
    right: -20px;
    bottom: -20px;
}

.top-about_img img {
    border-radius: 40px;
}

.top-about_txt {
    width: 50%;
    padding-top: 10px;
}

/*  top-voice
--------------------------------------------------*/
.top-voice {
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
    background:
        url(/images/top/voice_illust.png) no-repeat top left,
        url(/images/top/voice_bg.png) no-repeat bottom right;
    background-color: #f8f8ea;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.top-voice_list {
    margin-bottom: 60px;
}

/*  top-link
--------------------------------------------------*/
.top-link {
    margin-top: -140px;
    padding: 290px 0 150px;
    background: url(/images/top/top-link.jpg) no-repeat center / cover;
}

.top-link_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0;
}

.top-link_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 520px;
    height: 200px;
    border: 6px solid #fb9d38;
    border-radius: 10px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1;
    position: relative;
}

.top-link_item .en {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.top-link_item .ja {
    position: relative;
    z-index: 1;
}

.top-link_item_case {
    background: url(/images/top/top-link_case_bg.jpg) no-repeat center / cover;
}

.top-link_item_case::after {
    content: "";
    width: 45px;
    height: 67px;
    background: url(/images/top/top-link_case_deco.png) no-repeat center / cover;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.top-link_item_plan {
    background: url(/images/top/top-link_plan_bg.jpg) no-repeat center / cover;
}

.top-link_item_plan::after {
    content: "";
    width: 68px;
    height: 68px;
    background: url(/images/top/top-link_plan_deco.png) no-repeat center / cover;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.top-link_item_counselor {
    width: 100%;
    background: url(/images/top/top-link_counselor_bg.jpg) no-repeat center right / cover;
}

.top-link_item_counselor::after {
    content: "";
    width: 68px;
    height: 61px;
    background: url(/images/top/top-link_counselor_deco.png) no-repeat center / cover;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

/*  top-episode
--------------------------------------------------*/
.top-episode {
    background-color: #fdeebe;
    position: relative;
    z-index: 1;
}

.top-episode::before {
    content: "";
    width: 625px;
    height: 156px;
    background: url(/images/top/episode_deco.png) no-repeat center / contain;
    position: absolute;
    top: 140px;
    left: calc(50% - 670px);
}

.top-episode::after {
    content: "";
    width: 522px;
    height: 256px;
    background: url(/images/top/episode_illust.png) no-repeat center / contain;
    position: absolute;
    bottom: 180px;
    right: calc(50% - 900px);
}

/*  top-news
--------------------------------------------------*/
.top-news {
    position: relative;
}

.top-news::before {
    content: "";
    width: 426px;
    height: 535px;
    background: url(/images/top/news_bg.png) no-repeat center / contain;
    position: absolute;
    right: 0;
    top: -10px;
}

@media screen and (max-width: 1920px) {
    .top-news::before {
        right: calc(50% - 960px);
    }
}

.top-news_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.top-news_title {
    width: 175px;
}

.top-news_list {
    width: 810px;
}

.top_post_empty {
    width: 810px;
    margin: 0 auto;
}

.top-news_content {
    width: 695px;
}

.top-news_btn {
    display: flex;
    align-items: center;
    font-family: "Zen Maru Gothic", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    position: absolute;
    top: 150px;
    left: 0;
}

.top-news_btn::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    background: url(/images/common/arw.png) no-repeat center / contain;
}


/*  inc-contact
--------------------------------------------------*/
.inc-contact {
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
    padding: 80px 0 100px;
    background: url(/images/inc-contact/inc-contact_bg.png) no-repeat bottom -10px left -60px;
    background-color: #fce393;
    border-radius: 40px;
    position: relative;
}

.inc-contact_fix {
    margin-bottom: 150px;
}

.inc-contact::before {
    content: "";
    width: 369px;
    height: 204px;
    background: url(/images/inc-contact/inc-contact_deco.png) no-repeat center / contain;
    position: absolute;
    top: -70px;
    right: calc(50% - 730px);
}

.inc-contact_wrap {
    padding: 60px;
    border-radius: 15px;
    background-color: #fff;
}

.inc-contact_txt {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
}

.inc-contact_txt .fix {
    font-size: 22px;
    font-weight: 700;
}

.inc-contact_btn_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
    margin-bottom: 40px;
}

.inc-contact_btn_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 455px;
    height: 80px;
    border-radius: 10px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    position: relative;
}

.inc-contact_btn_line {
    background-color: #ffd008;
}

.inc-contact_btn_line::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background: url(/images/common/line.png) no-repeat center / contain;
}

.inc-contact_btn_mail {
    background-color: #fb9d38;
    color: #fff;
}

.inc-contact_btn_mail::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-right: 20px;
    background: url(/images/inc-contact/mail-icon.png) no-repeat center / contain;
}

.inc-contact_wrap .cmn-tel {
    margin: 0 auto;
}

/*  certificate
--------------------------------------------------*/

.certificate {
    position: relative;
    min-height: 500px;
}

.certificate::before {
    content: "";
    width: 733px;
    height: 292px;
    background: url(/images/top/certificate_deco.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 1920px) {
    .certificate::before {
        left: calc(50% - 960px);
    }
}

.certificate_wrapper {
    position: relative;
}

.certificate_title {
    width: 300px;
    height: 325px;
    margin-bottom: 0;
    position: absolute;
    top: -25px;
}

.certificate_title::after {
    content: "";
    width: 383px;
    height: 100px;
    background: url(/images/top/certificate_title_deco.png) no-repeat center top / contain;
    position: absolute;
    bottom: 15px;
}

.certificate_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 90px;
    padding-bottom: 65px;
    position: relative;
}

.certificate_list::after {
    content: "";
    width: 1260px;
    height: 8px;
    border-top: 2px solid #ffd008;
    border-bottom: 2px solid #ffd008;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.certificate_item {
    width: 300px;
    height: 300px;
    border: 1px solid #ffd008;
}

.certificate_item img {
    width: 299px;
    height: 299px;
    object-fit: contain;
}

.certificate_item:first-child {
    border: none;
}


/*--------------------------------------------------

about

--------------------------------------------------*/

/*  thoughts
--------------------------------------------------*/
.thoughts {
    background: url(/images/about/thoughts_bg.jpg) no-repeat center / cover;
}

.thoughts_txt {
    text-align: center;
}

/*  features
--------------------------------------------------*/
.features_item {
    counter-increment: number;
    position: relative;
}

.features_item:not(:last-child) {
    margin-bottom: 100px;
}

.features_item:nth-child(2n) {
    flex-direction: row-reverse;
}

.features_item_img {
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 10px;
}

.features_item:nth-child(2n) .features_item_img {
    left: auto;
    right: 0;
}

.features_item_img::before {
    content: "";
    width: 320px;
    height: 320px;
    background: url(/images/about/features_item_frame.png) no-repeat center / contain;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
}

.features_item_title {
    margin-bottom: 20px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #7dae48;
    position: relative;
}

.features_item_title::before {
    content: counter(number, decimal-leading-zero)".";
    display: block;
    margin-bottom: 18px;
    opacity: 0.5;
    font-size: 50px;
    letter-spacing: 0.025em;
    line-height: 1;
}

.features_item_wrap {
    padding-left: 400px;
}

.features_item:nth-child(2n) .features_item_wrap {
    padding-left: 40px;
    padding-right: 400px;
}

.features_item_txt {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.features_item_txt::before {
    content: "";
    width: 860px;
    height: 100%;
    border-radius: 15px;
    background-color: #fef6de;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.features_item:nth-child(2n) .features_item_txt::before {
    right: auto;
    left: -40px;
}


/*  voice
--------------------------------------------------*/
.voice {
    background-color: #f8f8ea;
    position: relative;
}

.voice::before {
    content: "";
    width: 441px;
    height: 548px;
    background: url(/images/top/voice_illust.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1920px) {
    .voice::before {
        left: calc(50% - 960px);
    }
}

.voice::after {
    content: "";
    width: 734px;
    height: 292px;
    background: url(/images/top/voice_bg.png) no-repeat center / contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1920px) {
    .voice::after {
        right: calc(50% - 960px);
    }
}

.voice_item {
    padding: 40px;
    background-color: #fff;
    border-radius: 30px;
}

.voice_item:not(:last-child) {
    margin-bottom: 30px;
}

.voice_item_title {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 2px solid #ffd008;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
}

/*--------------------------------------------------

case

--------------------------------------------------*/

/*  worries
--------------------------------------------------*/
.worries {
    background-color: #fdeebe;
    position: relative;
}

.worries::before {
    content: "";
    width: 495px;
    height: 247px;
    background: url(/images/case/worries_illust.png) no-repeat center / contain;
    position: absolute;
    top: 130px;
    left: calc(50% - 890px);
}

.worries_item:not(:last-child) {
    margin-bottom: 40px;
}

.worries_item a {
    padding: 20px 150px 20px 50px;
    background-color: #fff;
    border: 2px solid #ffd008;
    border-radius: 10px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.4;
    position: relative;
}

.worries_item a::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/images/case/worries_arw.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

/*  case
--------------------------------------------------*/
.case {
    position: relative;
}

.case::before {
    content: "";
    width: 416px;
    height: 378px;
    background: url(/images/case/case_illust.png) no-repeat center / contain;
    position: absolute;
    top: 0;
    right: calc(50% - 920px);
}

.case_item {
    padding: 50px;
    background-color: #fff;
    border: 2px solid #ffd008;
    border-radius: 30px;
}

.case_item:not(:last-child) {
    margin-bottom: 50px;
}

.case_item_title {
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 2px solid #7dae48;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
}

.case_item_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.case_item_img {
    width: 300px;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
}

.case_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_item_txt {
    width: 640px;
    padding: 40px 50px;
    border-radius: 15px;
    background-color: #fef6de;
}


/*--------------------------------------------------

plan

--------------------------------------------------*/
.plan_note {
    margin-bottom: 30px;
    text-align: center;
}

.plan_item:not(:last-child) {
    margin-bottom: 80px;
}

.plan_item_title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #7dae48;
    font-family: "Zen Maru Gothic", serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #7dae48;
    text-align: center;
}

.plan_item_txt {
    margin-bottom: 45px;
}

.plan_item_wrap {

    margin: 0 auto;
}

.plan_item_table {
    width: 880px;
    margin: 0 auto 30px;
}

.plan_item_table tr {
    display: block;
    width: 100%;
}

.plan_item_table th,
.plan_item_table td {
    width: 440px;
    padding: 25px 0;
}

.plan_item_table th {
    border-top: 2px solid #fff;
    background-color: #fef6de;
    text-align: center;
}

.plan_item_table tr:last-child th {
    border-bottom: 2px solid #fef6de;
}

.plan_item_table td {
    padding-right: 180px;
    border-bottom: 2px solid #fdeebe;
    font-weight: 400;
    text-align: right;
}

.plan_item_note {
    width: 880px;
    margin: 0 auto;
}

/*  .explanation
--------------------------------------------------*/
.explanation {
    margin-bottom: 150px;
    background-color: #f8f8ea;
    position: relative;
}

.explanation::before {
    content: "";
    width: 441px;
    height: 548px;
    background: url(/images/plan/explanation_illust.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1920px) {
    .explanation::before {
        left: calc(50% - 960px);
    }
}

.explanation::after {
    content: "";
    width: 734px;
    height: 292px;
    background: url(/images/plan/explanation_bg.png) no-repeat center / contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1920px) {
    .explanation::after {
        right: calc(50% - 960px);
    }
}

.explanation_list {
    margin-bottom: 60px;
}

.explanation_item:not(:last-child) {
    margin-bottom: 50px;
}

.explanation_item_title {
    margin-bottom: 20px;
    padding-left: 10px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #7dae48;
}

.explanation_item_txt {
    padding: 30px 40px;
    border-radius: 10px;
    background-color: #fff;
}

.explanation_item_note {
    padding: 0 40px;
}

/*--------------------------------------------------

counselor

--------------------------------------------------*/
/*  introduction
--------------------------------------------------*/
.introduction {
    position: relative;
}

.introduction::before {
    content: "";
    width: 232px;
    height: 280px;
    background: url(/images/counselor/introduction_deco.png) no-repeat center / contain;
    position: absolute;
    right: calc(50% - 820px);
    bottom: 150px;
}

.introduction_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.introduction_img {
    width: 360px;
    height: 540px;
    margin-left: 80px;
    position: relative;
}

.introduction_img::before {
    content: "";
    width: 420px;
    height: 540px;
    background: url(/images/counselor/introduction_frame.png) no-repeat center / contain;
    position: absolute;
    bottom: 20px;
    left: -80px;
    z-index: 1;
}

.introduction_img img {
    border-radius: 180px 180px 0 0;
}

.introduction_info {
    width: 500px;
    margin-top: 60px;
}

.introduction_info_name {
    margin-bottom: 30px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 36px;
    letter-spacing: 0em;
    color: #7dae48;
    text-align: center;
}

.introduction_info_wrap_title {
    margin-bottom: 10px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.introduction_info_wrap_txt {
    padding: 40px;
    border-top: 2px solid #ffd008;
    border-bottom: 2px solid #ffd008;
}

.introduction_txt {
    padding: 50px;
    background-color: #fef6de;
    border-radius: 15px;
}


/*  interview
--------------------------------------------------*/
.interview {
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
    background:
        url(/images/counselor/interview_illust.png) no-repeat top left,
        url(/images/counselor/interview_bg.png) no-repeat bottom right;
    background-color: #f8f8ea;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.interview_item {
    border-radius: 10px;
    overflow: hidden;
}

.interview_item:not(:last-child) {
    margin-bottom: 50px;
}

.interview_item_title {
    padding: 25px 50px 25px 120px;
    background-color: #fdeebe;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
    position: relative;
}

.interview_item_title::before {
    content: "Q";
    width: 50px;
    height: 50px;
    padding: 7px 14px;
    background-color: #fb9d38;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.interview_item_txt {
    padding: 90px 50px 50px;
    background-color: #fff;
    position: relative;
}

.interview_item_txt ::before {
    content: "A";
    width: 50px;
    height: 50px;
    padding: 7px 15px;
    background-color: #fdeebe;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #fb9d38;
    position: absolute;
    left: 50px;
    top: 20px;
}

/*  counselor
--------------------------------------------------*/
.counselor {
    position: relative;
}

.counselor::before {
    content: "";
    width: 510px;
    height: 120px;
    background: url(/images/counselor/counselor_deco.png) no-repeat center / contain;
    position: absolute;
    top: 80px;
    left: calc(50% - 980px);
}

.counselor_item {
    padding: 50px;
    border: 2px solid #ffd008;
    border-radius: 30px;
}

.counselor_item:not(:last-child) {
    margin-bottom: 50px;
}

.counselor_item_title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #7dae48;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
}

.counselor_item_wrap {
    display: flex;
    justify-content: space-between;
}

.counselor_item_img {
    width: 300px;
    height: 360px;
    border-radius: 15px;
    overflow: hidden;
}

.counselor_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.counselor_item_txt {
    width: 640px;
    margin-top: 10px;
}

/*--------------------------------------------------

flow

--------------------------------------------------*/
.flow {
    position: relative;
}

.flow::before {
    content: "";
    width: 510px;
    height: 363px;
    background: url(/images/flow/flow_illust.png) no-repeat center / contain;
    position: absolute;
    left: calc(50% - 1047px);
    bottom: 170px;
}

.flow_title::before {
    content: "";
    width: 143px;
    height: 119px;
    background: url(/images/flow/flow_title_l.png) no-repeat center / contain;
    position: absolute;
    top: -50px;
    left: 40px;
}

.flow_title::after {
    content: "";
    width: 172px;
    height: 159px;
    background: url(/images/flow/flow_title_r.png) no-repeat center / contain;
    position: absolute;
    top: -50px;
    right: 30px;
}

.flow_item {
    padding: 50px;
    background-color: #fef6de;
    border-radius: 30px;
    counter-increment: number;
    position: relative;
}

.flow_item:not(:last-child):after {
    content: "";
    width: 90px;
    height: 30px;
    background-color: #7dae48;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.flow_item:not(:last-child) {
    margin-bottom: 60px;
}

.flow_item_head {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #7dae48;
    font-family: "Zen Maru Gothic", serif;
    line-height: 1;
}

.flow_item_num {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.025em;
    color: #7dae48;
    opacity: 0.5;
}

.flow_item_num::after {
    content: counter(number, decimal-leading-zero)".";
    margin-left: 10px;
    font-size: 50px;
    font-weight: 500;
}

.flow_item_title {
    margin-left: 10px;
    font-size: 36px;
    font-weight: 500;
    color: #7dae48;
    letter-spacing: 0em;
}

.flow_item_wrap {
    display: flex;
    justify-content: space-between;
}

.flow_item_img {
    width: 300px;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
}

.flow_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flow_item_txt {
    width: 640px;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
}

.flow_item_txt p:not(:last-of-type) {
    margin-bottom: 25px;
}

.flow_sub {
    margin-top: 50px;
}

.flow_sub_title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ffd008;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
}

.flow_sub-list {
    padding: 0 40px;
}

.flow_sub-item {
    font-size: 18px;
    line-height: calc(40 / 18);
}


/*--------------------------------------------------

episode

--------------------------------------------------*/
.episode {
    position: relative;
}

.episode::before {
    content: "";
    width: 578px;
    height: 380px;
    background: url(/images/episode/episode_illust.png) no-repeat center / contain;
    position: absolute;
    top: 80px;
    left: calc(50% - 920px);
}

.episode_list {
    margin-bottom: 60px;
}

.episode_item a {
    padding: 40px;
    background-color: #fff;
    border: 2px solid #ffd008;
    border-radius: 30px;
    position: relative;
}

.episode_item:not(:last-child) {
    margin-bottom: 30px;
}

.episode_list>.episode_item a {
    padding-right: 140px;
}

.episode_list>.episode_item a::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/images/common/arw.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.episode_item_head {
    padding-left: 170px;
    position: relative;
}

.episode_item_head::before {
    content: "";
    width: 126px;
    height: 95px;
    background: url(/images/episode/episode_item_deco.png) no-repeat center / contain;
    position: absolute;
    top: 0;
    left: 0;
}

.episode_item_title {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 2px solid #7dae48;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
}

.episode_item_info {
    font-size: 18px;
    line-height: 1.4;
}

.episode_item--detail {
    padding: 40px;
    background-color: #fff;
    border: 2px solid #ffd008;
    border-radius: 30px;
    position: relative;
}

.episode_item_txt {
    margin-top: 40px;
    padding: 50px;
    background-color: #fef6de;
    border-radius: 15px;
}


/*# sourceMappingURL=style.css.map */