@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Cherry+Bomb+One&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@500;700;900&display=swap');

.en1{
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
}
.en2{
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
}
.en3{
    font-family: 'Outfit', sans-serif;
}

:root {
    --main: #50D48C;
    --main-rgb: 80, 212, 140;
    --sub: #79F1AD;
    --text: #1C1C1C;
    --black: #2F2F2F;
    --orange: #FF5D00;
    --gray: #F5F5F5;
    --beige01: #F0ECE5;
    --beige02: #F6F3F1;
}
/* 検証用
* {
	outline: 1px solid magenta;
}
*/
/*---------------------------------

  追加リセット

---------------------------------*/

html, body {
    min-width: 1400px;
    min-height: 100vh;
}
html{
    scroll-behavior: smooth;
}
body{
    color: var(--text);
    font-size: 16px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 1.8;
}
a{
    text-decoration: none;
}

ul{
    list-style: none;
}
p, li{
    line-height: 1.5;
}
img {
    max-width: 100%;
}

@media screen and (max-width:767px) {
    
html, body {
    min-width: 375px;
}
    
}

/*---------------------------------

  基本設定

---------------------------------*/

.inner{
    position: relative;
    width: 90%;
    max-width: 1440px;
    margin: auto;
}
.pc{
    display: inline-block;
}
.sp{
    display: none;
}

@media screen and (max-width:767px) {
    .pc{
        display: none;
    }
    .sp{
        display: inline-block;
    } 
}

