@charset "utf-8";
/* CSS Document */
/*******************
共通
********************/
body {
    font-family: "NotoSansCJKjp", sans-serif;
    position: relative;
}
.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.block {
    display: block;
}
.inbl {
    display: inline-block;
}
.mincho {
    font-family: "NotoSerifCJKjp", serif;
}
a:hover {
    opacity: 0.5;
}
img {
    width: auto;
    max-width: 100%;
}
.txt p {
    font-size: 16px;
    line-height: 2.4;
}
.txt p:not(:last-child) {
    margin-bottom: 1.5em;
}
.txt_red {
    color: #990000;
    font-weight: bold;
}
.btn_a {
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    display: block;
    background: #322820;
    transform: skewX(-20deg);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-family: "NotoSerifCJKjp", serif;
}
.btn_a:after{
    content: "";
    background: url("../images/common/arw_white.svg") no-repeat center / contain;
    display: inline-block;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}
.btn_a .center {
    transform: skewX(20deg);
    display: inline-block;
}
.btn_a .inbl{
    transform: skewX(20deg);
}
.btn_a.btn_pc{
    
}
.btn_a.btn_sp{
    display: none;
}
.wc-webchat-ctn{
    display: none !important;
}

@media screen and (max-width: 1023px){
    .btn_a.btn_pc{
        display: none;
    }
    .btn_a.btn_sp{
        display: block;
    }
}
@media screen and (max-width: 767px){
    .txt p {
        line-height: 2;
    }
}

/*******************
header
********************/
header {
    width: 100%;
    position: relative;
}
.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.4vw 2vw 0 2vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
}

.header__logo {
    display: block;
    height: auto;
}
.logo-text {
    color: #Fff;
    font-family: "NotoSerifCJKjp", serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 1;
}

.header__logo img {
   /* filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.95));*/
    width: 86%;
    max-width: 270px;
    display: inline-block;
    margin-top: 8px;
    margin-left: -2px;
}
.header__nav {
   /* flex-basis: calc(100% - 13vw);*/
}

.header__nav-items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
}
.header__nav-item {
    color: #fff;
    font-family: var(--mincho);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-family: "NotoSerifCJKjp", serif;
}
.header__nav-item a:hover{
    color: #990000;
    opacity: 1;
}
.header__nav-item:not(:first-child) {
    margin-left: 40px;
}
.header__nav-item--mail {
    font-size: 16px;
    margin-left: 40px;
}
.header__nav-item--mail a {
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #990000;
    color: #fff;
}

