@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

a:hover {
    opacity: 0.8;
}

body {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    letter-spacing: 0.05em;
    font-family: "Noto Serif JP", serif;
}

main {
    margin-top: 64px;
}

h1,h2,h3 {
    font-weight: 400;
}

img {
    max-width: 100%;
}

.wrap {
    position: relative;
    overflow: hidden;
}

.tb-br,
.sp-br {
    display: none;
}

.pc-br {
    display: block;
}

.parent {
    padding: 120px 5vw;
}

.child {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.sans {
    font-family: "Noto Sans JP", sans-serif;
}
/*終わり*/


/*<header class="header">*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 0 0 0 5vw;
    width: 100%;
    height: 64px;
    z-index: 50;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.header-logo-wrap {
    max-width: 240px;
    width: 100%;
}

.header-logo {
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.header-logo small {
    font-weight: 400;
    font-size: 14px;
    padding-top: 7px;
}

.header-site-menu {
    width: calc(100% - 240px);
}

.header-nav ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 32px;
}

.header-tel,
.header-line {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-line {
    background-color: #4cc764;
    color: #fff;
    height: 64px;
    padding: 0 24px;
}
/*終わり*/


/*<section class="u-fv">*/
.u-fv {
    width: 100%;
    height: 320px;
    background-image: url(../img/achieve_fv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.u-fv-in {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.u-fv-h1 {
    color: #fff;
    font-size: 32px;
    text-shadow: 0 0 8px rgba(0,0,0,0.4);
}
/*終わり*/  


/*<section class="cta">*/
.cta {
    background-image: url(../img/cta_back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-shadow: 0 0 8px #fff;
}

.cta-in {
    max-width: 1200px;
}

.cta-txt-wrap {
    width: max-content;
}

.cta-txt-wrap-01 {
    padding-bottom: 24px;
    border-bottom: solid 1px #e3e3e3;
}

.cta-h2 {
    font-size: 28px;
    font-weight: 600;
}

.cta-txt {
    margin-top: 24px;
}

.cta-txt-wrap-02 {
    padding-top: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.cta-tel-wrap {
    width: 50%;
}

.cta-tel {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 600;
}

.cta .tel-icon {
    max-width: 12px;
    width: 100%;
}

.cta-time {
    font-size: 14px;
}

.cta-line-wrap {
    width: 50%;
}

.cta-line-btn {
    background-color: #4cc764;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    text-shadow: none;
}
/*終わり*/  


/*<a href="#" class="instagram-btn">*/
.instagram {
    background-color: #222;
    padding: 80px 5vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.instagram-l {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 24px;
    border-right: solid 1px #fff;
}

.instagram-icon {
    max-width: 20px;
    width: 100%;
}

.instagram-r {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 24px;
}
/*終わり*/  


/*<footer class="footer">*/
.footer {
    position: relative;
    padding: 40px 5vw;
}

.footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.footer-flex-l {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 40px;
}

.footer-logo {
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.footer-logo small {
    font-weight: 400;
    font-size: 14px;
    padding-top: 7px;
}

.footer-map-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.footer-flex-r {
    width: 50%;
}

.footer-ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 24px;
    font-size: 14px;
}

.copyright {
    margin-top: 40px;
    color: #999;
    font-size: 12px;
}

.pageTop-wrap {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
/*終わり*/


/*1300px以下*/
@media (max-width: 1300px) {  
/*<footer class="footer">*/
   .footer-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .footer-flex-l {
        width: 100%;
    }
 
    .footer-flex-r {
        width: 100%;
    }

    .footer-ul {
        justify-content: left;
    }
/*終わり*/
}


/*1200px以下*/
@media (max-width: 1200px) {  
/*<header class="header">*/
    .header {
        padding: 0 5vw;
    }

    .header-logo-wrap {
        width: 80%;
    }

    .header-site-menu {
        position: relative;
        width: 20%;
        height: 100%;
    }    

    /*ハンバーガーボタン*/
    .hamburger {
        display : block;
        z-index : 999;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);      
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display : block;
        position: absolute;
        width   : 32px;
        height  : 2px ;
        left    : 6px;
        background : #333;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition   : 0.5s ease-in-out;
        transition        : 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top : 20px;
        left: 6px;
        -webkit-transform: rotate(315deg);
        -moz-transform   : rotate(315deg);
        transform        : rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(-315deg);
        -moz-transform   : rotate(-315deg);
        transform        : rotate(-315deg);
    }

    .header-nav {
        position: fixed;
        z-index : 20;
        top  : 64px;
        right: 0;
        background-color: #fff;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.5s;
        width: 100%;
        height: calc(100vh - 64px);
        font-size: 16px;
        opacity: 0;
    }

    .header-nav ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 0 5vw;
    }

    .header-nav ul li {
        display: block;
        width: 100%;
        padding: 16px 0;
        border-bottom: dotted 1px #f1f1f1;
    }

    .header-nav ul li:last-child {
        border-bottom: none;
    }

    .header-nav ul li a {
        display: block;
    }

    .header-nav ul li .header-tel {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .header-nav ul li .header-line {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 50%;
        margin: 0 auto;
    }

    /* このクラスを、jQueryで付与・削除する */
    .header-nav.active {
        transform: translateX(0);
        opacity: 1;
    }
    /*終わり*/     
/*終わり*/ 
}


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    .pc-br,
    .sp-br {
        display: none;
    }

    .tb-br {
        display: block;
    }

    .parent {
        padding: 80px 5vw;
    }
/*終わり*/


/*<section class="u-fv">*/
    .u-fv {
        height: 240px;
    }
/*終わり*/ 


/*<footer class="footer">*/
    .footer-flex-l {
        flex-wrap: wrap;
        gap: clamp(calc(24px), calc(40 / 1024 * 100vw), 40px);
    }

    .footer-ul {
        gap: clamp(calc(16px), calc(24 / 1024 * 100vw), 24px);
    }
/*終わり*/

}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .pc-br,
    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
/*終わり*/  


/*<header class="header">*/
    .header-nav ul li .header-line {
        width: 80%;
    }
/*終わり*/  


/*<section class="u-fv">*/
    .u-fv {
        height: 160px;
    }

    .u-fv-h1 {
        font-size: clamp(calc(24px), calc(32 / 599 * 100vw), 32px);
    }

/*終わり*/ 


/*<section class="cta">*/
    .cta-h2 {
        font-size: clamp(calc(20px), calc(28 / 599 * 100vw), 28px);
    }

    .cta-txt-wrap {
        width: 100%;
    }

    .cta-txt-wrap-02 {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .cta-tel-wrap {
        width: 100%;
    }
/*終わり*/  


/*<a href="#" class="instagram-btn">*/
    .instagram {
        padding: 40px 5vw;
        flex-direction: column;
        align-items: flex-start;
    }

    .instagram-l {
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: solid 1px #fff;
        padding-bottom: 16px;
    }

    .instagram-r {
        width: 100%;
        padding-top: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding-left: 0;
    }

    .instagram-arrow {
        margin: 0 0 0 auto;
    }
/*終わり*/  


/*<footer class="footer">*/
    .footer {
        padding: 64px 5vw 16px 5vw;
    }

    .footer-flex {
        gap: 0;
    }

    .footer-flex-l {
        padding-bottom: 24px;
    }

    .footer-ul {
        gap: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        border-top: solid 1px #f1f1f1;
        padding-top: 24px;
    }

    .footer-ul li {
        width: calc(100% / 3);
        margin-bottom: 4px;
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .pageTop-wrap {
        top: 16px;
        max-width: 40px;
        width: 100%;
    }
/*終わり*/  

}