@charset "UTF-8";


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

    header

-----------------------------------------------------------------------*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:
        url(/images/common/hd_deco_l.png) no-repeat top left / contain;
    background-color: #f8fcf0;
    height: 75px;
    padding: 0 10px;
}

.hd_logo {
    width: 80px;
}

.hd_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hd_nav_list {
    display: flex;
    gap: 50px;
    font-weight: 500;
}

.hd_nav_list_item {
    position: relative;
    line-height: 1;
}

.hd_nav_list_item:not(:last-child)::after {
    content: "|";
    color: #aecb6a;
    position: absolute;
    top: -1px;
    right: -25px;
}


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

    main-vis

-----------------------------------------------------------------------*/
.main-vis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 30px;
    background:
        url(/images/key/mv_l.png) no-repeat top left / 50%,
        url(/images/key/mv_r.png) no-repeat bottom right / 90%;
    background-color: #f8fcf0;
    position: relative;
    overflow: hidden;
}

.main-vis_img {
    width: 100%;
    position: relative;
}

.main-vis_catch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 450px;
    height: 200px;
    padding: 20px;
    margin-top: -10%;
    background: url(/images/key/catch_pattern.png);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.main-vis_catch::before {
    content: "";
    width: 73px;
    height: 242px;
    background: url(/images/key/mv_catch_deco_l.png) no-repeat top left / contain;
    position: absolute;
    top: -10px;
    left: -15px;
    z-index: -1;
}

.main-vis_catch::after {
    content: "";
    width: 82px;
    height: 186px;
    background: url(/images/key/mv_catch_deco_r.png) no-repeat bottom right / contain;
    position: absolute;
    bottom: -20px;
    right: -22px;
    z-index: -1;
}

.main-vis_catch_title {
    width: 320px;
    position: relative;
}

.main-vis_catch_title::after {
    content: "";
    display: block;
    width: 80px;
    height: 15px;
    margin: 10px auto 0;
    background: url(/images/key/mv_catch_deco.png) no-repeat center / contain;
}

.main-vis_catch_txt {
    width: 320px;
    margin-top: 5px;
}

/* sub-vis
-------------------*/

.sub-vis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    background:
        url(/images/key/sub-vis_l.png) no-repeat top left,
        url(/images/key/sub-vis_r.png) no-repeat bottom right;
    background-color: #f8fcf0;
    position: relative;
    overflow: hidden;
}

.sub-vis_img {
    width: 160%;
    position: absolute;
}

.sub-vis_catch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 100px;
    background: url(/images/key/catch_pattern.png);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0em;
    position: absolute;
    z-index: 1;
}

.sub-vis_catch::before {
    content: "";
    width: 76px;
    height: 61px;
    background: url(/images/key/sub-vis_catch_deco_l.png) no-repeat top left / contain;
    position: absolute;
    top: -15px;
    left: 8px;
}

.sub-vis_catch::after {
    content: "";
    width: 69px;
    height: 89px;
    background: url(/images/key/sub-vis_catch_deco_r.png) no-repeat bottom right / contain;
    position: absolute;
    bottom: -10px;
    right: 8px;
    z-index: -1;
}

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

    main

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

/*  worries
--------------------------------------------------*/
.worries {
    position: relative;
    z-index: 3;
}

.worries::before {
    content: "";
    width: 230px;
    height: 367px;
    background: url(/images/common/cmn_deco_l.png) no-repeat top left / contain;
    position: absolute;
    top: -30px;
    left: -10px;
    z-index: -1;
}

.worries::after {
    content: "";
    width: 180px;
    height: 583px;
    background: url(/images/common/cmn_deco_r.png) no-repeat bottom right / contain;
    position: absolute;
    right: 0;
    bottom: -25px;
    z-index: -1;
}

.worries_link_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 70px;
}

.worries_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 30px 70px 20px;
    background-color: #eff8da;
    border-radius: 12px;
    position: relative;
}

.worries_box::before {
    content: "";
    width: 110px;
    height: 30px;
    background-color: #eff8da;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.worries_illust {
    height: 90px;
    position: absolute;
    right: -5px;
    bottom: 0;
}

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