/* モーダル開時に背景のスクロールを防ぐ */
body:has(.overlay.open){
  overflow: hidden;
}
body:has(.overlay.open) main{
  overflow: auto;
  scrollbar-gutter: stable;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

/*---------------------------------

  共通

---------------------------------*/

.title_main{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
}
.title_main .en{
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 0;
    z-index: 1;
}
.title_main .en::before{
    content: '';
    position: absolute;
    bottom: -18px;
    left: -8px;
    display: block;
    width: 74px;
    height: 47px;
    background: url(../img/common/title_bg_01.png) no-repeat;
    background-size: 74px;
    z-index: -1;
}

.title_main.ta-center{
    padding: 0 0 60px;
}
.title_main.ta-center::before{
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: calc(50% - 200px);
    height: 10px;
    background: #fff;
    border: 1px solid var(--text);
    border-left: none;
    border-radius: 0 40px 40px 0;
}
.title_main.ta-center::after{
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: calc(50% - 200px);
    height: 10px;
    background: #fff;
    border: 1px solid var(--text);
    border-right: none;
    border-radius: 40px 0 0 40px;
}
.title_main.ta-center .en{
    width: fit-content;
    margin: 0 auto 20px;
}
.title_main.ta-center .en::before{
    bottom: -100px;
    left: calc(50% - 37px);
}

.title_sub.ta-center{
    position: relative;
    width: fit-content;
    min-height: 80px;
    padding: 0 100px;
    margin: 0 auto 50px;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .05em;
}
.title_sub.ta-center::before{
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: -140px;
    width: 140px;
    height: 10px;
    background: #fff;
    border: 1px solid var(--text);
    border-right: none;
    border-radius: 40px 0 0 40px;
}
.title_sub.ta-center::after{
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: -140px;
    width: 140px;
    height: 10px;
    background: #fff;
    border: 1px solid var(--text);
    border-left: none;
    border-radius: 0 40px 40px 0;
}

.btn_more{
    position: relative;
    display: block;
    width: fit-content;
    min-width: 149px;
    height: 64px;
    padding: 20px 30px;
    background: var(--orange);
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.btn_more_w{
    position: relative;
    display: block;
    width: fit-content;
    min-width: 89px;
    height: 30px;
    padding: 7px 38px 5px 12px;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.btn_more_w::before{
    content: '';
    position: absolute;
    top: 5px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--text);
    border-radius: 50%;
}
.btn_more_w::after{
    content: '';
    position: absolute;
    top: 11px;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.btn_index{
    position: relative;
    display: block;
    width: fit-content;
    min-width: 149px;
    height: 64px;
    padding: 20px 30px;
    background: var(--text);
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.arrow{
    padding-right: 60px;
}
.arrow::before{
    content: '';
    position: absolute;
    top: 20px;
    right: 30px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.arrow::after{
    content: '';
    position: absolute;
    top: 27px;
    right: 38px;
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}
.arrow1::before{
    background: #fff;
}
.arrow1::after{
    border-top: 2px solid var(--orange);
    border-right: 2px solid var(--orange);
}
.arrow2::before{
    background: var(--sub);
}
.arrow2::after{
    border-top: 2px solid var(--text);
    border-right: 2px solid var(--text);
}
.arrow3::before{
    background: var(--text);
}
.arrow3::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.pending{
    padding: 100px 0;
    text-align: center;
}

@media screen and (max-width:1024px){
    

}

@media screen and (max-width:767px){

    .title_main{
        font-size: 18px;
    }
    .title_main .en{
        font-size: 48px;
    }
    .title_main.ta-center::before{
        width: calc(50% - 150px);
        height: 10px;
        border-radius: 0 40px 40px 0;
    }
    .title_main.ta-center::after{
        width: calc(50% - 150px);
        height: 10px;
        border-radius: 40px 0 0 40px;
    }
    .title_sub.ta-center{
        position: relative;
        width: 100%;
        min-height: fit-content;
        padding: 0 50px;
        margin: 0 auto 50px;
        font-size: 24px;
        letter-spacing: .05em;
    }
    .title_sub.ta-center::before{
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        left: 10px;
        width: 40px;
        height: 10px;
    }
    .title_sub.ta-center::after{
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        right: 10px;
        width: 40px;
        height: 10px;
    }
    
    .pending{
        padding: 50px 0;
    }

    
}

/*---------------------------------

  中身

---------------------------------*/

.main{
    background: #F6F3F1 url(../img/common/bg_01.png) repeat;
    background-size: 100%;
}
.page_header{
    position: relative;
    width: 100%;
    padding: 40px 40px 60px;
    margin-bottom: 60px;
    background: #fff;
}
.page_header::after{
    content: '';
    position: absolute;
    bottom: -61px;
    left: calc(50% - 220px);
    display: block;
    width: 441px;
    height: 86px;
    background: url(../img/common/page_header_arrow.png) no-repeat top;
    background-size: 441px;
}
.title_area{
    width: 100%;
    height: 280px;
    padding: 62px 0 0;
    background: /*url(../img/common/header_bg.png) 0 0 / 85px 85px repeat, url(../img/common/header_bg.png) 42.5px 42.5px / 85px 85px repeat, */var(--sub);
    border-radius: 40px;
}
.title_area .title{
    display: block;
    min-width: 314px;
    width: fit-content;
    height: 156px;
    margin: auto;
    padding: 30px 60px 35px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 200px;
    text-align: center;
}
.title_area .title .en{
    display: block;
    margin: 0 0 10px;
    background: linear-gradient(225.91deg, #C9F2B0 14.77%, #EBEBEB 47.63%, #C6F0FF 71.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text);
    font-size: 50px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1;
}
.title_area .title .jp{
    display: block;
    width: fit-content;
    height: 31px;
    padding: 5px 20px 8px;
    margin: auto;
    background: var(--text);
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
}

@media screen and (max-width:1024px){
    
    
}

@media screen and (max-width:767px){

    .page_header{
        padding: 20px;
    }
    .page_header::after{
        left: calc(50% - 180px);
        width: 360px;
        height: 80px;
        background-size: 360px;
    }
    .title_area{
        height: 300px;
        padding: 120px 0 0;
    }
    .title_area .title{
        min-width: 260px;
        width: fit-content;
        height: 130px;
        padding: 24px 30px;
    }
    .title_area .title .en{
        font-size: 38px;
    }
    .title_area .title .jp{
        height: fit-content;
        padding: 5px 20px 5px;
        font-size: 16px;
    }

    

}

/*---------------------------------

  ヘッダー

---------------------------------*/

.logo{
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 240px;
    padding: 24px 55px 0 64px;
    background: #fff;
    border-radius: 0 0 120px 0;
    z-index: 20;
}
.logo a{
    display: block;
    padding: 148px 0 0;
    background: url(../img/common/logo_mark.svg) no-repeat top;
    background-size: contain;
}
.header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 84px;
    z-index: 10;
}
.header_nav{
    position: fixed;
    right: 120px;
    top: 30px;
}

.header_nav .gnav_list .contact{
    width: 190px;
    height: 80px;
}
.header_nav .gnav_list .contact a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px 20px 24px 62px;
    background: var(--orange) url(../img/common/ico_mail_w.png) left 20px center / 32px no-repeat;
    border-radius: 10px;
    color: #fff;
}


@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){

    .logo{
        width: 160px;
        height: 150px;
        padding: 15px 40px 0 40px;
        border-radius: 0 0 90px 0;
    }
    .logo a{
        padding: 85px 0 0;
    }
    
    .header_nav{
        right: 85px;
        top: 20px;
    }
    .header_nav .gnav_list .contact{
        width: 100px;
        height: 60px;
    }
    .header_nav .gnav_list .contact a{
        padding: 40px 10px 5px 10px;
        background: var(--orange) url(../img/common/ico_mail_w.png) center top 10px / 30px no-repeat;
        font-size: 12px;
        text-align: center;
    }
    
}

/*---------------------------------

  ハンバーガー周り

---------------------------------*/

.header_nav_sp{
    position: fixed;
    top: 0;
    right: -100vw;
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 100%;
    padding: 40px;
    background: var(--beige02);
    z-index: 100;
    -webkit-transition: all .5s ease;
    transition: all .9s ease;
    overflow-y: auto;
}
/* サイドメニューオープン */
.side_open .header_nav_sp{
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0);
}

.header_nav_sp .close_btn{
    position: absolute;
    right: 30px;
    top: 30px;
    display: block;
    width: 72px;
    height: 72px;
    background: #c9c9c9;
    border: 1px solid var(--black);
    border-radius: 50%;
    z-index: 110;
}
.header_nav_sp .close_btn::before{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 19px);
    display: block;
    width: 39px;
    height: 1px;
    background: var(--black);
    transform: rotate(45deg);
}
.header_nav_sp .close_btn::after{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 19px);
    display: block;
    width: 39px;
    height: 1px;
    background: var(--black);
    transform: rotate(-45deg);
}

