@charset "UTF-8";
/* CSS Document */

#contents > #main {
    width: 100%;
}


/* common
----------------------------------------- */
.sec_ttl_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.sec_ttl_wrap .sec_ttl_2 {
    display: flex;
    align-items: center;
    margin: 0;
    column-gap: 2.5rem;
}
.sec_ttl_wrap .sec_ttl_2::before {
    content: '';
    display: block;
    width: 7.4rem;
    min-width: 7.4rem;
    height: 5.9rem;
    background: url(../img/wanheart/ttl_l.svg) no-repeat center center / contain;
}
.sec_ttl_wrap .sec_ttl_2::after {
    content: '';
    display: block;
    width: 7.4rem;
    min-width: 7.4rem;
    height: 5.9rem;
    background: url(../img/wanheart/ttl_r.svg) no-repeat center center / contain;
}
.sec_ttl_wrap .sec_ttl_2 span {
    font-size: 3.4rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #004897;
    text-align: center;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    border-bottom: 1px solid #004897;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
.sec_ttl_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.sec_ttl_wrap .sec_ttl_2 {
    column-gap: 1.5rem;
}
.sec_ttl_wrap .sec_ttl_2 span {
    font-size: 2.6rem;
    line-height: 1.4;
    padding-bottom: 1rem;
}
.sec_ttl_wrap .sec_ttl_2::before {
    width: 4.4rem;
    min-width: 4.4rem;
    height: 3.9rem;
}
.sec_ttl_wrap .sec_ttl_2::after {
    width: 4.4rem;
    min-width: 4.4rem;
    height: 3.9rem;
}
}



/* #page_ttl
----------------------------------------- */
#page_ttl {
    position: relative;
    z-index: 1;
}
#page_ttl .inner {
}
#page_ttl .page_ttl_slider {
}
#page_ttl .logo {
    margin: 0;
    position: absolute;
    z-index: 2;
    top: 40%;
    right: 23%;
    transform: translate(50%, -50%);
    transition: all .6s;
}

@media only screen and (max-width: 768px) {
#page_ttl .inner {
    width: 100%;
    height : calc(calc(var(--vh, 1vh) * 100) - 8rem);
}
#page_ttl .page_ttl_slider {
    height: 100%;
}
#page_ttl .page_ttl_slider .swiper-slide {
    width: 100%;
    height: 100%;
}
#page_ttl .page_ttl_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% top;
}
#page_ttl .logo {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: all .6s;
}
}


/* about
----------------------------------------- */
#about {
    
}
#about .inner {
    width: 100%;
    max-width: 96rem;
    margin: auto;
    padding: 8rem 0 0;
}

#about .layout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}
#about .layout > .txt_wrap {
    width: calc(620/960*100%);
    display: flex;
    font-size: 1.9rem;
    line-height: calc(48/19);
    letter-spacing: 0.065em;
    font-weight: 400;
    color: #004897;
}
#about .layout > .img_wrap {
    width: calc(295/960*100%);
    display: flex;
}

@media only screen and (max-width: 768px) {
#about .inner {
    max-width: 38rem;
    padding: 6rem 0 0;
}

#about .layout {
    flex-flow: column;
    margin-top: 3rem;
    grid-gap: 2rem;
}
#about .layout > .txt_wrap {
    width: 100%;
    font-size: 1.6rem;
    line-height: calc(40/16);
}
#about .layout > .img_wrap {
    width: 100%;
    display: flex;
}
}


/* point
----------------------------------------- */
#point {
    
}
#point .inner {
    width: 100%;
    max-width: 109rem;
    margin: auto;
    padding: 6rem 0 0;
}

#point .layout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
}
#point .layout > .con {
    width: calc(320/1090*100%);
    aspect-ratio: 320 / 254;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    background: url("../img/wanheart/point_bg.png") no-repeat center center / cover;
    padding-top: 3.5rem;
}
#point .layout > .con .no {
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: 0.065em;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}
#point .layout > .con .txt {
    font-size: 1.9rem;
    line-height: calc(32/19);
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
#point .inner {
    max-width: 38rem;
    padding: 4rem 0 0;
}
#point .layout {
    flex-flow: column;
    grid-gap: 4rem;
    width: 32rem;
    margin: auto;
    margin-top: 4rem;
}
#point .layout > .con {
    width: 100%;
    aspect-ratio: 320 / 254;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    background: url("../img/wanheart/point_bg.png") no-repeat center center / cover;
    padding-top: 3.5rem;
}
#point .layout > .con .no {
    font-size: 2.6rem;
}
#point .layout > .con .txt {
    font-size: 1.6rem;
    line-height: calc(28/16);
    margin-top: 2rem;
}
}


