@charset "UTF-8";


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

    header

-----------------------------------------------------------------------*/
.header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 75px;
    padding-right: 70px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

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

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

.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;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    position: relative;
}

.ent-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: calc(100% - 20px);
    height: 85.333vw;
    min-height: 320px;
    border: 2px solid #fce393;
    position: relative;
}

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

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

.ent-item_title {
    width: 95%;
    max-width: 472px;
    padding: 25px 30px 45px;
    margin-bottom: 3%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    font-family: "Noto Serif JP", serif;
    font-size: clamp(30px, 8vw, 41px);
    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: -30px;
    bottom: -25px;
    transform: scale(0.7);
}

.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: -30px;
    bottom: -25px;
    transform: scale(0.7);
}

.ent-item_txt {
    margin-bottom: 15px;
    font-size: clamp(16px, 4.266vw, 22px);
    letter-spacing: 0.06em;
}

.ent-item_txt .fix {
    font-size: clamp(20px, 5.333vw, 28px);
}

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


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

    main-vis

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

.main-vis_title {
    width: 285px;
    height: 280px;
    padding-top: 90px;
    padding-left: 25px;
    background: url(/images/key/mv-title_bg.png) no-repeat center / contain;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 2%;
}

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

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

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

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

#mv li {
    width: 100%;
}

#mv,
#mv li {
    height: 106.66vw;
    min-height: 400px;
    max-height: 500px;
}


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

.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: 350px;
    height: 120px;
    background: url(/images/key/sv-title_bg.png) no-repeat center / contain;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
    position: absolute;
    z-index: 1;
}

.sub-vis_title .en {
    position: absolute;
    top: -30px;
    right: -20px;
    transform: scale(0.6);
}


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

    side-btn

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

.side-btn::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    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: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

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

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

.top-btn {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 10;
    right: 7px;
    bottom: 30px;
}

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

    footer

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

.f_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    position: relative;
}

.f-logo {
    width: 110px;
    text-align: center;
}

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

.f-wrap {
    width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.f-bnr {
    width: 200px;
    margin: 30px auto 0;
}

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

.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: 10px;
    font-weight: 400;
}

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

    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: -210px;
    bottom: 80px;
    transform: scale(0.6);
}

.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: 20px;
    left: calc(50% - 240px);
    transform: scale(0.6);
}

.top-about_title::after {
    content: "";
    width: 172px;
    height: 159px;
    background: url(/images/top/about_title_r.png) no-repeat center / contain;
    position: absolute;
    top: 0px;
    right: calc(50% - 250px);
    transform: scale(0.5);
}

.top-about_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}

.top-about_img {
    width: 335px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

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

.top-about_img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.top-about_txt {
    width: 100%;
}

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

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

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

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

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

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

.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: -5px;
    transform: translateX(-50%) scale(0.7);
}

.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: -5px;
    transform: translateX(-50%) scale(0.7);
}

.top-link_item_counselor {
    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: -5px;
    transform: translateX(-50%) scale(0.7);
}

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

.top-episode::before {
    content: "";
    width: 625px;
    height: 156px;
    background: url(/images/top/episode_deco.png) no-repeat center / contain;
    position: absolute;
    top: 35px;
    left: -170px;
    transform: scale(0.5);
    z-index: -1;
}

.top-episode::after {
    content: "";
    width: 522px;
    height: 256px;
    background: url(/images/top/episode_illust.png) no-repeat center / contain;
    position: absolute;
    bottom: -80px;
    right: -180px;
    transform: scale(0.4);
    z-index: -1;
}

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

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

.top-news_wrapper {
    position: relative;
}


.top-news_list {
    width: 100%;
    margin-bottom: 30px;
}

.top_post_empty {
    width: 100%;
    margin: 0 auto;
}

.top-news_wrap {
    width: 100%;
}

.top-news_content {
    width: 100%;
}

.top-news_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
}

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


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

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

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

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

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

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

.inc-contact_btn_list {
    display: flex;
    flood-color: cadetblue;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.inc-contact_btn_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 295px;
    height: 60px;
    border-radius: 10px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 16px;
    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: 20px;
    height: 20px;
    margin-right: 10px;
    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: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(/images/inc-contact/mail-icon.png) no-repeat center / contain;
}

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

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

.certificate {
    position: relative;
}

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

.certificate_wrapper {
    position: relative;
}

.certificate_title {
    margin-bottom: 30px;
}

