@charset "UTF-8";

/*-- ---------- --*/
/*-- layout css --*/
/*-- ---------- --*/

/*-- l-header --*/
.l-header{
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 1000;
}
.l-header > .container{
    position: relative;
    margin: 10px 40px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:90px;
}
.l-header > .container::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(255,255,255,.5);
    border-radius:100px;
    backdrop-filter: blur(30px);
}
.burger-btn,.botttom__nav,.list_nav_sp{
    display: none;
}
/*-- ロゴ --*/
.l-header .area_logo_header{
    position: relative;
    height:100%;
    display: flex;
    align-items: center;
}
.l-header .logo img{
    width: auto;
    height:60px;
}
.nav-wrapper{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.nav-wrapper .list_nav {
    display: flex;
    align-items: center;
    padding: 0;
}
.list_nav li{
    position: relative;
    padding:0 10px;
}
.list_nav li.list_nav_pc{display: block;}
.list_nav li:last-child{
    position: relative;
    padding:0 0px 0 10px;
}
.list_nav li.list_nav_sp{display: none}
.list_nav a{
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
    font-size: 20px;
    font-weight:500;
    line-height: 1;
    color:var(--htxt-color);
}
.list_nav_contact a{
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 25px;
    border-radius: 30px;
    line-height: 1;
    color:var(--white-color);
    background: var(--tel-bg2);
}
.list_nav_contact:last-child a{
    background: var(--tel-bg);
}
.list_nav_contact a span{
    display: flex;
    align-items: center;
    font-size: 26px;
}
.list_nav_contact a span::before{
    content:'';
    display: flex;
    align-items: center;
    background: url(../img/base/icon_tel.svg)no-repeat center/100% auto;
    width:18px;
    height: 18px;
    margin: 0 10px 0 15px;
}
.list_nav .contact__btn a::before{
    display: none;
}

@media (max-width:1600px){
.list_nav li{
    position: relative;
    padding:0 0 0 10px;
}
.list_nav a{
    font-size: 16px;
}
.list_nav_contact a span{
    font-size: 20px;
}
.list_nav_contact a span::before{
    width:16px;
    height: 16px;
    margin: 0 5px 0 10px;
}
/*-- ロゴ --*/
.l-header .logo img{
    max-width: 250px;
}
}
@media (max-width:1350px){
.l-header > .container{
    margin: 10px 20px;
}
.list_nav a{
    font-size: 14px;
    padding: 8px 4px;
}
.list_nav_contact a{
    padding: 12px 20px;
    border-radius: 30px;
    line-height: 1;
    color:var(--white-color);
    background: var(--tel-bg2);
}
}
@media (max-width:1200px){
.l-header > .container{
    margin: 10px 10px;
}
}
@media (max-width:1150px){
.l-header > .container{
    position: relative;
    margin: 0;
    padding:0 15px;
    height:80px;
}
.l-header > .container::before{
    background: rgba(255,255,255,.5);
    border-radius:0px;
    backdrop-filter: blur(30px);
}
.l-header .nav-wrapper{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 0;
    right: -100%;
    width:calc(100% - 100px);
    width:100%;
    height: 100vh;
    background: #FFE3AD;
    border-radius: 0;
    padding: 20px 35px;
    transition:all .5s;
    overflow: auto;
    z-index: 100;
}
.l-header .nav-wrapper nav{width: 100%;}
.list_nav {
    display: flex;
    flex-direction: column;
    width:100%;
    margin: 30px 0 0;
    padding: 0;
}
.list_nav li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width:100%;
    border-right: 0px solid #1a1a1a;
    border-bottom: 2px solid #FFCE89;
    padding:18px 5px;
}
.list_nav li:last-child{
    padding: 3px 5px 15px;
    border-bottom: 0px solid #1a1a1a;
}
.list_nav li:nth-last-child(2){
    padding: 15px 5px 3px;
    border-bottom: 0px solid #1a1a1a;
}
.list_nav li.list_nav_pc{display: none;}
.list_nav li.list_nav_sp{display: flex;}
.list_nav a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
}
.list_nav .list__color a{color:#F0770D;}
.list_nav .list__color::before{
    content:'';
    position: absolute;
    bottom: -1px;
    height:2px;
    left:0;
    width:100px;
    background: #F0770D;
}
.list_nav a::after{
    content:'';
    display: flex;
    align-items: center;
    justify-content: center;
    border-top:2px solid #FFCE89;
    border-right:2px solid #FFCE89;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    margin-right:8px;
	transition:all .5s;
}
.list_nav .list__color a::after{
    border-top:2px solid #F0770D;
    border-right:2px solid #F0770D;
}
.list_nav li.list_nav_contact{
    height: auto;
}
.list_nav_contact a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:5px 10px;
    padding: 18px 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    color:var(--white-color);
    background: var(--tel-bg2);
    margin: 0px auto;
}
.list_nav_contact:last-child a{
    background: var(--tel-bg);
}
.list_nav_contact a span{
    display: flex;
    align-items: center;
    font-size: 24px;
    width:auto;
    margin: 0px;
}
.list_nav_contact a span::before{
    content:'';
    display: block;
    background: url(../img/base/icon_tel.svg)no-repeat center/100% auto;
    width:15px;
    height: 15px;
    margin: 0 10px 0 0px;
}
.list_nav_contact a::after{display: none;}
.nav-wrapper .list_nav_sp.nav__wrapper__a{display: block;}
.nav-wrapper .nav__wrapper__a a{display: block;}
.nav-wrapper .list_nav_sp.nav__wrapper__b{display: block;margin: 30px 0 0;}
.nav-wrapper .nav__wrapper__b p{text-align: center;}
/* メニューオープン時 */
.nav-wrapper.slide-in {right:0;}
.open__bg.active__bg::before{
    content:'';
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.3);
    z-index: 1;
}
/* 以下、ハンバーガーボタン */
.burger-btn,
.burger-btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.burger-btn {
    position: relative;
    width: 35px;
    height: 30px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    margin-left:auto;
    z-index:99;
}
.burger-btn span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color:#F0770D;
}
.burger-btn span:nth-of-type(1) {
    top: 5px;
}
.burger-btn span:nth-of-type(2) {
    top:50%;
    transform: translate(-50%,-50%);
}
.burger-btn span:nth-of-type(3) {
    bottom: 5px;
}
.close__btn{
    position: absolute;
    top:35px;
    right:35px;
    width:25px;
    height:25px;
    z-index: 10;
}
.close__btn::before,
.close__btn::after{
    content:'';
    position: absolute;
    top:50%;
    width:32px;
    height:2px;
    background: #F0770D;
}
.close__btn::before{
    transform: translateY(-50%)rotate(40deg);
}
.close__btn::after{
    transform: translateY(-50%)rotate(-40deg);
}
.burger-btn.close{
    display: none;
}
}
@media (max-width:768px){
.l-header .logo img{
    max-width: 160px;
}
.botttom__nav{
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    height:60px;
    z-index: 100;
    display: block;
}
.botttom__nav ul{
    display: flex;
    width:100%;
    height:60px;
}
.botttom__nav ul li{
    width:50%;
    height:100%;
}
.botttom__nav ul li a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap:5px 10px;
    height :100%;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    line-height: 1;
    color:var(--white-color);
    background: var(--tel-bg2);
}
.botttom__nav ul li:last-child a{
    background: var(--tel-bg);
}
.botttom__nav ul li a span{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
}
.botttom__nav ul li a span::before{
    content:'';
    display: flex;
    align-items: center;
    background: url(../img/base/icon_tel.svg)no-repeat center/auto 100%;
    width:12px;
    height: 12px;
    margin: 0 5px 0 0px;
}
}

