@charset "utf-8";

/*******************
root
********************/
:root{
    --red: #c01f1f;
    --brown: #362c2c;
    --orange:#c55c0c;
    --green: #2e5c29;
    --green2: #064b47;
    --green3: #0b3b38;
    --green4: #134a49;
    --tag-green: #0d463f;
    --dark-gray: #062238;
    --btn-gray: #464646;
    --mincho: "Noto Serif JP", serif;
    --kaku:"Hiragino Kaku Gothic Std W5","ヒラギノ角ゴシック Std W5","Noto Sans JP", sans-serif;
}

/*******************
font
********************/

/* demilight */
@font-face {
    font-family: "NotoSansCJKjp";
    src: url("../../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

/* regular */
@font-face {
    font-family: "NotoSansCJKjp";
    src: url("../../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
/* medium */
@font-face {
    font-family: "NotoSansCJKjp";
    src: url("../../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
/* bold */
@font-face {
    font-family: "NotoSansCJKjp";
    src: url("../../fonts//NotoSansCJKjp-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/*******************
共通スタイル
********************/

body{
    font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴシック Std","NotoSansCJKjp","Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    background-color: #fff;
    letter-spacing: 0.04em;
    padding: 0;
    margin: 0;
}

a{
    color: #000;
    transition: 0.3s;
}

a:hover,a:focus{
    opacity: 0.7;
    transition: 0.3s;
}
.inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.txt-box{
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 30px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.txt-box p + p{
    margin-top: 1em;
}
.url-btn{
    background-color: var(--green);
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 15px 40px 15px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.url-btn::after{
    content: "";
    background-image: url(../images/common/urlbtn-arw.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
}
.webp .url-btn::after{
    background-image: url(../images/common/urlbtn-arw.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}

a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (max-width: 767px){
    a[href^="tel:"] {
        pointer-events:all;
    }
    .txt-box{
        font-size: 16px;
    }
    .url-btn{
        font-size: 16px;
        padding: 10px 40px 10px 20px;
    }

}



/*読み上げのみ*/

.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;
}

/*******************
header
********************/
.header{
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 80px;
    z-index: 999;
}

.header__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98%;
    max-width: 1940px;
    height: 100%;
    margin: 0 auto;
    /*margin: 27px 25px 0 35px;
    margin: 1.4vw 1.3vw 0 1.82vw;*/
}

.header__logo{
    display: block;
    /*width: 12.6vw;*/
    /* flex-basis: 242px; */
    height: auto;
    margin-top: 5px;
}

.logo-text{
    font-family: var(--mincho);
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.06em;
    /*font-size: 1.5625vw;*/
    line-height: 1;
    white-space: nowrap;
    /*filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.95));*/
}

.header__logo img{
    /*filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.95));*/
    display: inline-block;
    width: 180px;
    margin-top: 8px;
}

.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{
    font-weight: bold;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;;
}
.header__nav-item a:hover{
    color: var(--red);
}


.header__nav-item:not(:last-of-type){
    margin-left: 1.5vw;
}

.header__nav-item--mail{
    margin-left: 2.5em;
}

.header__nav-item--mail a{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgb(202,139,90);
    background: linear-gradient(90deg, rgba(202,139,90,1) 0%, rgba(201,139,90,1) 0%, rgba(134,74,57,1) 100%); */
    border-radius: 175px;
    border: 1px solid #000;
    width: 175px;
    height: 40px;
    color: #777777;
}
.header__nav-item--mail a:hover{
    background-color: #777777;
    color: #fff;
}


.drawer-button{
    display: none;
}

@media screen and (max-width: 1365px){
    .header{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        z-index: 999;
    }
    html.is-fixed{
        overflow: hidden;
    }
    /*
    .header__logo{
        width: 160px;
    }
    .logo-text{
        font-size: 20px;
    }
    */

    .header__nav{
        /* display: none; */
        position: absolute;
        top: 0;
        right: 0;
    } 

    .header__nav.open{
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .header__nav-items {
        display: block;
        background-color: #fff;
        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.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.4em 0;
    }

    .header__nav-item:not(:last-of-type) {
        border-top: 1px solid rgba(100,100,100,0.9);
        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: 50%;
        right:2vw;
        transform: translateY(-50%);
        z-index: 999;
    }
    
    .drawer-button__line {
        background-color: #000;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 3px;
        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: -15px;
    }
    
    .drawer-button__line::after {
        top: 15px;
    }
    
    .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: #000;
        /*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;
    }
}
@media screen and (max-width: 767px){
    .drawer-button__line{
        width: 32px;
        height: 2px;
    }
    .drawer-button__line::before {
        top: -10px;
    }
    .drawer-button__line::after {
        top: 10px;
    }
    .drawer-button[aria-expanded="true"] .drawer-button__line{
        width: 32px;
    }
    .header__content{
        width: 90%;
    }
}
@media screen and (max-width: 599px){
    .logo-text{
        font-size: 22px;
    }
    .header__logo{
        width: 150px;
        top: 13px;
    }
    /*.header__logo img{
        position: relative;
        top: -8px;
    }*/
    .header__nav-items {
        width: 350px;
        padding-left: 30px;
        padding-right: 30px;
        right: -350px;
    }

    .header__nav-item{
        font-size: 18px;
    }

    .header__nav-item--mail a {
        font-size: 18px;
        padding: 1.5em 0;
    }

    .drawer-button{
        padding: 20px;
    }

    /*.drawer-button__line {
        width: 40px;
    }

    .drawer-button__line::before {
        top: -17px;
    }

    .drawer-button__line::after {
        top: 17px;
    }*/
}

@media screen and (max-width: 349px){
    .header__nav-items {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        right: -100%;
    }
}

/*******************
header下層
********************/

/*
.lower-page .logo-text,
.lower-page .header__nav-item{
    color: #000;
    filter:none;
}
.lower-page .header__nav-item--mail a{
    color: #fff;
}
.lower-page .header__logo img{
    filter:none;
}
.fv.lower-fv .fv__img{
    height: 400px;
    overflow: hidden;
}
.fv.lower-fv .fv__text{
    color: #000;
    width: 90%;
    top: 60%;
    white-space:unset;
    transform: translateX(-50%) translateY(-50%);
}
.fv.lower-fv .fv__text-title {
    font-size: 50px;
}
.fv.lower-fv .fv__text-title .small{
    font-size: 29px;
    display: block;
    margin-bottom: 15px;
}
.content-none{
    margin-bottom: 300px;
}
.content-none .fv__img,
.content-none .fv__text{
    display: none;
}
@media screen and (max-width: 1920px){
    .fv.lower-fv .fv__img img{
        max-width: none;
        width: auto;
    }


}
@media screen and (max-width: 1365px){
    .lower-page .drawer-button__line{
        background-color: #000;
    }
    .lower-page .header__nav-item{
        color: #fff;
    }
    .fv.lower-fv .fv__img{
        height: 300px;
    }
    .fv.lower-fv .fv__text-title {
        font-size: 36px;
    }
    .fv.lower-fv .fv__text-title .small{
        font-size: 22px;
    }
    .content-none{
        margin-bottom: 200px;
    }
}
@media screen and (max-width: 599px){
    .fv.lower-fv .fv__img{
        height: 60vw;
    }
    .fv.lower-fv .fv__text-title {
        font-size: 5vw;
    }
    .fv.lower-fv .fv__text-title .small{
        font-size: 3vw;
        margin-bottom: 10px;
    }
    .content-none{
        margin-bottom: 150px;
    }
}
@media screen and (max-width: 499px){
    .fv.lower-fv .fv__img{
        height: 70vw;
    }
    .fv.lower-fv .fv__text-title {
        font-size: 6vw;
    }
    .fv.lower-fv .fv__text-title .small{
        font-size: 3.5vw;
    }
}
@media screen and (max-width: 399px){
    .fv.lower-fv .fv__img{
        height: 80vw;
    }
    .fv.lower-fv .fv__text-title {
        font-size: 7.5vw;
    }
    .fv.lower-fv .fv__text-title .small{
        font-size: 4.5vw;
    }
}
*/

/*******************
CV
********************/
.cv-area{
    background-image: url(../images/common/cv-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
}
.webp .cv-area{
    background-image: url(../images/common/cv-bg.jpg.webp );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cv-area-title{
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.cv-area-info{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.cv-area-box{
    background-color: #fff;
    padding: 30px 0;
}
.cv-area-box-content{
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}
.cv-area-box-content-info{
    background-color: #f7f7f7;
    text-align: center;
    font-size: 14px;
    padding: 8px;
	line-height: 1.8;
}
.cv-area-box-content-info a{
    font-weight: 700;
    position: relative;
}
.cv-area-box-content-info a::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.cv-area-box-content-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.cv-area-box-content-flex-telbox{
    flex-basis: 57%;
    max-width: 525px;
}
.cv-area-box-content-flex-telbox-tel{
    position: relative;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}
.cv-area-box-content-flex-telbox-tel::before{
    content: "";
    background-image: url(../images/common/icon-tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    position: relative;
    top:5px;
}
.cv-area-box-content-flex-telbox-list{
    display: flex;
    justify-content: space-between;
}
.cv-area-box-content-flex-telbox-list li{
    background-color: #515151;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    max-width: 170px;
    width: 32%;
    padding: 2px 5px 3px 5px;
    text-align: center;
}
.cv-area-box-content-flex-mail{
    max-width: 345px;
    width: 40%;
    background-color: var(--red);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    white-space: nowrap;
}
.cv-area-box-content-flex-mail::before{
    content: "";
    background-image: url(../images/common/icon-mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    position: relative;
    top:0.05em;
    margin-right: 3px;
}
.cv-area-box-content-note{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 30px;
}
@media screen and (max-width: 1023px){
    .cv-area-title{
        font-size: 40px;
    }
    .cv-area-box-content-flex{
        gap: 0 2%;
    }
    .cv-area-box-content-flex-telbox-tel{
        /*font-size: 42px;*/
        margin-bottom: 10px;
    }
    .cv-area-box-content-flex-mail{
        font-size: 18px;
    }
    .cv-area-box-content-flex-telbox-list li{
        font-size: 14px;
    }
    .cv-area-box-content-note{
        margin-top: 20px;
    }
}
@media screen and (max-width: 949px){
    .cv-area-box-content-flex-mail{
        font-size: 16px;
    }
}
@media screen and (max-width: 849px){
    /*
    .cv-area-box-content-flex-mail-box{
        display: grid;
        margin-left: 6px;
        line-height: 1.4;
    }
        */
    .cv-area-box-content-flex-telbox-tel{
        font-size: 5vw;
    }
}
@media screen and (max-width: 767px){
    .cv-area{
        padding: 40px 0;
    }
    .cv-area-title {
        font-size: 32px;
    }
    .cv-area-info {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .cv-area-box-content-flex{
        display: block;
        margin-top: 30px;
        text-align: center;
    }
    .cv-area-box-content-flex-telbox{
        max-width: unset;
    }
    .cv-area-box-content-flex-telbox-tel {
        font-size: 7vw;
    }
    .cv-area-box-content-flex-telbox-tel::before{
        top:0.2vw;
    }
    .cv-area-box-content-flex-telbox-list{
        justify-content: center;
        gap: 0 10px;
    }
    .cv-area-box-content-flex-telbox-list li{
        min-width: 120px;
        width: auto;
        margin-bottom: 20px;
    }
    .cv-area-box-content-flex-mail{
        width: auto;
        padding: 10px 30px;
    }
    .cv-area-box-content-note{
        margin-top: 30px;
    }
    .cv-area-box-content-flex-mail-box{
        display: inline;
    }
}
@media screen and (max-width: 499px){
    .cv-area-title {
        font-size: 28px;
    }
    .cv-area-box{
        padding: 20px 0;
    }
    .cv-area-box-content{
        width: 90%;
    }
    .cv-area-box-content-flex-telbox-tel {
        font-size: 9.5vw;
        letter-spacing: 0.02em;
    }
    .cv-area-box-content-flex-telbox-tel::before{
        width: 1em;
        height: 1em;
        top:0.3vw;
    }
    .cv-area-box-content-flex-telbox-list {
        justify-content: space-between;
        gap: 0 2vw;
    }
    .cv-area-box-content-flex-telbox-list li{
        min-width: auto;
        /*padding: 2px 10px 3px 10px;*/
        padding: 2px 4vw 3px 4vw;
        white-space: nowrap;
    }
    .cv-area-box-content-flex-mail {
        font-size: 16px;
        width: 100%;
    }
    .cv-area-box-content-note{
        font-size: 12px;
    }
    .cv-area-box-content-info{
        font-size: 10px;
    }
}
@media screen and (max-width: 429px){
    .cv-area-box-content-flex-telbox-list li{
        padding: 2px 10px 3px 10px;
    }
}

@media screen and (max-width: 399px){
    .cv-area-box-content-flex-telbox-list li{
        font-size: 3.5vw;
    }
}

/*******************
footer
********************/
.footer{
    background-color: #e6e6e6;
    padding-top: 120px;
}
.footer-inner{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
}
.footer-inner-content,
.footer-inner-nav{
    max-width: 500px;
    flex-basis: 48.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-inner-nav{
    align-items: flex-end;
}
.footer-inner-content-logo{
    width: 341px;
    display: block;
}
.footer-inner-content-logo img{
    display: block;
    filter: none;
}
.footer-inner-content-txt{
    font-size: 14px;
    font-weight: 200;
    color: #222222;
    margin-top: 15px;
    line-height: 1.8;
}
.footer-inner-nav-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 10px;
    max-width: 400px;
}
.footer-inner-nav-items-item{
    font-size: 16px;
    font-weight: 400;
    font-family: var(--mincho);
}
.footer-copy{
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 200;
    font-family: var(--mincho);
}

@media screen and (max-width: 1023px){
    .footer {
        padding-top: 100px;
    }
    .footer-inner{
        padding-bottom: 100px;
    }
    .footer-inner-content-logo {
        width: 300px;
    }
    .footer-inner-content-txt{
        font-size: 12px;
    }
    .footer-inner-nav-items-item{
        font-size: 14px;
    }

}
@media screen and (max-width: 767px){
    .footer {
        padding-top: 60px;
    }
    .footer-inner{
        padding-bottom: 60px;
        display: block;
    }
    .footer-inner-content{
        max-width: none;
        align-items: center;
        margin-bottom: 20px;
    }
    .footer-inner-nav{
        max-width: none;
        align-items: center;
    }
    .footer-copy{
        height: 60px;
    }
}
@media screen and (max-width: 499px){
    .footer {
        padding-top: 40px;
    }
    .footer-inner{
        padding-bottom: 40px;
    }
    .footer-inner-content-logo {
        width: 260px;
    }
    .footer-inner-nav{
        display: block;
    }
    .footer-inner-nav-items{
        display: block;
        max-width: none;
    }
    .footer-inner-nav-items-item {
        font-size: 16px;
    }
    .footer-inner-nav-items .footer-inner-nav-items-item + .footer-inner-nav-items-item{
        margin-top: 5px;
    }
}


/*******************
下層枠
********************/
.article-content{
    width: 90%;
    max-width: 1210px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}
.article-content-wrap {
    width: 70%;
    /*margin-bottom: 3em;*/
    font-size: 18px;
    max-width: 800px;
    position: relative;
    margin-top: -10px;
}
.sidebar-wrap {
    max-width: 300px;
}
@media screen and (max-width: 1365px){
    .article-content{
        margin: 150px auto;
        display: block;
    }
    .article-content-wrap {
        width: 100%;
        max-width: none;
    }
    .sidebar-wrap {
        display: block;
        max-width: none;
        padding: 0;
        margin-top: 150px;
    }
}
@media screen and (max-width: 767px){
    .article-content{
        margin: 100px auto;
    }
    .sidebar-wrap {
        margin-top: 100px;
    }
}
@media screen and (max-width: 399px){
    .article-content{
        margin: 80px auto;
    }
    .sidebar-wrap {
        margin-top: 80px;
    }
}

/*******************
サイドバー
********************/
.side-cv{
    /*filter: drop-shadow(0 0 10px rgba(0,0,0,0.15));*/
    border-radius: 10px;
    background-color: #f9f9e5;
    margin-bottom: 35px;
}
.side-cv-img{
    background-image: url(../images/lower/side-cv-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 200px;
}
.side-cv-bg{
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    border-radius: 0 0 10px 10px;
}
.side-cv-info{
    font-size: 22px;
    color: #0b3a37;
    /*font-family: var(--mincho);*/
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}
.side-cv-infolist{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 10px;
}
.side-cv-infolist li{
    background-color: #515151;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 3px 8px 4px;
    line-height: 1;
    letter-spacing: 0.08em;
}
.side-cv-tel{
    font-size: 31px;
    /*font-family: var(--mincho);*/
    text-align: center;
    font-weight: 600;
    line-height: 1;
    margin-top: -5px;
}
.side-cv-mail{
    width: 100%;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    /*background: linear-gradient(to right,  rgba(201,139,90,1) 0%,rgba(134,74,57,1) 100%);*/
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 20px;
    font-size: 18px;
    /*font-family: var(--mincho);*/
    font-weight: 600;
}
.side-cv-note{
    font-size: 10px;
    line-height: 1.5;
}
.side-cv-note .br{
    display: inline;
}
.side-banner{
    display: block;
    margin-bottom: 30px;
}
.side-about-box{
    margin-bottom: 40px;
}
.side-about-title,
.side-office-title{
    font-size: 26px;
    font-weight: 600;
    /*font-family: var(--mincho);*/
}
.side-about-bg,
.side-office-bg{
    background-color: #ebf6eb;
    padding: 20px;
    margin-top: 5px;
}
.side-office-bg{
    background-color: #f0f1f2;
    padding-bottom: 10px;
}
.side-about-list li{
    margin-bottom: 10px;
}
.side-about-list li:last-child{
    margin-bottom: 0;
}
.side-about-list li a,
.side-office-list li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius: 100px;
    font-size: 18px;
    /*font-family: var(--mincho);*/
    position: relative;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.10));
}
.side-about-list li a::after,
.side-office-list li a::after{
    content: "";
    background-image: url(../images/lower/icon-arrow02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1em;
    height: 1em;
    position: absolute;
    top:50%;
    right: 4px;
    transform: translateY(-50%);
}
.side-office-list li a::after{
    background-image: url(../images/lower/icon-arrow03.svg);
}
.side-about-list li a:hover,
.side-office-list li a:hover{
    opacity: 1;
    background-color: #2d5b29;
    color: #fff;
}
.side-office-list li a:hover{
    background-color: var(--red);
}
.side-about-list li a:hover:after,
.side-office-list li a:hover:after{
    background-image: url(../images/lower/icon-arrow01.svg);
}
.side-office-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.side-office-list li{
    margin-bottom: 10px;
    max-width: 125px;
    width: 49%;
}
@media screen and (min-width: 768px){
    .side-cv-tel a{
        pointer-events: none;
    }
}
@media screen and (max-width: 1365px){
    .side-cv{
        background-image: url(../images/lower/side-cv-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        /*display: flex;*/
        display: none;
    }
    .side-cv-img{
        width: 40%;
        max-width: 300px;
        height: auto;
        background-size: cover;
        background-position: center;
        border-radius: 10px 0 0 10px;
    }
    .side-cv-bg{
        /*width: 60%;*/
        background-image: none;
        padding: 20px 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .side-cv-info{
        font-size: 18px;
        width: 100%;
    }
    .side-cv-infolist{
        justify-content: center;
        margin: 10px auto;
        width: 100%;
        gap: 10px;
    }
    .side-cv-tel{
        /*width: 50%;*/
        font-size: 32px;
        margin-right: 15px;
        margin-top: -14px;
    }
    .side-cv-mail {
        width: 260px;
        height: 44px;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .side-banner{
        width: 300px;
        margin: 0 auto 30px;
    }
    .side-about-list{
        display: flex;
        justify-content: space-between;
    }
    .side-about-list li{
        width: 33%;
        margin-bottom: 0;
    }
    .side-office-list li{
        max-width: none;
        width: 15%;
    }
    .side-office-box{
        display: none;
    }
}
@media screen and (max-width: 1023px){
    .side-cv-tel{
        font-size: 28px;
    }
    .side-cv-mail {
        width: 220px;
        height: 40px;
        font-size: 14px;
    }
    .side-about-title, .side-office-title{
        font-size: 22px;
    }
    .side-about-list li a, .side-office-list li a{
        font-size: 16px;
        height: 42px;
    }
}
@media screen and (max-width: 767px){
    .side-cv{
        background-color: #fff;
        /*display: block;*/
    }
    .side-cv-img{
        background-image: url(../images/lower/side-cv-img-sp.png);
        height: 100px;
        width: 100%;
        max-width:unset;
        height: 30vw;
        background-position: top center;
        border-radius: 10px 10px 0 0;
    }
    .side-office-list li{
        width: 24%;
    }
}
@media screen and (max-width: 539px){
    .side-cv-tel{
        font-size: 40px;
        margin: 0 auto 10px;
    }


}
@media screen and (max-width: 499px){
    .side-about-list{
        flex-wrap: wrap;
    }
    .side-about-list li{
        width: 49%;
    }
    .side-about-list li:first-child{
        margin-bottom: 10px;
    }
    .side-office-list li{
        width: 32%;
    }
}
@media screen and (max-width: 399px){
    .side-about-title, .side-office-title{
        font-size: 18px;
    }
    .side-about-list li{
        width: 100%;
    }
    .side-about-list li:nth-child(2){
        margin-bottom: 10px;
    }
    .side-office-list li{
        width: 49%;
    }
}

/*******************
パンくず
********************/
.footer-breadcrumb{
    padding: 20px 0;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.10);*/
    background-color: #f7f7f7;
    position: relative;
    width: 100%;
}
.footer-breadcrumb .breadcrumbs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 0;
}
.footer-breadcrumb .breadcrumb{
    width: 90%;
    max-width: 1210px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-breadcrumb .breadcrumb .l-box{
    /*width: 70%;
    max-width: 780px;*/
    font-size: 0;
}
.footer-breadcrumb .breadcrumb .l-box span{
    font-size: 16px;
    font-weight: bold;
    color: var(--green);
    /*line-height: 1;*/
    display: inline-block;
}
.footer-breadcrumb .breadcrumb .l-box a{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-right: 50px;
    display: inline-block;
    color: #000;
    line-height: 1.5;
}
.footer-breadcrumb .breadcrumb .l-box a span{
    color: #000;
}
.footer-breadcrumb .breadcrumb .l-box a::after{
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    position: absolute;
    top: 55%;
    right: -24px;
    transform: translateY(-50%) rotate(-45deg);
}
.footer-breadcrumb .breadcrumb .r-box{
    max-width: 300px;
}
.footer-breadcrumb .breadcrumb .l-box span:first-child a::before{
    content: "";
    background-image: url(../images/lower/icon-home.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 0.9em;
    height: 0.9em;
    display: inline-block;
    margin-right: 5px;
}
@media screen and (max-width: 767px){
    .footer-breadcrumb{
        padding: 12px 0;
    }
    .footer-breadcrumb .breadcrumb .l-box span{
        font-size: 14px;
    }
    .footer-breadcrumb .breadcrumb .l-box a{
        margin-right: 30px;
    }
    .footer-breadcrumb .breadcrumb .l-box a::after{
        right: -16px;
    }
}

/* ================================================================
fix_cv
================================================================ */
.fix_cv_area{
    display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9990;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.fix_cv_area .title{
    padding: 10px;
    background:#2a6b79;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.fix_cv_area .title .txt {
	font-size: 12px;
	letter-spacing: 2px;
}
.fix_cv_area .title .txt .inbl {
	display: inline-block;
}
.fix_cv_area .cv_btn{
    padding: 15px 0;
    background:#f2fcf0;
}
.fix_cv_area .cv_btn .flexbox{
    width: 94%;
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	justify-content: center;
}
.fix_cv_area .cv_btn .left .tel{
    font-size: 40px;
    color: #434343;
    display: block;
    line-height: 1;
    font-weight: 500;
	text-align: center;
	overflow: inherit;
	margin-right: 1vw;
}
.fix_cv_area .cv_btn .left .tel .tel_num{
    font-size: 52px;
    line-height: 1;
	position:relative;
	margin-left: 0.72em;
}
.fix_cv_area .cv_btn .left .tel .tel_num::before{
	content: "";
    background-image: url(../images/common/icon-tel.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.72em;
    height: 0.72em;
    position: absolute;
    top: 53%;
    left: -0.7em;
    transform: translateY(-50%);
}
.fix_cv_area .cv_btn .left .txt{
    font-size: 12px;
    color: #000;
    letter-spacing: 2px;
	text-align: center;
	line-height: 1.4;
}
.fix_cv_area .cv_btn .left .mail{
    display: block;
    width: 70px;
    height: 70px;
    background: var(--red);
    border-radius: 8px;
    position: relative;
}
.fix_cv_area .cv_btn .left .mail:after{
    content: "";
    display: block;
    background: url(../images/common/icon-mail.svg) no-repeat center;
    background-size: contain;
    width: 45px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.fix_cv_area .cv_btn .right .line{
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    position: relative;
}
.fix_cv_area .cv_btn .right .line:after{
    content: "";
    display: block;
    background: url(../images/common/line_square.svg) no-repeat center;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.fix_cv_area .cv_btn .txt_sp{
        display: none
}
.fix_cv_area .txt_sp{
	line-height: 1.4;
}
.fix_cv_area .cv-area-box-content-info {
	background: var(--green);
	color: #fff;
}
.fix_cv_area .cv-area-box-content-info a{
	color: #fff;
}
.fix_cv_area .cv-area-box-content-info a::before {
	background-color: #fff;
}
@media screen and (max-width: 767px){
    .fix_cv_area .title{
        font-size: 18px;
    }
	.fix_cv_area .title .txt {
		font-size: 10px;
		margin-top: 0.5em;
	}
    .fix_cv_area .cv_btn .flexbox{
        max-width: 500px;
        margin-bottom: 10px;
    }
    .fix_cv_area .cv_btn .left .tel{
        font-size: 20px;
    }
    .fix_cv_area .cv_btn .left .tel .tel_num{
        font-size: 35px;
    }
    .fix_cv_area .cv_btn .left .txt{
        display: none;
    }
    .fix_cv_area .cv_btn .right .mail{
        width: 50px;
        height: 50px;
    }
    .fix_cv_area .cv_btn .right .mail:after{
        width: 34px;
        height: 30px;
    }
    .fix_cv_area .cv_btn .txt_sp{
        display: block;
        color: #000;
        text-align: center;
        font-size: 2vw;
    }
}
@media screen and (max-width: 500px) {
  .fix_cv_area .title {
    padding: 4px;
    font-size: 14px;
  }
  .fix_cv_area .cv_btn {
    padding: 10px 0;
  }
  .fix_cv_area .cv_btn .flexbox {
    margin-bottom: 2px;
  }
  .fix_cv_area .cv_btn .left .tel {
    font-size: 5vw;
    margin-right: 10px;
  }
  .fix_cv_area .cv_btn .left .tel .tel_num {
    font-size: 6vw;
    margin-left: 1.9em;
  }
  .fix_cv_area .cv_btn .left .tel .tel_num::before {
    width: 30px;
    height: 30px;
    left: -1.5em;
  }
  .fix_cv_area .cv_btn .left .mail {
    width: 45px;
    height: 45px;
  }
  .fix_cv_area .cv_btn .left .mail:after {
    width: 30px;
    height: 24px;
  }
  .fix_cv_area .cv_btn .right .line {
    width: 45px;
    height: 45px;
  }
  .fix_cv_area .cv_btn .right .line:after {
    width: 45px;
    height: 45px;
  }
  .fix_cv_area .txt_sp span {
    display: inline-block;
  }
}