.header_nav_sp > div{
    padding: 80px 0;
    background: var(--beige01);
    border-radius: 60px;
}
.header_nav_sp .inner{
    max-width: 1280px;
}
.header_nav_sp .inner .title{
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .05em;
}
.header_nav_sp .inner .title .en{
    display: inline-block;
    margin-right: 20px;
    background: linear-gradient(225.91deg, #C9F2B0 14.77%, #EBEBEB 47.63%, #C6F0FF 71.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text);
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: inherit;
}
.header_nav_sp .hnav_sp_list{
    justify-content: center;
    gap: 30px 60px;
    padding: 30px 100px;
    margin: 50px 0;
    background: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
}
.header_nav_sp .hnav_sp_list li::before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    background: url(../img/common/ico_grass.png) center / 17px no-repeat;
}
.header_nav_sp .services_menu,
.header_nav_sp .gallery_menu{
    position: relative;
}
.header_nav_sp .gallery_menu{
    margin-top: 50px;
}
.header_nav_sp .services_menu .ttl,
.header_nav_sp .gallery_menu .ttl{
    padding: 0 0 0 32px;
    background: url(../img/common/ico_3line.png) left center / 15px no-repeat;
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
}
.header_nav_sp .services_menu .list{
    gap: 20px 30px;
    margin-top: 30px;
}
.header_nav_sp .services_menu .list li::before{
    content: '・';
    display: inline-block;
}
.header_nav_sp .services_menu .btn_more_w,
.header_nav_sp .gallery_menu .btn_more_w{
    position: absolute;
    left: 170px;
    top: 4px;
}

.header_nav_sp .link_list{
    justify-content: center;
    gap: 30px 50px;
    padding: 14px 10px;
    margin-top: 10px;
}


.nav_trigger{
    position: fixed;
    right: 30px;
    top: 30px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    background: var(--black);
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 110;
    transition: all .4s;
}
.nav_trigger:hover{
    background: var(--main);
}
.nav_trigger.active{
    z-index: 10;
}
.nav_trigger > span{
    position: absolute;
    top: 50px;
    display: block;
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0);
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
    transition: all .4s;
}
.nav_trigger::before,
.nav_trigger::after {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    background: #fff;
    border-radius: 2px;
    transition: all .4s;
}
.nav_trigger > span::before,
.nav_trigger > span::after {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    background: #fff;
    border-radius: 2px;
    transition: all .4s;
}
.nav_trigger > span::before {
    content: '';
    top: -21px;
    left: 28.5px;
}
.nav_trigger > span::after {
    content: '';
    top: -21px;
    right: 28.5px;
}
.nav_trigger::before {
    content: '';
    top: 16px;
    left: 28.5px;
}
.nav_trigger::after {
    content: '';
    top: 16px;
    right: 28.5px;
}