.worries_list::before {
    content: "";
    width: 90px;
    height: 99px;
    background: url(/images/worries/list_deco_l.png) no-repeat bottom left / contain;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.worries_list::after {
    content: "";
    width: 40px;
    height: 54px;
    background: url(/images/worries/list_deco_r.png) no-repeat top right / contain;
    position: absolute;
    top: -10px;
    right: 10px;
}

.worries_list_item {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
}

.worries_list_item::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(/images/worries/list_check.png) no-repeat center / contain;
}

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

.worries_list_item .txt {
    flex: 1;
    line-height: 1.4;
}

/*  top-worries
--------------------------------------------------*/
.top-worries_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.top-worries_list::before {
    content: "";
    width: 139px;
    height: 99px;
    background: url(/images/top/worries_deco_l.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-worries_list::after {
    content: "";
    width: 139px;
    height: 99px;
    background: url(/images/top/worries_deco_r.png) no-repeat center / contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.top-worries_list_item a {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #eff8da;
    position: relative;
}

.top-worries_list_item a::before {
    content: "";
    width: 44px;
    height: 36px;
    background: url(/images/top/worries_arw.png) no-repeat center / contain;
    position: absolute;
    top: 10px;
    left: 10px;
}

.top-worries_img {
    height: 100px;
    margin-top: 30px;
    text-align: center;
}

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

.top-worries_txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-shadow:
        2px 2px 2px #fff,
        2px 2px 2px #fff,
        -2px 2px 2px #fff,
        -2px 2px 2px #fff,
        -2px -2px 2px #fff,
        -2px -2px 2px #fff,
        2px -2px 2px #fff,
        2px -2px 2px #fff;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.top-worries_txt .small {
    font-size: 18px;
}

/*  greeting
--------------------------------------------------*/
.greeting {
    position: relative;
    z-index: 3;
}

.greeting::before {
    content: "";
    width: 230px;
    height: 367px;
    background: url(/images/common/cmn_deco_l.png) no-repeat top left / contain;
    position: absolute;
    top: -30px;
    left: -10px;
    z-index: -1;
}

.greeting::after {
    content: "";
    width: 180px;
    height: 583px;
    background: url(/images/common/cmn_deco_r.png) no-repeat bottom right / contain;
    position: absolute;
    right: 0;
    bottom: -25px;
    z-index: -1;
}

.greeting_container {
    display: flex;
    flex-direction: column;
}

.greeting_img {
    width: 310px;
    height: 396px;
    margin: 0 auto 30px;
    border-radius: 12px;
    box-shadow: 10px 10px #e1d9f6;
}

.greeting_img img {
    border-radius: 12px;
}

.greeting_txt {
    margin-bottom: 30px;
}

.greeting_name {
    line-height: 1;
}

.greeting_name .ruby {
    margin-bottom: 10px;
    color: #727272;
}

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


/*  care
--------------------------------------------------*/
.care {
    padding-bottom: 0;
    background: linear-gradient(#f6f4fc 0% calc(100% - 220px), transparent calc(100% - 220px) 100%);
    position: relative;
    z-index: 2;
}

.care::before {
    content: "";
    width: 300px;
    height: 590px;
    background: url(/images/care/care_pattern.png) no-repeat top left / contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.care_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.care_item:nth-child(1n) {
    background: url(/images/care/care_deco_01_l.png) no-repeat bottom left;
    background-color: #fff;
}

.care_item:nth-child(2n) {
    background: url(/images/care/care_deco_02_r.png) no-repeat bottom right;
    background-color: #fff;
}

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

.care_sub-title {
    margin-bottom: 25px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
}

.care_sub-title .txt {
    display: inline-block;
    font-size: 18px;
    position: relative;
}

.care_sub-title .txt::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
    background: url(/images/care/care_sub-title_deco.png) no-repeat center / contain;
    transform: translateY(-2px);
}

.care_sub-title .txt::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 10px;
    background: url(/images/care/care_sub-title_deco.png) no-repeat center / contain;
    transform: translateY(-2px);
}

.care_sub-title .small {
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 2px solid #e1d9f6;
}

.care_sub-title .color {
    color: #8f78c8;
}

.care_img {
    width: 275px;
    height: 275px;
    border-radius: 50%;
    box-shadow: 10px 10px #eff8da;
}

.care_item:nth-child(2n) .care_img {
    box-shadow: -10px 10px #eff8da;
    left: 0;
}

/*  top-care
--------------------------------------------------*/
.top-care {
    background: linear-gradient(#f6f4fc 0% calc(100% - 340px), transparent calc(100% - 340px) 100%);
    position: relative;
}

.top-care_title {
    margin-bottom: 25px;
}

.top-care_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 60px;
}

.top-care_img {
    width: 335px;
    margin: 0 auto 30px;
    border-radius: 12px;
    box-shadow: 10px 10px #e1d9f6;
}

.top-care_img img {
    border-radius: 12px;
}

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

/*  note
--------------------------------------------------*/
.note {
    background-color: #f6f4fc;
    position: relative;
    z-index: 2;
}

.note::before {
    content: "";
    width: 300px;
    height: 590px;
    background: url(/images/care/care_pattern.png) no-repeat top left / contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.note_lead {
    margin-bottom: 50px;
    text-align: left;
}

.note_container {
    position: relative;
}

.note_container::after {
    content: "";
    width: 100px;
    height: 167px;
    background: url(/images/note/deco_flower.png) no-repeat center / contain;
    position: absolute;
    right: -20px;
    bottom: -60px;
}

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

.note_title {
    margin-bottom: 20px;
}

.note_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
}

.note_list_item {
    display: flex;
    align-items: center;
}

.note_list_item::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url(/images/note/list_check.png) no-repeat center / contain;
}

.note_list_item .txt {
    flex: 1;
}

/*  recommend
--------------------------------------------------*/
.recommend {
    margin-top: -340px;
    padding-top: 400px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}

.recommend::before {
    content: "";
    width: 100%;
    height: 1180px;
    background: url(/images/voice/voice_bg.jpg) no-repeat top center / cover;
    position: absolute;
    top: 0;
    z-index: -1;
}

.recommend_list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.recommend_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.recommend_img {
    width: 340px;
    height: 340px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 10px 10px #eff8da;
}

.recommend_img img {
    border-radius: 12px;
}

.recommend_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    border-radius: 12px;
    background-color: #eff8da;
    font-weight: 300;
    text-align: left;
    position: relative;
}