.header__nav-item--mail a:before {
    content: "";
    display: inline-block;
    background: url("../images/common/header_mail.svg") no-repeat left center;
    background-size: contain;
    width: 26px;
    height: 20px;
}
.header__nav-item--tel{
    display: none;
}
.drawer-button {
    display: none;
}
@media screen and (max-width: 1699px) {
    .header__nav-item {
        font-size: 15px;
    }
    .header__nav-item--mail {
        font-size: 18px;
        margin-left: 40px;
    }
}
@media screen and (max-width: 1500px){
    .header__nav-item:not(:first-child){
        margin-left: 25px;
    }
	
    .header__logo img{
        width: 76%;
    }
    .logo-text{
        font-size: 30px;
    }
}
@media screen and (max-width: 1365px) {
    html.is-fixed {
        overflow: hidden;
    }
    .header__logo {
        
    }
    .logo-text {
        
    }
    .header__nav {
        /* display: none; */
        position: absolute;
        top: 0;
        right: 0;
    }
    .header__content{
        padding: 20px 20px 0;
    }
    .header__nav.open {
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .header__nav-items {
        display: block;
        background-color: rgba(153,0,0,0.8);
        width: 400px;
        height: 100vh;
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        right: -400px;
        transition: all 0.5s;
        position: fixed;
    }
    .header__nav-item:not(:first-child){
        margin-left: 0;
    }
    .header__nav.open .header__nav-items {
        right: 0;
    }
    .header__nav-item {
        font-size: 18px;
        margin-left: 0;
        padding: 20px 0;
    }
    .header__nav-item--mail a {
        font-size: 20px;
        width: 100%;
        padding: 1.0em 0;
        background: #fff;
        color: #990000;
    }
    .header__nav-item--mail a:before{
        background: url(../images/common/header_mail_red.svg) no-repeat left center;
        background-size: contain;
    }
    .header__nav-item--tel{
        display: block;
        margin-top: 20px;
        padding-top: 0;
        background: #fff;
        color: #000;
        text-align: center;
        border: none !important;
    }
    .header__nav-item--tel .menu-cv-title{
        width: 100%;
        margin: 0 auto 15px;
        padding: 8px;
        font-size: 16px;
        font-weight: bold;
        background: #322820;
        color: #fff;
        position: relative;
    }
    .header__nav-item--tel .tel-menu{
        margin-bottom: 4px;
        font-size: 20px;
        display: block;
        letter-spacing: -0.5px;
        font-style: italic;
        color: #990000;
        text-indent: -0.5em;
    }
    .header__nav-item--tel .tel-menu .tel_num{
        font-size: 40px;
    }
    .header__nav-item--tel .menu-cv-note{
        font-size: 12px;
    }
    .header__nav-item:not(:last-of-type) {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        margin-left: 0;
        /*padding-left: 1em;*/
    }
    .header__nav-item:first-of-type {
        border-top: none;
    }
    .header__nav-item--mail span {
        position: relative;
        left: -4px;
        top: 2px;
    }
    .drawer-button {
        display: inline-block;
        background-color: transparent;
        border: none;
        text-decoration: none;
        width: auto;
        margin: 0;
        padding: 25px;
        box-shadow: 0 0 2rem transparent;
        appearance: none;
        outline: none;
        transition: all .3s ease-in-out;
        cursor: pointer;
        position: absolute;
        top: 44px;
        right: 20px;
        transform: translateY(-50%);
        z-index: 999;
    }
    .drawer-button__line {
        background-color: #fff;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 2px;
        transition: inherit;
    }
    .drawer-button__line::before, .drawer-button__line::after {
        content: '';
        display: block;
        position: absolute;
        background-color: inherit;
        width: 100%;
        height: 100%;
        transition: inherit;
    }
    .drawer-button__line::before {
        top: -20px;
    }
    .drawer-button__line::after {
        top: 20px;
    }
    .drawer-button[aria-expanded="true"] .drawer-button__line {
        background-color: transparent;
        width: auto;
    }
    .drawer-button[aria-expanded="true"] .drawer-button__line::before, .drawer-button[aria-expanded="true"] .drawer-button__line::after {
        top: 0;
        background-color: #fff;
    }
    .drawer-button[aria-expanded="true"] .drawer-button__line::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: center;
    }
    .drawer-button[aria-expanded="true"] .drawer-button__line::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: center;
    }
    .visually-hidden {
        position: absolute;
        white-space: nowrap;
        width: 1px;
        height: 1px;
        overflow: hidden;
        border: 0;
        padding: 0;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
        margin: -1px;
    }
}
@media screen and (max-width: 599px) {
    .header__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header__nav-items {
        width: 350px;
        padding-left: 30px;
        padding-right: 30px;
        right: -350px;
    }
    .header__nav-item {
        font-size: 18px;
    }
    .header__nav-item--tel .tel-menu .tel_num{
        font-size: 36px;
    }
    .header__nav-item--mail a {
        font-size: 18px;
        padding: 1.3em 0;
    }
    .drawer-button {
        padding: 20px;
    }
    .drawer-button__line {
        width: 40px;
    }
    .drawer-button__line::before {
        top: -17px;
    }
    .drawer-button__line::after {
        top: 17px;
    }
    .logo-text {
        font-size: 26px;
    }
    .header__logo img{
        margin-left: -5px;
    }
}
@media screen and (max-width: 349px) {
    .header__nav-items {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        right: -100%;
    }
}