@media screen and (max-width:1024px){
    

    
}

@media screen and (max-width:767px){
    
    .header_nav_sp{
        padding: 30px;
    }
    
    .header_nav_sp > div{
        padding: 40px 0;
        border-radius: 30px;
    }
    .header_nav_sp .inner .title .en{
        display: block;
        font-size: 42px;
    }    
    .header_nav_sp .hnav_sp_list{
        justify-content: flex-start;
        padding: 30px 30px;
        margin: 40px 0;
        border-radius: 50px;
        font-size: 16px;
    }


    
    
    .nav_trigger{
        right: 20px;
        top: 20px;
        width: 60px;
        height: 60px;
        padding: 0;
    }
    .nav_trigger > span{
        top: 40px;
        font-size: 14px;
    }
    .nav_trigger::before,
    .nav_trigger::after {
        width: 9px;
        height: 9px;
    }
    .nav_trigger > span::before,
    .nav_trigger > span::after {
        width: 9px;
        height: 9px;
    }
    .nav_trigger > span::before {
        content: '';
        top: -13px;
        left: 19px;
    }
    .nav_trigger > span::after {
        content: '';
        top: -13px;
        right: 19px;
    }
    .nav_trigger::before {
        content: '';
        top: 14px;
        left: 19px;
    }
    .nav_trigger::after {
        content: '';
        top: 14px;
        right: 19px;
    }
    
}

/*---------------------------------

  パンくず

---------------------------------*/

.breadcrumb{
    position: absolute;
    bottom: 0;
    padding: 16px 0;
}
.breadcrumb li{
    display: inline-block;
    color: var(--orange);
    font-size: 14px;
    font-weight: 700;
}
.breadcrumb li::before{
    content: '/';
    display: inline-block;
    padding: 0 10px;
    color: var(--text);
}
.breadcrumb li:first-child::before{
    content: '';
    padding: 0 0;
}
.breadcrumb li a{
    color: var(--text);
    transition: all .4s;
}
.breadcrumb li a:hover{
    color: var(--hover);
}

@media screen and (max-width:767px){

    .breadcrumb{
        display: none;
    }
    
}

/*---------------------------------

  bloc_faq

---------------------------------*/

.bloc_faq .faq_list{
    gap: 20px 30px;
}
.bloc_faq .faq_list li{
    width: calc(25% - 22.5px);
    background: #fff;
    border: 1px solid var(--text);
    border-bottom-width: 4px;
    border-radius: 20px;
}
.bloc_faq .faq_list li:hover{
    border: 3px solid var(--text);
    border-bottom-width: 4px;
}
.bloc_faq .faq_list li a{
    position: relative;
    display: block;
    height: 100%;
    padding: 95px 20px 50px;
}
.bloc_faq .faq_list li:hover a{
    padding: 93px 18px 50px;
}
.bloc_faq .faq_list li .arrow::before{
    top: auto;
    right: 20px;
    bottom: 20px;
    transition: background .4s;
}
.bloc_faq .faq_list li .arrow::after{
    top: auto;
    bottom: 27px;
    right: 28px;
}
.bloc_faq .faq_list li:hover .arrow::before{
    right: 18px;
    background: var(--sub);
}
.bloc_faq .faq_list li:hover .arrow::after{
    right: 26px;
}
.bloc_faq .faq_list li .en{
    position: absolute;
    top: 20px;
    left: 20px;
    color: var(--main);
    font-size: 60px;
    line-height: 1;
}
.bloc_faq .faq_list li:hover .en{
    top: 18px;
    left: 18px;
}
.bloc_faq .faq_list li .category{
    position: absolute;
    top: 40px;
    right: 20px;
    display: block;
    padding: 3px 10px 5px;
    background: var(--text);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.bloc_faq .faq_list li:hover .category{
    top: 38px;
    right: 18px;
}

@media screen and (max-width:1024px){
    
    .bloc_faq .faq_list li{
        width: calc(50% - 15px);
    }
    
}

@media screen and (max-width:767px){

    .bloc_faq .faq_list li{
        width: 100%;
    }

}

/*---------------------------------

  CTA

---------------------------------*/

.bloc_cta .ttl{
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}
.bloc_cta .box{
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    background: var(--sub);
    border: 1px solid var(--black);
    border-radius: 20px;
}
.bloc_cta .box .unit{
    position: relative;
    width: 654px;
    min-height: 154px;
    padding: 15px 0 0 194px;
    font-weight: 700;
}
.bloc_cta .box .unit::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 154px;
    height: 154px;
    background: #fff url(../img/common/ico_mail.png) center center / 74px no-repeat;
    border-radius: 50%;
}
.bloc_cta .box .unit .ttl{
    line-height: 1;
    letter-spacing: .05em;
}
.bloc_cta .box .unit .txt{
    font-size: 20px;
    line-height: 1.6;
}
.bloc_cta .box .flex{
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 660px);
    max-width: 600px;
    padding: 20px 30px 25px 60px;
    background: #fff;
    border: 2px solid var(--text);
    border-radius: 70px;
    font-size: 24px;
}