/* facility
----------------------------------------- */
#facility {
    margin-top: 8rem;
    width: 100%;
    aspect-ratio: 1366 / 1052;
    background: url("../img/wanheart/facility_bg.svg") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
#facility .inner {
    width: 100%;
    max-width: 86rem;
    margin: auto;
    padding: 10rem 0 10rem;
}

#facility .lead {
    font-size: 2.1rem;
    letter-spacing: 0.15em;
    font-weight: 400;
    text-align: center;
    margin-top: 3rem;
}

#facility .layout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
}
#facility .layout > .txt_wrap {
    width: calc(460/860*100%);
}
#facility .layout > .txt_wrap .img {
    width: 100%;
}
#facility .layout > .txt_wrap .txt {
    width: 100%;
    font-size: 1.5rem;
    line-height: calc(25/15);
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 1rem;
}
#facility .layout > .map_wrap {
    width: calc(335/860*100%);
}

#facility .pickup {
    width: 100%;
    display: grid;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 3.5rem 0;
    margin-top: 4rem;
}
#facility .pickup > .con {
    width: calc(410/860*100%);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4rem;
    border: 2px solid #FFFFFF;
    border-radius: 1rem;
    padding: 0.8rem 2rem;
}
#facility .pickup > .con .ttl {
    font-size: 1.6rem;
    line-height: calc(20/16);
    letter-spacing: 0.05em;
    font-weight: 400;
    white-space: nowrap;
    margin: 0;
    color: #FFFFFF;
}
#facility .pickup > .con:nth-child(1) .ttl {
    letter-spacing: -0.065em;
}
#facility .pickup > .con .txt {
    font-size: 1.3rem;
    line-height: calc(20/13);
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    padding: 0.5rem 0;
}
#facility .pickup > .con .txt::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: -2rem;
}

@media only screen and (max-width: 768px) {
#facility {
    margin-top: 6rem;
    width: 100%;
    aspect-ratio: 1366 / 1052;
    background: url("../img/wanheart/facility_bg.svg") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
#facility .inner {
    width: 100%;
    max-width: 38rem;
    margin: auto;
    padding: 8rem 0 8rem;
}
    
#facility .lead {
    font-size: 1.4rem;
    margin-top: 2rem;
}

#facility .layout {
    flex-flow: column;
    grid-gap: 3rem;
    margin-top: 3rem;
}
#facility .layout > .txt_wrap {
    width: 100%;
}
#facility .layout > .txt_wrap .img {
    width: 100%;
}
#facility .layout > .txt_wrap .txt {
    width: 100%;
    font-size: 1.5rem;
    line-height: calc(25/15);
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 1rem;
}
#facility .layout > .map_wrap {
    width: 00%;
}

#facility .pickup {
    width: 100%;
    flex-flow: column;
    grid-gap: 2rem 0;
    margin-top: 0;
}
#facility .pickup > .con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4rem;
    border: 2px solid #FFFFFF;
    border-radius: 1rem;
    padding: 0.8rem 1.2rem;
}
#facility .pickup > .con .ttl {
    font-size: 1.4rem;
    line-height: calc(18/14);
    letter-spacing: 0.05em;
    font-weight: 400;
    white-space: nowrap;
    margin: 0;
    color: #FFFFFF;
}
#facility .pickup > .con:nth-child(1) .ttl {
    letter-spacing: -0.065em;
}
#facility .pickup > .con .txt {
    font-size: 1.3rem;
    line-height: calc(20/13);
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    padding: 0.5rem 0;
}
#facility .pickup > .con .txt::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: -2rem;
}
}



/* faq
----------------------------------------- */
#faq {
    
}
#faq .inner {
    width: 100%;
    max-width: 106rem;
    margin: auto;
    padding: 6rem 0 8rem;
}