.recommend_content::before {
    content: "";
    width: 320px;
    height: 212px;
    background: url(/images/top/recommend_deco_l.png) no-repeat center / contain;
    position: absolute;
    left: -220px;
    bottom: -170px;
    z-index: -1;
}

.recommend_content::after {
    content: "";
    width: 240px;
    height: 292px;
    background: url(/images/top/recommend_deco_r.png) no-repeat center / contain;
    position: absolute;
    bottom: -170px;
    right: -140px;
    z-index: -1;
}


/*  voice
--------------------------------------------------*/
.voice {
    margin-top: -220px;
    padding-top: 280px;
    background: url(/images/voice/voice_bg.jpg) no-repeat top center / cover;
    position: relative;
}

.voice::before {
    content: "";
    width: 218px;
    height: 212px;
    background: url(/images/voice/voice_deco_l.png) no-repeat center / contain;
    position: absolute;
    left: calc(50% - 750px);
    bottom: 50px;
}

.voice::after {
    content: "";
    width: 328px;
    height: 292px;
    background: url(/images/voice/voice_deco_r.png) no-repeat center / contain;
    position: absolute;
    right: calc(50% - 780px);
    bottom: 20px;
}

.voice_title::after {
    content: "";
    width: 150px;
    height: 128px;
    background: url(/images/voice/voice_title_deco.png) no-repeat center / contain;
    position: absolute;
    right: calc(50% - 210px);
    bottom: -70px;
}

.voice_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #eff8da;
    border-radius: 12px;
}

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

.voice_img {
    width: 100px;
    height: 100px;
}

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

.commitment::before {
    content: "";
    width: 230px;
    height: 367px;
    background: url(/images/common/cmn_deco_l.png) no-repeat top left / contain;
    position: absolute;
    top: -30px;
    left: -10px;
    z-index: -1;
}