@media screen and (max-width:767px){
  
    .bloc_cta .ttl{
        font-size: 18px;
    }
    .bloc_cta .box{
        padding: 30px 30px;
    }
    .bloc_cta .box .unit{
        width: 100%;
        min-height: 154px;
        padding: 15px 0 0 0;
    }
    .bloc_cta .box .unit::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 154px;
        height: 154px;
        background: none;
        border-radius: 50%;
    }
    .bloc_cta .box .unit .txt{
        font-size: 14px;
    }
    .bloc_cta .box .flex{
        width: 100%;
    }
    
}
@media screen and (max-width:540px){
    
    .bloc_cta .box .flex{
        justify-content: center;
        gap: 10px;
        width: 100%;
        max-width: 600px;
        padding: 20px 30px 25px 30px;
        border-radius: 70px;
        font-size: 21px;
    }
    .bloc_cta .box .flex .btn_more{
        
    }
    
}

/*---------------------------------

  aside

---------------------------------*/

.aside{
    padding: 140px 0 140px;
    background: #fff;
}
.aside > .flex{
    justify-content: space-between;
    align-items: center;
    gap: 40px 0;
}
.aside .data{
    width: 48%/*630px*/;
}
.aside .data .title_main{
    margin-bottom: 50px;
}
.aside .data dt{
    margin-bottom: 20px;
    color: var(--main);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: .2em;
}
.aside .data dd{
    font-size: 24px;
    line-height: 2.1;
    letter-spacing: .1em;
}
.aside .data dd::before{
    content: '・';
    display: inline-block;
}
.aside .box{
    width: 52%/*730px*/;
    padding: 50px 30px;
    background: var(--gray);
    border-radius: 20px;
}
.aside .box .unit{
    position: relative;
    min-height: 136px;
    padding: 21px 0 0 186px;
    margin-bottom: 40px;
    font-weight: 700;
}
.aside .box .unit::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 136px;
    height: 136px;
    background: var(--main) url(../img/common/ico_mail_w.png) center center / 74px no-repeat;
    border-radius: 50%;
}
.aside .box .unit .ttl{
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: .05em;
}
.aside .box .unit .txt{
    font-size: 20px;
    letter-spacing: .05em;
}
.aside .box .flex{
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 30px 25px 60px;
    background: #fff;
    border: 2px solid var(--text);
    border-radius: 70px;
    font-size: 24px;
}

@media screen and (max-width:1439px){

    .aside .data{
        width: 100%/*630px*/;
    }    
    .aside .box{
        width: 100%/*730px*/;
        padding: 50px 30px;
    }
    
}
@media screen and (max-width:767px){

    .aside{
        padding: 80px 0;
    }
    .aside .data dt{
        font-size: 24px;
    }
    .aside .data dd{
        font-size: 14px;
    }
    
    .aside .box .unit{
        min-height: fit-content;
        padding: 0;
        margin-bottom: 30px;
    }
    .aside .box .unit::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 136px;
        height: 136px;
        background: var(--main) url(../img/common/ico_mail_w.png) center center / 74px no-repeat;
        border-radius: 50%;
    }
    .aside .box .unit .ttl{
        font-size: 24px;
    }
    .aside .box .unit .txt{
        font-size: 15px;
    }
    
}
@media screen and (max-width:540px){
    
    .aside .box .flex{
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 20px 30px 25px;
        border-radius: 70px;
        font-size: 21px;
    }
    
}