/*******************
footer
********************/
footer{
    padding-bottom: 130px;
    background: #eaeae8;
}
footer .footer_inner{
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}
footer .footer_inner .logo{
    width: 94%;
    max-width: 430px;
    margin: 0 auto 40px;
}
footer .footer_inner .footer_navi{
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
}
footer .footer_inner .footer_navi ul{
    
}
footer .footer_inner .footer_navi ul li{
    margin-bottom: 15px;
}
footer .footer_inner .footer_navi ul li a{
    border-bottom: 1px solid #000;
    font-size: 16px;
    display: inline-block;
    position: relative;
}
footer .footer_inner .footer_navi ul li.icon a:before{
    content: "";
    display: inline-block;
    background: url("../images/common/footer_icon.png") no-repeat center/ contain;
    width: 14px;
    height: 10px;
    position: absolute;
    top: 8px;
    right: -20px;
}
footer .footer_inner .footer_navi ul li.child a{
    margin-bottom: 4px;
    border-bottom: none;
    font-size: 12px;
    display: block;
    position: relative;
}
footer .footer_inner .footer_navi ul li.child a:before{
    content: "-";
    margin-right: 0.3em;
}
footer .footer_inner .alg_site{
    
}
footer .footer_inner .alg_site .inner .info_sitelink_comm_inner{
    max-width: inherit !important;
}
footer .footer_inner .alg_site .inner p{
    margin-bottom: 20px !important;
    font-size: 23px !important;
    font-weight: bold !important;
    text-align: center !important;
    font-family: "NotoSerifCJKjp", serif;
}
footer .footer_inner .alg_site .inner{
}
footer .footer_inner .alg_site .inner .info_sitelink_comm ul{
    padding: 0 !important;
}
footer .footer_inner .alg_site .inner ul li{
    width: 16.2% !important;
    display: inline-block !important;
    margin: 0 0 15px !important;
}
footer .footer_inner .alg_site .inner ul li a{
    border-bottom: 1px solid #000;
    font-size: 16px;
    display: inline-block;
    position: relative;
}
footer .footer_inner .alg_site .inner ul li a:before{
    content: "";
    display: inline-block;
    background: url("../images/common/footer_icon.png") no-repeat center/ contain;
    width: 14px;
    height: 10px;
    position: absolute;
    top: 8px;
    right: -20px;
}
footer .copyright{
    padding: 10px 0;
    background: #322820;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 1110px){
    footer .footer_inner .alg_site .inner ul li a{
        font-size: 14px;
    }
    footer .footer_inner .alg_site .inner ul li {
        width: 16% !important;
    }
}
@media screen and (max-width: 1023px){
    footer{
        padding-bottom: 132px;
    }
    footer .footer_inner .footer_navi{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    footer .footer_inner .footer_navi ul:not(:last-child){
        margin-bottom: 1.5em;
        margin-right: 4vw;
    }
    footer .footer_inner .footer_navi ul:nth-child(4){
        margin-right: 0;
    }
    footer .footer_inner .footer_navi ul li a{
        font-size: 1.8vw;
    }
    footer .footer_inner .alg_site .inner{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    footer .footer_inner .alg_site .inner ul li{
        width: 19% !important;
    }
}
@media screen and (max-width: 767px){
    footer{
        padding-bottom: 213px;
    }
    footer .footer_inner .alg_site .inner ul li{
        width: 32% !important;
    }
    footer .footer_inner .alg_site .inner .info_sitelink_comm ul{
        margin: 0 auto;
        text-align: center;
    }
    footer .footer_inner .footer_navi{
        display: block;
    }
    footer .footer_inner .footer_navi ul:not(:last-child){
        margin: 0;
    }
    footer .footer_inner .footer_navi ul li{
        margin-bottom: 0;
    }
    footer .footer_inner .footer_navi ul li a{
        display: block;
        padding: 15px 0;
        font-size: 14px;
    }
    footer .footer_inner .footer_navi ul li.icon a:before{
        top: 16px;
        right: 20px;
    }
    footer .footer_inner .footer_navi ul li.child a{
        margin-bottom: 0;
        padding: 10px 0;
    }
}
@media screen and (max-width: 500px){
    footer{
        padding-bottom: 97px;
    }
    footer .footer_inner .logo{
        margin-bottom: 20px;
    }
    footer .footer_inner .alg_site .inner ul li{
        width: 48% !important;
        text-align: center;
    }
    footer .copyright{
        font-size: 10px;
    }
}

/* ================================================================
fix_cv
================================================================ */
.fix_cv_area{
	position: fixed;
	bottom: 0;
	width: 100%;
    padding: 20px 0;
	z-index: 9990;
    background: linear-gradient(150deg, #990000, #2d231b);
}
.fix_cv_area .title{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    font-style: italic;
}
.fix_cv_area .txt{
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.fix_cv_area ul.kome{
    width: 94%;
    max-width: 830px;
    margin: 0 auto;
    font-size: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.fix_cv_area .cv_btn{
}
.fix_cv_area .cv_btn .flexbox{
    width: 94%;
    max-width: 840px;
    margin: 0 auto 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fix_cv_area .cv_btn .right{
    margin-left: auto;
    margin-right: 30px;
}
.fix_cv_area .cv_btn .right .tel{
    font-size: 50px;
    color: #fff;
    display: block;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    pointer-events: none;
}
.fix_cv_area .cv_btn .right .tel .tel_num{
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
}
.fix_cv_area .cv_btn .flexbox .line-btn{
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background-color: #06c755;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix_cv_area .cv_btn .flexbox .line-btn::before{
    content: '';
    background: url(../images/common/line.svg) no-repeat center;
    background-size: 30% 30%;
    width: 99px;
    height: 95px;
    display: inline-block;
    position: absolute;
}
.fix_cv_area .cv_btn .flexbox .line-btn.sp-btn{
    display: none;
}



@media screen and (max-width: 1023px){
    .fix_cv_area .title{
        font-size: 26px;
    }
    .fix_cv_area .txt{
        font-size: 12px;
    }
    .fix_cv_area .cv_btn .right .tel{
        font-size: 46px;
    }
    .fix_cv_area .cv_btn .right .tel .tel_num{
        font-size: 50px;
    }
}
@media screen and (max-width: 839px){
    .fix_cv_area .cv_btn .right{
        word-wrap:nowrap;
    }
    .fix_cv_area .cv_btn .right .tel{
        font-size: 40px;
    }
    .fix_cv_area .cv_btn .right .tel .tel_num {
        font-size: 44px;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn{
        width: 40px;
        height: 40px;
        top: -4px;
    }
}
@media screen and (max-width: 799px){
    .fix_cv_area .cv_btn .right {
        margin-right: 20px;
    }
    .fix_cv_area .cv_btn .right .tel {
        font-size: 40px;
    }
    .fix_cv_area .cv_btn .right .tel .tel_num {
        font-size: 44px;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn{
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 767px){
    .fix_cv_area{
        padding: 20px 35px;
    }
    .fix_cv_area .txt{
        margin-bottom: 15px;
        font-size: 10px;
    }
    .fix_cv_area .cv_btn .flexbox{
        width: 100%;
        display: block;
        text-align: center;
    }
    .fix_cv_area .cv_btn .right,.fix_cv_area .cv_btn .line{
        display: inline-block;
    }
    .fix_cv_area .cv_btn .right .tel{
        text-align: center;
        /*text-indent: -1.5em;*/
        pointer-events: auto;
    }
    .fix_cv_area ul.kome{
        width: 100%;
        justify-content: center;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn{
        top: 0;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn.pc-btn{
        display: none;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn.sp-btn{
        display: block;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn::before {
        background: url(../images/common/line.svg) no-repeat center;
        background-size: 70% 70%;
        width: 40px;
        height: 40px;
        left: 0;
        top:0;
    }
}
@media screen and (max-width: 500px){
    .fix_cv_area{
        padding: 10px;
    }
    .fix_cv_area .title{
        font-size: 18px;
    }
    .fix_cv_area .txt{
        margin-bottom: 10px;
    }
    .fix_cv_area .cv_btn{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .fix_cv_area .cv_btn .right .tel{
        font-size: 6vw;
        text-indent: -0.5em;
    }
    .fix_cv_area .cv_btn .right .tel .tel_num{
        font-size: 10vw;
    }
    .fix_cv_area ul.kome{
        display: none;
    }
    .fix_cv_area .cv_btn .flexbox{
        margin-bottom: 0;
    }
    .fix_cv_area .txt{
        margin-bottom: 4px;
        font-size: 10px;
    }
    .fix_cv_area .cv_btn .right {
        margin-right: 4vw;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn{
        width: 10vw;
        height: 10vw;
        top: 0.5vw;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn::before {
        background: url(../images/common/line.svg) no-repeat center;
        background-size: 8vw 8vw;
        width: 10vw;
        height: 10vw;
    }

}



/* 事例動画追加 */
.jirei_movie_area {
	margin: 40px 0 60px;
	padding: 0 2em;
}
.jirei_area .movie_box {
	max-width: 580px;
	width: 75%;
	margin: 0 auto;
}
.jirei_movie_area .movie_box .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.jirei_movie_area .movie_box .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:600px) {
	.jirei_movie_area .movie_box {
		width: 100%;
	}
	
    .jirei_movie_area {
	padding: 0;
}	
	
}




