@charset "UTF-8";

/* header
-------------------*/
.header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 138px;
    padding: 0 150px 0 0;
    line-height: 1;
    position: absolute;
    top: 0;
    z-index: 1;
}

.hd_logo {
    position: absolute;
    top: 0;
    left: 0;
}

.hd_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 35px;
    width: 735px;
}

.hd_nav_list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.hd_nav_list_link {
    font-family: "ZenKakuGothicNew";
    position: relative;
}

.hd_nav_list_link::before {
    content: "";
    width: 15px;
    height: 33px;
    background: url(/images/common/nav_hover.png) no-repeat center / contain;
    position: absolute;
    left: -20px;
    bottom: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.hd_nav_list_link:hover {
    color: #5a9fc4;
}

.hd_nav_list_link:hover::before {
    opacity: 1;
}


/* main-vis
-------------------*/
.vis {
    position: relative;
    overflow: hidden;
}

.vis::after {
    content: "";
    width: 100%;
    height: 108px;
    background: url(/images/key/wave.png) no-repeat center top / cover;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

#mv {
    width: 100%;
    height: 928px;
    margin: 0 auto;
    background: url(/images/key/mv_bg.png) no-repeat bottom center / cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.mv_catch {
    position: absolute;
    left: 112px;
    bottom: 148px;
    z-index: 1;
}

@media screen and (min-width: 1920px) {
    .mv_catch {
        left: calc(50% - 848px);
    }
}

#mv .bx-wrapper,
#mv ul {
    width: 1620px;
    height: 790px;
    position: absolute;
    left: calc(50% - 810px);
    bottom: 0;
    z-index: 0;
}

#mv li {
    height: 100%;
    border-radius: 60px 60px 0 0;
}

#mv li:nth-child(1) {
    background: url(/images/key/mv_slide_01.jpg) no-repeat center / cover;
}

#mv li:nth-child(2) {
    background: url(/images/key/mv_slide_02.jpg) no-repeat center / cover;
}

#mv li:nth-child(3) {
    background: url(/images/key/mv_slide_03.jpg) no-repeat center / cover;
}

#mv li:nth-child(4) {
    background: url(/images/key/mv_slide_04.jpg) no-repeat center / cover;
}

.sv {
    width: 100%;
    height: 643px;
    background: url(/images/key/mv_bg.png) no-repeat bottom / cover;
}

.sv_title {
    display: inline-block;
    padding: 15px 20px 20px;
    border-radius: 5px;
    background: url(/images/common/pattern_01.jpg);
    font-family: "ZenKakuGothicNew";
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 105px;
    bottom: 170px;
    z-index: 1;
}

@media screen and (min-width: 1920px) {
    .sv_title {
        left: calc(50% - 853px);
    }
}

.sv_img {
    width: 1350px;
    height: 500px;
    position: absolute;
    right: calc(50% - 810px);
    bottom: 0;
}

.sv_img img {
    border-radius: 60px 60px 0 0;
}

/* top
-------------------*/
.top-lead {
    padding-top: 120px;
}

.top-lead_title {
    margin-bottom: 80px;
    text-align: center;
}

.top-lead_title .txt {
    display: inline-block;
    font-family: "ZenKakuGothicNew";
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #715237;
    position: relative;
}

.top-lead_title .txt::before,
.top-lead_title .txt::after {
    content: "";
    width: 46px;
    height: 39px;
    background: url(/images/top/lead_title_deco.png) no-repeat center / contain;
    position: absolute;
    bottom: 8px;
}

.top-lead_title .txt::before {
    left: -80px;
}

.top-lead_title .txt::after {
    right: -80px;
    transform: scale(-1, 1);
}

.top-lead_title .color {
    font-size: 46px;
    color: #5a9fc4;
}

.top-lead_img {
    margin-bottom: 45px;
    margin-left: 137px;
}

.top-lead_box {
    position: relative;
}

.top-lead_box::before {
    content: "";
    width: 104px;
    height: 140px;
    background: url(/images/top/lead_illust.png) no-repeat center / contain;
    position: absolute;
    top: -82px;
    left: -10px;
}

.top-lead_txt {
    width: 880px;
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px dotted #41955d;
    border-bottom: 1px dotted #41955d;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: calc(54 / 28);
    text-align: center;
    position: relative;
}

.top-lead_txt::before,
.top-lead_txt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #41955d;
    position: absolute;
    left: 0;
}

.top-lead_txt::before {
    top: -5px;
}

.top-lead_txt::after {
    bottom: -5px;
}

.top-lead_box .marker {
    font-size: 34px;
    font-weight: 700;
    color: #41955d;
    position: relative;
    z-index: 1;
}