/*-- l-footer --*/
.l-footer{
    position: relative;
    padding: 0;
}
.l-footer .l-footer__body{
    padding: 40px 0;
    background: #FFF6EA;
}
.l-footer p,
.l-footer p a,
.l-footer a{
    color:#707070;
}
.l-footer .l-fl{
    justify-content: space-between;
}
.l-footer img{
    max-width: 330px;
}
.l-footer .footer__right ul{
    display: flex;
    align-items: center;
}
.l-footer .footer__right ul li{
    margin-right: 40px;
}
.l-footer .footer__right ul li a{
    font-size: 20px;
    font-weight: 700;
    color:#000000;
}
.l-footer .footer__right ul li:last-child{
    margin-right: 0px;
}
.l-footer .f__copy{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color:#000000;
    text-align: right;
    margin: 20px 0 0;
}
@media (max-width:900px){
.l-footer img{
    max-width: 200px;
    display: block;
    margin: 0 auto 15px;
}
.l-footer .f__copy{
    font-size: 12px;
    text-align: center;
    width:100%;
    margin: 0;
}
.l-footer .footer__right{
    width: 100%;
    margin:0;
}
.l-footer .footer__right ul{
    display: none;
}
}
@media (max-width:768px){
.l-footer .l-footer__body{
    position: relative;
    padding: 30px 0 90px;
}
}
/*-- l-main --*/
.l-main .l-main__img{
    position: absolute;
    top:-1360px;
    right:-700px;
    width:1500px;
    height:1500px;
    z-index: 1;
}
section{padding:80px 0 ;}
.section__header{
    position: relative;
    margin: 0 auto 40px;
}
.section__header h2{
    position: relative;
    display: inline-block;
    margin: 0px;
    padding:0 20px 25px;
    color: var(--main-txt);
}
.section__header h2::after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 35px;
}
#about .section__header h2::after{
    background: url(../img/top/about_title_bg.svg)no-repeat center/contain;
}
#services .section__header h2::after{
    background: url(../img/top/service_title_bg.svg)no-repeat center/contain;
}
#works .section__header h2::after{
    background: url(../img/top/works_title_bg.svg)no-repeat center/contain;
}
#case .section__header h2::after{
    background: url(../img/top/case_title_bg.svg)no-repeat center/contain;
}
#customer .section__header h2::after{
    background: url(../img/top/customer_title_bg.svg)no-repeat center/contain;
}
@media screen and (max-width: 1150px){
.l-main .l-main__img{
    position: absolute;
    top:-1360px;
    right:-900px;
    width:1500px;
    height:1500px;
}
}
@media screen and (max-width: 900px){
.section__header{text-align: center;}
}
@media screen and (max-width: 768px){
.l-main .l-main__img{
    position: absolute;
    top:-1360px;
    right:-700px;
    width:1500px;
    height:1500px;
    display: none;
}
section{padding:80px 0 60px;margin-top: -20px;}
.section__header{
    margin: 0 auto 30px;
}
.section__header h2{
    padding:0 10px 20px;
}
.section__header h2::after{
    height: 20px;
    background: url(../img/top/sec_titledeco.svg)no-repeat left bottom/auto 100%;
}
.section__header p{
    margin: 15px auto 0;
    text-align: left;
    width:100%;
}
#works .section__header h2::after{
    background: url(../img/top/works_title_bg_sp.svg)no-repeat center/contain;
}
}
@media screen and (max-width: 640px){
.section__header h2{
    padding:0 0px 20px;
}
}