/*---------------------------------

  フッター

---------------------------------*/

.footer{
    position: sticky;
    top: 100vh;
    width: 100%;
    padding: 100px 0 20px;
    background: var(--main);
    color: #fff;
    text-align: center;
}
.footer .inner > * + *{
    margin-top: 40px;
}
.footer .footer_nav{
    width: 100%;
    padding: 30px 100px;
    background: #fff;
    border-radius: 50px;
    color: var(--text);
    font-weight: 700;
}
.footer .footer_nav .flex{
    justify-content: center;
    gap: 30px 65px;
}
.footer .footer_nav .flex li::before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    background: url(../img/common/ico_grass.png) center / 17px no-repeat;
}
.footer .footer_nav .flex li a{
    font-size: 20px;
}
.footer .link_list{
    justify-content: center;
    gap: 30px 50px;
    color: var(--text);
}
.footer .powered{
    width: fit-content;
    margin: 50px auto;
    padding: 10px 15px;
    background: #fff;
    border-radius: 20px;
    color: #5B5B5B;
    font-size: 12px;
}
.footer .powered img{
    width: 88px;
    margin-left: 10px;
}

@media screen and (max-width:767px){

    .footer .footer_nav{
        padding: 30px 30px;
        border-radius: 50px;
    }
    .footer .footer_nav .flex{
        justify-content: flex-start;
    }
    
    .footer .footer_nav .flex li a{
        font-size: 16px;
    }
    
}

/*---------------------------------

  フォーム

---------------------------------*/

.form td input[type=text],
.form td input[type=tel],
.form td input[type=email],
.form td input[type=number],
.form td select{
    width: 100%;
    max-width: 500px;
    height: 40px;
    padding: 0 15px;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}
.form td textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px 15px;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}
.form td input[type=text]:focus-visible,
.form td input[type=tel]:focus-visible,
.form td input[type=email]:focus-visible,
.form td input[type=number]:focus-visible,
.form td select:focus-visible,
.form td textarea:focus-visible{
    outline: none;
    border: 1px solid var(--main);
}
.form .zipcode td input[type=text]{
    max-width: 150px;
}
.form .address td input[type=text],
.form .address td select{
    max-width: 400px;
}
.form .address td .span1{
    display: inline-block;
    min-width: 100px;
}

.plus{
    position: relative;
}
.plus::before{
    content: '+';
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 1px 0 0 1px;
    background: var(--main);
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.checkbox2 label input{
    position: absolute;
    width: 0;
    height: 0;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    line-height: 0;
}
.checkbox2 label input + span,
.radio input + span{
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 45px;
    margin: 5px 0;
    cursor: pointer;
}
.checkbox2 label input + span::before,
.radio input + span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: -13px;
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}
.checkbox2 label input:focus + span::before,
.radio input:focus + span::before{
    border: 1px solid var(--main);
}
.checkbox2 label input + span::after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 7px;
    width: 15px;
    height: 8px;
    border-left: solid 3px var(--main);
    border-bottom: solid 3px var(--main);
    transform: rotate(-45deg) scale(1);
    opacity: 0;
}

.checkbox2 label input[type="checkbox"]:checked + span::after{
    opacity: 1;
}

.checkbox2 label input:disabled + span::before{
    background: #eee;
}
.checkbox2 label input:disabled + span{
    cursor: inherit;
}

.radio input + span::before {
    border-radius: 50%;
    cursor: pointer;
}
.radio input + span::after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 9px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-radius: 50%;
    background: var(--main);
}
.radio input[type="radio"]:checked + span::after {
    opacity: 1;
}




/*---------------------------------

  その他

---------------------------------*/



/* utility
--------------------------------------------------------------*/

.bg-black {
    background: #333;
}

.bg-gray {
    background: #8D8D8D;
}
.bg-green {
    background: #0C7947;
}
.ta-center {
    text-align: center;
}
.px12 {
    font-size: 12px;
}
.px18 {
    font-size: 18px;
}
.fw-light {
   font-weight: 300; 
}
.fw-bold {
   font-weight: 700; 
}
.fw-black {
   font-weight: 900; 
}
.mt10 {
    margin-top: 10px;
}
.mt50 {
    margin-top: 50px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb100 {
    margin-bottom: 100px;
}
.ml10 {
    margin-left: 10px;
}
.mr10 {
    margin-right: 10px;
}