.top-lead_txt .marker::before {
    content: "";
    width: calc(100% + 5px);
    height: 24px;
    background-color: #f9e4b6;
    position: absolute;
    left: -5px;
    bottom: 4px;
    z-index: -1;
}

.top-about [class*=_wrapper]::before {
    content: "";
    width: 214px;
    height: 131px;
    background: url(/images/top/about_illust.png) no-repeat center / contain;
    position: absolute;
    top: -170px;
    right: -80px;
}

.top-about_title {
    margin-bottom: 70px;
    font-family: "ZenKakuGothicNew";
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #715237;
    text-align: center;
    position: relative;
}

.top-about_title .txt {
    display: inline-block;
    position: relative;
}

.top-about_title .txt::before,
.top-about_title .txt::after {
    content: "";
    width: 52px;
    height: 125px;
    background: url(/images/top/about_title_deco.png) no-repeat center / contain;
    position: absolute;
    top: 0;
}

.top-about_title .txt::before {
    left: -120px;
}

.top-about_title .txt::after {
    right: -120px;
    transform: scale(-1, 1);
}

.top-about_title .bg {
    display: inline-block;
    margin-top: 20px;
    font-size: 46px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.top-about_title .bg::before {
    content: "";
    width: calc(100% + 30px);
    height: 64px;
    border-radius: 5px;
    background: url(/images/common/pattern_01.jpg);
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
}

.top-about_wrap {
    position: relative;
}

.top-about_wrap:not(:last-of-type) {
    margin-bottom: 60px;
}

.top-about_wrap:nth-of-type(1) {
    padding-top: 50px;
    padding-left: 410px;
    margin-left: auto;
    margin-right: 85px;
}

.top-about_wrap:nth-of-type(1) .top-about_img {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: -210px;
    overflow: hidden;
}


.top-about_wrap:nth-of-type(2) {
    padding-top: 30px;
    padding-right: 510px;
}

.top-about_wrap:nth-of-type(2) .top-about_img {
    position: absolute;
    top: 0;
    right: 0;
}

.top-about_txt {
    line-height: calc(40 / 17);
}

.top-about_txt .marker {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: calc(44 / 24);
    color: #41955d;
    position: relative;
    z-index: 1;
}

.top-about_txt .marker::before {
    content: "";
    width: calc(100%);
    height: 20px;
    background-color: #f9e4b6;
    position: absolute;
    left: -3px;
    bottom: 5px;
    z-index: -1;
}

.top-about_wrap .cmn-btn {
    margin-top: 70px;
}

.page-link_wrapper {
    width: 100%;
}

.page-link_wrap {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
}

.page-link_item {
    display: flex;
    align-items: flex-end;
    width: 500px;
    height: auto;
    padding: 40px;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 125 / 116;
    font-family: "ZenKakuGothicNew";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
    position: relative;
}

.page-link_item::after {
    content: "";
    width: 56px;
    height: 56px;
    background: url(/images/top/page-link_arw.png) no-repeat center / contain;
    position: absolute;
    right: 40px;
    bottom: 25px;
}

@media screen and (max-width: 1620px) {
    .page-link_wrap {
        display: flex;
        justify-content: space-between;
        gap: 60px;
        width: 100%;
        max-width: 1620px;
        margin: 0 auto;
    }

    .page-link_item {
        width: 30.8%;
        height: auto;
        border-radius: 30px;
        overflow: hidden;
        aspect-ratio: 125 / 116;
    }
}

.page-link_item:nth-child(1) {
    background: url(/images/top/page-link_menu.jpg) no-repeat center / cover;
}

.page-link_item:nth-child(2) {
    background: url(/images/top/page-link_faq.jpg) no-repeat center / cover;
}

.page-link_item:nth-child(3) {
    background: url(/images/top/page-link_info.jpg) no-repeat center / cover;
}

.top section:last-of-type {
    padding: 0;
    padding-bottom: 0;
}

.top-news_wrapper {
    width: 1280px;
    padding: 60px 100px 130px;
    border-radius: 50px 50px 0 0;
    background-color: #f7f9f8;
    position: relative;
    z-index: 0;
}

.top-news_wrapper::before {
    content: "";
    width: 104px;
    height: 140px;
    background: url(/images/top/news_illust.png) no-repeat center / contain;
    position: absolute;
    top: 11px;
    left: 40px;
}

.top-news_title {
    margin-top: 40px;
    margin-left: 60px;
    margin-bottom: 50px;
    font-family: "ZenMaruGothicNew";
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #715237;
}

.top-news .cmn-btn {
    position: absolute;
    right: 100px;
    top: 60px;
}

.top-news .news_list_item_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* about
-------------------*/
.about_title {
    margin-bottom: 70px;
    font-family: "ZenKakuGothicNew";
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #715237;
    text-align: center;
    position: relative;
}

.about_title .txt {
    display: inline-block;
    position: relative;
}

.about_title .txt::before,
.about_title .txt::after {
    content: "";
    width: 52px;
    height: 125px;
    background: url(/images/about/about_title_deco.png);
    position: absolute;
    top: 0;
}

.about_title .txt::before {
    left: -120px;
}

.about_title .txt::after {
    right: -120px;
    transform: scale(-1, 1);
}

.about_title .bg {
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
}

.about_title .bg::before {
    content: "";
    width: calc(100% - 30px);
    height: 64px;
    border-radius: 5px;
    background: url(/images/common/pattern_01.jpg);
    position: absolute;
    top: 0;
    left: 15px;
    z-index: -1;
}

.about_title .large {
    font-size: 46px;
}

.about_title .bottom {
    display: inline-block;
    margin-top: 25px;
    font-size: 38px;
}

.about_wrap {
    position: relative;
}

.about_wrap:not(:last-of-type) {
    margin-bottom: 60px;
}

.about_wrap:nth-of-type(1) {
    padding-top: 50px;
    padding-left: 410px;
    margin-left: auto;
    margin-right: 85px;
}

.about_wrap:nth-of-type(1) .about_img {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: -210px;
    overflow: hidden;
}


.about_wrap:nth-of-type(2) {
    padding-top: 65px;
    padding-right: 510px;
}

.about_wrap:nth-of-type(2) .about_img {
    position: absolute;
    top: 0;
    right: 0;
}


.about_txt {
    line-height: calc(40 / 17);
}

.point_item {
    width: 1280px;
    margin-left: -100px;
    padding: 0 100px 30px;
    background-color: #fff;
    position: relative;
}

.point_item:not(:last-child) {
    margin-bottom: 165px;
}

.point_item:first-child {
    margin-top: 120px;
}

.point_item:nth-of-type(odd) {
    padding-left: 640px;
}

.point_item:nth-of-type(even) {
    padding-right: 640px;
}

.point_item:nth-of-type(odd) .point_item_img {
    border-radius: 15px;
    position: absolute;
    top: -40px;
    left: -540px;
    overflow: hidden;
}

.point_item:nth-of-type(even) .point_item_img {
    border-radius: 15px;
    position: absolute;
    top: -40px;
    right: -540px;
    overflow: hidden;
}

.point_item:last-child::before {
    content: "";
    width: 104px;
    height: 140px;
    background: url(/images/about/point_illust.png) no-repeat center / contain;
    position: absolute;
    left: -44px;
    bottom: 25px;
}

.point_item::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: -1;
}