.commitment::after {
    content: "";
    width: 180px;
    height: 583px;
    background: url(/images/common/cmn_deco_r.png) no-repeat bottom right / contain;
    position: absolute;
    right: 0;
    bottom: -25px;
    z-index: -1;
}

.commitment_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.commitment_list::after {
    content: "";
    width: 40px;
    height: 20px;
    background-color: #eff8da;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.commitment_list_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background-color: #eff8da;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 300;
    text-shadow:
        2px 2px 2px #fff,
        2px 2px 2px #fff,
        -2px 2px 2px #fff,
        -2px 2px 2px #fff,
        -2px -2px 2px #fff,
        -2px -2px 2px #fff,
        2px -2px 2px #fff,
        2px -2px 2px #fff;
    position: relative;
}

.commitment_list_item::before {
    content: "";
    width: 62px;
    height: 35px;
    background: url(/images/top/commitment_list_deco_l.png) no-repeat top left / contain;
    position: absolute;
    top: -10px;
    left: 5px;
}

.commitment_list_item::after {
    content: "";
    width: 69px;
    height: 51px;
    background: url(/images/top/commitment_list_deco_r.png) no-repeat bottom right / contain;
    position: absolute;
    right: 5px;
    bottom: -10px;
}

.commitment_container {
    margin-top: -50px;
    padding: 100px 20px 30px;
    background-color: #fff;
    border-radius: 12px;
}

.commitment_txt {
    margin-bottom: 30px;
    text-align: left;
}

.commitment_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 15px;
}

.commitment_img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 5px 5px #eff8da;
}


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

.info::before {
    content: "";
    width: 230px;
    height: 367px;
    background: url(/images/common/cmn_deco_l.png) no-repeat top left / contain;
    position: absolute;
    top: -30px;
    left: -10px;
    z-index: -1;
}

.info_table::before {
    content: "";
    width: 320px;
    height: 212px;
    background: url(/images/info/deco_l.png) no-repeat center / contain;
    position: absolute;
    left: -220px;
    bottom: -110px;
}

.info_table::after {
    content: "";
    width: 220px;
    height: 188px;
    background: url(/images/info/deco_r.png) no-repeat center / contain;
    position: absolute;
    right: -70px;
    bottom: -60px;
}

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

.map iframe {
    vertical-align: middle;
        border: none;
}


/*  top-news
--------------------------------------------------*/
.top-news_wrapper {
    min-height: 250px;
    position: relative;
}

.top-news_title {
    width: 100%;
}

.top-news_btn {
    width: 250px;
    height: 60px;
    margin-top: 50px;
}

.top-news_list {
    width: 100%;
}

.top-news_wrap {
    width: 100%;
}

.top-news_list_item a {
    width: calc(100% - 20px);
}

.top-news_list_item:nth-child(2n) {
    transform: translateX(20px);
}

.top-news_list_title {
    padding: 15px 25px;
}

.top-news_list_title .txt {
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.top_post_empty {
    width: 710px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

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

.ft_wrapper {
    display: flex;
    flex-direction: column;
}

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

.ft_logo {
    width: 100px;
    margin-bottom: 30px;
}

.ft_info_list {
    margin-bottom: 30px;
}

.ft_info_list_item {
    line-height: 1;
}

.ft_info_list_item:not(:last-child) {
    margin-bottom: 15px;
}

.ft_info_list_item .title {
    display: inline-block;
    padding: 5px 8px;
    background-color: #eff8da;
}

.ft_info_list_item .txt {
    display: block;
    margin-top: 10px;
}

.ft_nav_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 35px 60px;
    width: 520px;
    height: 305px;
    margin-bottom: 50px;
    padding: 40px 0;
    border-top: 1px solid #aecb6a;
    border-bottom: 1px solid #aecb6a;
}

.ft_nav_list_item {
    line-height: 1;
    font-weight: 500;
}

.ft_nav_list_item a {
    display: inline-block;
}

.ft_nav_list_item a::before {
    content: "－ ";
    color: #aecb6a;
}

.copyright {
    margin-top: 30px;
    font-size: 10px;
    text-align: center;
    color: #aecb6a;
}


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