#faq .att_wrap {
    width: 100%;
    padding: 3rem 6rem;
    background-color: #e4ddd5;
    margin-top: 4rem;
}
#faq .att_wrap .ttl {
    width: 100%;
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding-bottom: 1.5rem;
    border-bottom: 0.25px solid #231815;
    position: relative;
}
#faq .att_wrap .ttl::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/wanheart/fag_ttl_c.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
}
#faq .att_wrap .ttl::after {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/wanheart/fag_ttl_c.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}
#faq .att_wrap .att_list_wrap {
    margin-top: 2rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}
#faq .att_wrap .att_list_wrap .att_list {
    display: flex;
    flex-flow: column;
}
#faq .att_wrap .att_list_wrap .att_list li {
    font-size: 1.4rem;
    line-height: calc(32/14);
    letter-spacing: 0.032em;
    font-weight: 400;
}
#faq .att_wrap .att_list_wrap .att_list li::before {
    content: '○';
}

#faq .faq_list {
    margin-top: 6rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    grid-gap: 3rem 0;
}
#faq .faq_list .con {
    width: 100%;
    display: flex;
    flex-flow: column;
}
#faq .faq_list .con .question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #d4d3d2;
    padding: 1rem 3rem;
}
#faq .faq_list .con .question .txt {
    font-size: 1.6rem;
    letter-spacing: 0.065em;
    font-weight: 400;
}
#faq .faq_list .con .question .txt .icon {
    font-size: 2rem;
}

#faq .faq_list .con .question .arrow {
    min-width: 1.6rem;
    margin-left: 1rem;
    transition: all .6s;
}
#faq .faq_list .con .question.open .arrow {
    transform: rotate(180deg);
}

#faq .faq_list .con .answer {
    width: 100%;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    border: 0.25px solid #7f7f80;
    border-top: none;
    padding: 1rem 3rem;
    
    display: none;
}
#faq .faq_list .con .answer .txt {
    font-size: 1.6rem;
    letter-spacing: 0.065em;
    font-weight: 400;
}
#faq .faq_list .con .answer .txt .icon {
    font-size: 2rem;
}

#faq .btn_wrap {
    width: 100%;
    max-width: 71rem;
    margin: auto;
    margin-top: 8rem;
}
#faq .btn_wrap .contact_btn {
    width: 100%;
    aspect-ratio: 710 / 76;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/wanheart/btn_bg.svg") no-repeat center center / cover;
}
#faq .btn_wrap .contact_btn span {
    font-size: 2.6rem;
    letter-spacing: 0;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

@media only screen and (max-width: 768px) {
#faq .inner {
    max-width: 38rem;
    padding: 4rem 0 6rem;
}


#faq .att_wrap {
    width: 100%;
    padding: 2rem 3rem;
    margin-top: 2rem;
}
#faq .att_wrap .ttl {
    font-size: 1.8rem;
}
#faq .att_wrap .ttl::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/wanheart/fag_ttl_c.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
}
#faq .att_wrap .ttl::after {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/wanheart/fag_ttl_c.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}
#faq .att_wrap .att_list_wrap {
    margin-top: 2rem;
}
#faq .att_wrap .att_list_wrap .att_list {
    display: flex;
    flex-flow: column;
}
#faq .att_wrap .att_list_wrap .att_list li {
    font-size: 1.2rem;
    line-height: calc(26/12);
}

#faq .faq_list {
    margin-top: 4rem;
    grid-gap: 2rem 0;
}
#faq .faq_list .con {
    width: 100%;
    display: flex;
    flex-flow: column;
}
#faq .faq_list .con .question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #d4d3d2;
    padding: 1rem 1.5rem;
}
#faq .faq_list .con .question .txt {
    font-size: 1.4rem;
}
#faq .faq_list .con .question .txt .icon {
    font-size: 1.8rem;
}


#faq .faq_list .con .answer {
    padding: 1rem 1.5rem;
}
#faq .faq_list .con .answer .txt {
    font-size: 1.4rem;
}
#faq .faq_list .con .answer .txt .icon {
    font-size: 1.8rem;
}

#faq .btn_wrap {
    margin-top: 4rem;
}
#faq .btn_wrap .contact_btn {
    width: 100%;
    aspect-ratio: 710 / 90;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/wanheart/btn_bg.svg") no-repeat center center / auto;
    border-radius: 0.8rem;
    overflow: hidden;
}
#faq .btn_wrap .contact_btn span {
    font-size: 1.8rem;
}
}