.point_item:nth-of-type(odd)::after {
    left: 50vw;
}

.point_item:nth-of-type(even)::after {
    right: 50vw;
}

.point_content {
    position: relative;
    top: -25px;
}

.point_item_title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #41955d;
    font-family: "ZenMaruGothicNew";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: calc(42 / 26);
    color: #715237;
    position: relative;
}

.point_item_title::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #41955d;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.voice_list_item {
    display: flex;
    gap: 50px;
    padding: 50px;
    border: 10px solid #fff;
    border-radius: 30px;
    background-color: #f2f8fb;
    box-shadow: 0 0 16px rgba(51, 51, 51, 0.07);
}

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

.voice_list_item_img {
    width: 300px;
    height: 200px;
    border-radius: 30px;
    overflow: hidden;
}

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

.voice_list_item_wrap {
    flex: 1;
    padding-top: 45px;
}

.voice_list_item_name {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
}

.voice_list_item_name::before {
    content: "";
    width: 4px;
    height: 28px;
    background-color: #41955d;
    position: absolute;
    top: 5px;
    left: 0;
}

.voice_list_item_txt {
    line-height: calc(34 / 17);
}

/* menu
-------------------*/
.menu_list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 60px;
}

.menu_list_item {
    width: 510px;
    padding-bottom: 25px;
    border-bottom: 1px dotted;
}

.menu_list_item_title {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
}

.menu_list_item_title::before {
    content: "";
    width: 4px;
    height: 28px;
    background-color: #41955d;
    position: absolute;
    top: 4px;
    left: 0;
}

.menu_list_item_txt {
    font-size: 18px;
    line-height: calc(32 / 18);
    text-align: right;
}