.certificate_title::after {
    content: "";
    display: block;
    width: 220px;
    height: 60px;
    margin-top: 10px;
    background: url(/images/top/certificate_title_deco.png) no-repeat center top / contain;
}

.certificate_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 50px;
    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: calc(50% - 10px);
    aspect-ratio: 1 / 1;
    border: 1px solid #ffd008;

}

.certificate_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

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

about

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

/*  thoughts
--------------------------------------------------*/
.thoughts {
    background: url(/images/about/thoughts_bg.jpg) no-repeat bottom left / 200%;
    background-color: #fef6de;
}

.thoughts_txt {
    text-align: left;
}

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

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

.features_item_img {
    width: 250px;
    height: 250px;
    margin: 0 auto 10px;
    position: relative;
}

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

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

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

.features_item_txt {
    padding: 20px;
    background-color: #fef6de;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

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

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

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

.voice_list {
    position: relative;
    z-index: 1;
}

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

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

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


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

case

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

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

.worries::before {
    content: "";
    width: 495px;
    height: 247px;
    background: url(/images/case/worries_illust.png) no-repeat center / contain;
    position: absolute;
    top: -30px;
    left: calc(50% - 370px);
    transform: scale(0.4);
    z-index: -1;
}

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

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

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

/*  case
--------------------------------------------------*/
.case {
    position: relative;
    z-index: 1;
}

.case::before {
    content: "";
    width: 416px;
    height: 378px;
    background: url(/images/case/case_illust.png) no-repeat center / contain;
    position: absolute;
    top: -90px;
    right: -140px;
    z-index: -1;
    transform: scale(0.5);
}

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

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

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

.case_item_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

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

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

.case_item_txt {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background-color: #fef6de;
}


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

plan

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

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

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

.plan_item_txt {
    margin-bottom: 20px;
}

.plan_item_wrap {

    margin: 0 auto;
}

.plan_item_table {
    width: 100%;
    margin: 0 auto 20px;
}

.plan_item_table tr,
.plan_item_table th,
.plan_item_table td {
    display: block;
}

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

.plan_item_table th,
.plan_item_table td {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
}

.plan_item_table th {
    background-color: #fef6de;
}

.plan_item_table td {
    font-weight: 400;
}

.plan_item_note {
    width: 100%;
    margin: 0 auto;
}

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

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

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

.explanation_list {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

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

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

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

.explanation_item_note {
    padding: 0 20px;
}

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

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;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
}

.introduction_img {
    width: 250px;
    height: 375px;
    margin: 0 auto 20px;
    position: relative;
}

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

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

.introduction_info {
    width: 335px;
    margin: 0 auto;
}

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

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

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

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


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

.interview_title .ja {
    line-height: 1.3;
}

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

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

.interview_item_title {
    padding: 15px 20px 15px 70px;
    background-color: #fdeebe;
    font-family: "Zen Maru Gothic", serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    position: relative;
}

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

.interview_item_txt {
    padding: 70px 20px 20px;
    background-color: #fff;
    position: relative;
}

.interview_item_txt ::before {
    content: "A";
    width: 35px;
    height: 35px;
    padding: 7px 11px;
    background-color: #fdeebe;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fb9d38;
    position: absolute;
    left: 20px;
    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: 20px;
    border: 2px solid #ffd008;
    border-radius: 20px;
}

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

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

.counselor_item_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.counselor_item_img {
    width: 290px;
    height: 360px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

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

.counselor_item_txt {
    width: 100%;
}

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

flow

--------------------------------------------------*/
.flow {
    position: relative;
    padding-bottom: 150px;
}

.flow::before {
    content: "";
    width: 510px;
    height: 363px;
    background: url(/images/flow/flow_illust.png) no-repeat center / contain;
    position: absolute;
    left: -130px;
    bottom: -80px;
    transform: scale(0.5);
}

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


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

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

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

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

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

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

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

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

.flow_item_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

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

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

.flow_item_txt {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
}

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

.flow_sub {
    margin-top: 30px;
}

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

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

.flow_sub-item {
    font-size: 14px;
    line-height: 1.8;
}


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

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: 30px;
    position: relative;
    z-index: 1;
}

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

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

/* .episode_list>.episode_item a {
    padding-right: 60px;
} */

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

.episode_item_head {
    position: relative;
}

.episode_item_head::before {
    content: "";
    display: block;
    width: 70px;
    height: 50px;
    margin-bottom: 10px;
    background: url(/images/episode/episode_item_deco.png) no-repeat center / contain;
}

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

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

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

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



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