@charset "UTF-8";

/* header
-------------------*/
.header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 80px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.hd_logo {
    width: 120px;
    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: 50px;
    background: url(/images/key/wave.png) no-repeat center top / cover;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

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

.mv_catch {
    width: 80%;
    max-width: 400px;
    position: absolute;
    left: 20px;
    bottom: 50px;
    z-index: 1;
}

#mv .bx-wrapper,
#mv ul {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0;
}

#mv li {
    height: 100%;
    /* border-radius: 20px 20px 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 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background: url(/images/key/mv_bg.png) no-repeat bottom / cover;
}

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

.sv_img {
    width: 100%;
    height: 300px;
}

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

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

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

.top-lead_title .txt {
    display: inline-block;
    font-family: "ZenKakuGothicNew";
    font-size: 24px;
    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: 30px;
    background: url(/images/top/lead_title_deco.png) no-repeat center / contain;
    position: absolute;
    bottom: 5px;
}

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

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

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

.top-lead_img {
    max-width: 400px;
    margin: 0 auto 30px;
    transform: translateX(10px);
}

.top-lead_box {
    position: relative;
}

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

.top-lead_txt {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px dotted #41955d;
    border-bottom: 1px dotted #41955d;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2;
    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: 22px;
    font-weight: 700;
    color: #41955d;
    position: relative;
    z-index: 1;
}

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

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

.top-about_title {
    margin-bottom: 30px;
    font-family: "ZenKakuGothicNew";
    font-size: 18px;
    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: 90px;
    background: url(/images/top/about_title_deco.png) no-repeat center / contain;
    position: absolute;
    top: 5px;
}

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

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

.top-about_title .bg {
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    padding: 3px 10px 5px;
    border-radius: 5px;
    background: url(/images/common/pattern_01.jpg);
    font-size: 22px;
    position: relative;
    z-index: 1;
}

.top-about_wrap {
    position: relative;
}

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

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

.top-about_img {
    max-width: 400px;
    margin: 0 auto 20px;
}

.top-about_txt {
    line-height: 2;
}

.top-about_txt .marker {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #41955d;
    position: relative;
    z-index: 1;
}

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

.top-about_wrap .cmn-btn {
    margin: 50px auto 0;
}

.page-link_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 auto;
}

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

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

.page-link_item:nth-child(1) {
    background: url(/images/top/page-link_menu.jpg) no-repeat center bottom / 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 {
    padding: 50px 20px 100px;
    border-radius: 20px 20px 0 0;
    background-color: #f7f9f8;
    position: relative;
    z-index: 0;
}

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

.top-news_title {
    margin-left: 20px;
    margin-bottom: 30px;
    font-family: "ZenMaruGothicNew";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #715237;
}

.top-news .cmn-btn {
    position: relative;
    margin: 50px auto 0;
}

.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: 30px;
    font-family: "ZenKakuGothicNew";
    font-size: 18px;
    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: 90px;
    background: url(/images/about/about_title_deco.png) no-repeat center / contain;
    position: absolute;
    top: 5px;
}

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

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

.about_title .bg {
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
    padding: 3px 0 5px;
    border-radius: 5px;
    background: url(/images/common/pattern_01.jpg);
    position: relative;
    z-index: 1;
}

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

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

.about_wrap {
    position: relative;
}

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

.about_wrap:nth-of-type(1) .about_img {
    border-radius: 15px;
    overflow: hidden;
}

.about_img {
    max-width: 400px;
    margin: 0 auto 20px;
}

.about_txt {
    line-height: 2;
}

.point_item {
    width: 100%;
    padding: 20px 20px 40px;
    background-color: #fff;
    position: relative;
}

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

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

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

.point_content {
    position: relative;
}

.point_item_title {
    margin-top: -35px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #41955d;
    font-family: "ZenMaruGothicNew";
    font-size: 20px;
    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;
}

.point_item_img {
    max-width: 400px;
    margin: 0 auto 20px;
    border-radius: 15px;
    overflow: hidden;
}

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

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

.voice_list_item_img {
    max-width: 400px;
    height: auto;
    aspect-ratio: 5 / 3;
    margin: 0 auto 20px;
    border-radius: 15px;
    overflow: hidden;
}

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

.voice_list_item_wrap {
    flex: 1;
}

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

.voice_list_item_name::before {
    content: "";
    width: 3px;
    height: 18px;
    background-color: #41955d;
    position: absolute;
    top: 6px;
    left: 0;
}


/* menu
-------------------*/

.menu_list_item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dotted;
}

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

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

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

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

.cancel_box {
    width: 100%;
    padding: 30px 20px 50px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}

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

.cancel_txt {
    padding: 0 10px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.8;
}

.cancel_item {
    margin-bottom: 30px;
}

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

.cancel_item_txt {
    padding: 0 10px;
    line-height: 1.8;
}

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

.flow_wrapper {
    position: relative;
}

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

.flow_list_item {
    position: relative;
}

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

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

.flow_list_item_img {
    position: relative;
}

.flow_list_item_wrap {
    width: 100%;
    margin-left: auto;
}

.flow_list_item_img {
    width: 100px;
    margin: 0 auto 15px;
}

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

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

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

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

.flow_list_item_txt {
    line-height: 1.8;
}


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

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

.faq_list_item_q {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.6;
    position: relative;
}

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

.faq_list_item_a {
    position: relative;
}

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

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

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

.greeting::before {
    content: "";
    width: 120px;
    height: 87px;
    background: url(/images/info/greeting_illust.png) no-repeat center / contain;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

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

.greeting_img {
    width: 335px;
    height: 300px;
    margin: 0 auto;
}

.greeting_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

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

.greetign_txt {
    width: 100%;
    padding-top: 60px;
    line-height: 2;
}

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

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



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

.footer::before {
    content: "";
    width: 100%;
    height: 100px;
    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: 100px;
    height: 34px;
    background: url(/images/common/ft_wave_illust.png) no-repeat center / contain;
    position: absolute;
    top: 40px;
    left: 20px;
}

.ft_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 50px;
    text-align: center;
}

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

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

.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;
    height: 210px;
    margin-bottom: 175px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1;
    display: none;
}

.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 {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    background: url(/images/common/pattern_03.jpg);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

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