.cancel_box {
    width: 1280px;
    padding: 75px 100px;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.cancel_box::before {
    content: "";
    width: 104px;
    height: 140px;
    background: url(/images/menu/cancel_illust.png) no-repeat center / contain;
    position: absolute;
    left: 75px;
    bottom: -27px;
}

.cancel_txt {
    margin-bottom: 50px;
    text-align: center;
    line-height: calc(40 / 17);
}

.cancel_item {
    margin-bottom: 45px;
}

.cancel_item_title {
    margin-bottom: 35px;
    padding: 13px 30px;
    border-radius: 5px;
    background: url(/images/common/pattern_01.jpg);
    font-family: "ZenMaruGothicNew";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #fff;
}

.cancel_item_txt {
    padding: 0 30px;
    font-size: 16px;
    line-height: calc(30 / 16);
}

.cancel_lead {
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: calc(42 / 24);
    text-align: center;
}

.flow_wrapper {
    position: relative;
}

.flow_wrapper::before {
    content: "";
    width: 214px;
    height: 131px;
    background: url(/images/menu/flow_illust.png) no-repeat center / contain;
    position: absolute;
    top: -150px;
    right: 0;
}

.flow_list_item {
    position: relative;
}

.flow_list_item:not(:last-child) {
    margin-bottom: 90px;
}

.flow_list_item:not(:last-child)::after {
    content: "";
    width: 24px;
    height: 16px;
    background: url(/images/menu/flow_arw.png) no-repeat center / contain;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
}

.flow_list_item_img {
    position: absolute;
    top: 0;
    left: 0;
}

.flow_list_item_wrap {
    width: 805px;
    padding-top: 15px;
    margin-left: auto;
}

.flow_list_item_title {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #41955d;
    font-family: "ZenMaruGothicNew";
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #715237;
    position: relative;
}

.flow_list_item_title::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #41955d;
    position: absolute;
    bottom: 3px;
}

.flow_list_item_title .num {
    margin-bottom: 10px;
    font-size: 20px;
    color: #41955d;
}

.flow_list_item_title .txt {
    font-size: 26px;
}


/* faq
-------------------*/
.faq_list_item {
    width: 100%;
    padding: 40px 40px 40px 105px;
    border-radius: 30px;
    border: 10px solid #fff;
    background-color: #eaf4f8;
    box-shadow: 0 0 16px rgba(51, 51, 51, 0.07);
}

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

.faq_list_item_q {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
}

.faq_list_item_q::before {
    content: "Q.";
    font-family: "ZenMaruGothicNew";
    font-size: 48px;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 700;
    color: #41955d;
    position: absolute;
    top: -13px;
    left: -65px;
}

.faq_list_item_a {
    position: relative;
}

.faq_list_item_a::before {
    content: "A.";
    font-family: "ZenMaruGothicNew";
    font-size: 48px;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 700;
    color: #41955d;
    position: absolute;
    top: -18px;
    left: -65px;
}

.faq_list_item_a {
    line-height: calc(34 / 17);
}

/* info
-------------------*/
.greeting {
    position: relative;
}

.greeting::before {
    content: "";
    width: 232px;
    height: 87px;
    background: url(/images/info/greeting_illust.png);
    position: absolute;
    right: calc(50% - 640px);
    bottom: 35px;
}

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

.greeting_img img {
    width: 450px;
    height: 390px;
    border-radius: 15px;
}

.greeting_name {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.greetign_txt {
    width: 540px;
    padding-top: 50px;
    line-height: calc(40 / 17);
}

.info_map {
    width: 100%;
    height: 300px;
    margin-top: 60px;
}

.info_map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}



/* footer
-------------------*/
.footer {
    width: 100%;
    padding-top: 268px;
    margin-top: -41px;
    position: relative;
}

.footer::before {
    content: "";
    width: 100%;
    height: 168px;
    background: url(/images/common/ft_wave.png) no-repeat top center / cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer::after {
    content: "";
    width: 145px;
    height: 34px;
    background: url(/images/common/ft_wave_illust.png) no-repeat center / contain;
    position: absolute;
    top: 80px;
    left: calc(50% - 687px);
}

.ft_main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 80px;
}

.ft_logo {
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
}

.footer .cmn-tel {
    margin-bottom: 35px;
}

.ft_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
}

.ft_nav_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 32px 65px;
    width: 447px;
    height: 210px;
    margin-bottom: 175px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1;
}

.ft_nav_list_link {
    display: inline-block;
    position: relative;
}

.ft_nav_list_link::before {
    content: "";
    width: 6px;
    height: 9px;
    background: url(/images/common/ft_nav_arw.png) no-repeat center / contain;
    position: absolute;
    top: 4px;
    left: -15px;
}

.copyright {
    width: 100%;
    height: 34px;
    background: url(/images/common/pattern_03.jpg);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

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