/*******************
root
********************/
:root{
    --text-red: #ad2a2a;
    --bg-red: #ac2929;
    --orange:#c55c0c;
    --green1: #19343b;
    --green2: #064b47;
    --green3: #0b3b38;
    --green4: #134a49;
    --tag-green: #0d463f;
    --dark-gray: #062238;
    --btn-gray: #464646;
    --brown: #874a39;
    --mincho: 'Shippori Mincho', serif;
    --en-font: 'Cormorant', 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;
}

/*読み上げのみ*/

.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;
}

/*******************
共通スタイル
********************/

body{
    font-family: "NotoSansCJKjp", sans-serif;
    font-weight: 500;
    line-height: 2.25;
    /* overflow-x: hidden; */
}

.inner{
    max-width: 1250px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
}

.inner--wide{
    max-width: 1550px;
}

@media screen and (max-width: 767px){
    .sp-inner{
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


a{
    transition: 0.3s;
}

a:hover,a:focus{
    opacity: 0.7;
    transition: 0.3s;
}

.gradation-brown{
    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%);
}

.gradation-green{
    background: rgb(1,166,122);
    background: linear-gradient(90deg, rgba(1,166,122,1) 0%, rgba(11,58,56,1) 100%);
}

.top-section{
    padding-top: 200px;
    padding-bottom: 200px;
}

.top-section__title{
    font-family: var(--mincho);
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.top-section__title--white{
    color: #fff;
}

.top-section__title-small{
    font-size: 40px;
}

.link-btn{
    display: inline-block;
    border-radius: 40px;
    color: #fff;
    font-family: var(--mincho);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 80px;
    text-align: center;
    width: 300px;
    height: 80px;
}

.link-btn-wrap{
    margin-top: 80px;
    text-align: center;
}

@media screen and (max-width: 1250px){
    .top-section{
        padding-top: 16vw;
        padding-bottom: 16vw;
    }

    .top-section__title{
        font-size: clamp(32px, 4vw, 50px);
    }

    .link-btn-wrap {
        margin-top: 6.4vw;
    }

    .link-btn {
        border-radius: 3.2vw;
        font-size: 1.6vw;
        line-height: 6.4vw;
        width: 24vw;
        height: 6.4vw;
    }
}

@media screen and (max-width: 999px){
    .link-btn {
        border-radius: 32px;
        font-size: 18px;
        line-height: 64px;
        width: 250px;
        height: 64px;
    }
}

@media screen and (max-width: 767px){
    .inner{
        padding-left: 20px;
        padding-right: 20px;
    }

    .link-btn-wrap {
        margin-top: 50px;
    }
}

@media screen and (max-width: 599px){
    .inner{
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-section{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .top-section__title{
        font-size: clamp(24px, 5.3vw, 32px);
    }

    .link-btn {
        border-radius: 25px;
        font-size: 16px;
        line-height: 50px;
        width: 190px;
        height: 50px;
    }
}

/*******************
header
********************/
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    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{
    color: #Fff;
    font-family: var(--mincho);
    font-weight: 500;
    /* font-size: 30px; */
    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;
    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{
    color: #fff;
    font-family: var(--mincho);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.03em;;
}

.header__nav-item:not(:last-of-type){
    margin-left: 2.6vw;
}

.header__nav-item--mail{
    font-size: 1.1458vw;
    margin-left: 5.2vw;
}

.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;
    width: 18.23vw;
    height: 3.645vw;
}

.drawer-button{
    display: none;
}
@media screen and (max-width: 1920px){
    .logo-text{
        font-size: 30px;
    }
    .header__logo{
        width: 240px;
    }
}
@media screen and (max-width: 1699px){
    .header__nav-item{
        font-size: 15px;
    }

    .header__nav-item--mail {
        font-size: 18px;
        margin-left: 40px;
    }

    .header__nav-item:not(:last-of-type) {
        margin-left: 2.1vw;
    }

    .header__nav-item--mail a {
        font-size: clamp(18px, 1.2vw, 20px);
        width: 16.5vw;
        height: 3.5vw;
    }
}
@media screen and (max-width: 1499px){
    .logo-text{
        font-size: 22px;
    }
    .header__logo{
        width: 180px;
        position: relative;
        top: 8px;
    }
}
@media screen and (max-width: 1365px){
    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: var(--green1);
        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: 59%;
        right:4vw;
        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;
    }
}

@media screen and (max-width: 599px){
    .logo-text{
        font-size: 18px;
    }
    .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;
    }
}

/*******************
footer
********************/
.logo-text--footer{
    filter: none;
    color: #000;
    font-weight: 600;
    font-size: 30px;
}

.footer__logo {
    display: block;
    /* width: 12.6vw; */
    flex-basis: 242px;
    height: auto;
    margin-top: 14px;
}

.footer__logo img{
    display: block;
    filter: none;
    margin-top: 3px;
}

.footer__content{
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
}

.footer__nav-items{
    display: flex;
    width: 500px;
    flex-wrap: wrap;
    justify-content: flex-end;

}

.footer__nav-item{
    font-family: var(--mincho);
    font-size: 22px;
    font-weight: 600;
    margin-left: 50px;
}

.footer__nav-item:last-of-type{
    margin-left: 70px;
}

.footer__nav-item a{
    display: block;
    line-height: 3;
}

.footer__nav-others{
    border-top: 2px solid #d8dddd;
    margin-top: 30px;
    padding-top: 42px;
}

.footer__nav-others-items{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 0 40px;
}

.footer__nav-others-item{
    font-weight: 500;
}

.footer__nav-others-item a{
    padding-right: 1.5em;
    position: relative;
}

.footer__nav-others-item a::before{
    content: "";
    display: block;
    background-image: url(../img/common/icon-arrow-right.png);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.footer__nav-others-item a::before .webp{
    background-image: url(../img/common/icon-arrow-right.png.webp);
}

.footer__nav-others-item a::before{
    content: "";
    display: block;
    background-image: url(../img/common/icon-arrow-right.png);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.footer__nav-others-item a::before .webp{
    background-image: url(../img/common/icon-arrow-right.png.webp);
}


.footer__nav-others-item a{
    display: inline-block;
    line-height: 3;
}

.footer-catch{
    font-family: var(--mincho);
    font-weight: bold;
    font-size: 26px;
    color: var(--green1);
    text-align: center;
    margin-top: 55px;
}

.footer__copy{
    background-color: #19343b;
    color: #fff;
    font-family: var(--mincho);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0.03em;
    margin-top: 84px;
}

@media screen and (max-width: 1250px){
    .footer__content {
        margin-top: 6.8vw;
    }
}

@media screen and (max-width: 999px){
    .footer__logo {
        flex-basis: 170px;
        width: 170px;
    }

    .footer__logo img {
        flex-basis: 170px;
    }

    /* .footer__nav{
        flex-basis: calc(100% - 170px);
    } */

    .logo-text--footer {
        font-size: 21px;
    }

    .footer__logo img {
        margin-top: -2px;
    }

    .footer__nav-item {
        font-size: 18px;
        margin-left: 40px;
    }

    .footer__nav-item:last-of-type {
        margin-left: 58px;
    }

    .footer__nav-item:nth-of-type(odd){
        margin-left: 0;
    }

    .footer__nav-others-item {
        font-size: 14px;
    }

    .footer-catch {
        font-size: 22px;
        margin-top: 45px;
    }

    .footer__copy {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px){
    .footer__nav-items {
        display: flex;
        width: 370px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .footer__copy{
        padding-bottom: 23vw;
    }
}

@media screen and (max-width: 649px){
    .footer__content {
        display: block;
    }

    .footer__nav{
        margin-top: 40px;
    }

    .footer__nav-items {
        width: 100%;
        justify-content: flex-start;
    }

    .footer__nav-item,
    .footer__nav-item:last-of-type{
        margin-left: 0;
        margin-right: 1.5em;
        font-size: 16px;
    }

    .footer__nav-others {
        margin-top: 25px;
        padding-top: 29px;
    }

    .footer-catch {
        font-size: 20px;
    }

    .footer__copy {
        font-size: 14px;
        margin-top: 50px;
    }

    .footer__nav-others-item {
        font-size: 13px;
    }

    .footer__copy {
        padding-bottom: 26vw;
    }
}

@media screen and (max-width: 529px){
    .footer__nav-others-items {
        display: block;
    }

    /* .footer__nav-others-item {
        width: fit-content;
    } */

    .footer-catch {
        line-height: 1.5;
    }
}

@media screen and (max-width: 499px){
    .footer__copy {
        padding-bottom: 140px;
    }
}

/*******************
cv
********************/
.cv{
    background-image: url(../img/common/cv-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cv .webp{
    background-image: url(../img/common/cv-bg.jpg.webp);
}

.cv--large{
    background-image: url(../img/common/cv-bg02.jpg);
    /* padding-top: 260px; */
    padding-top: 13.54vw;
}

.cv--large .webp{
    background-image: url(../img/common/cv-bg02.jpg.webp);
}

.cv__content{
    background-color: #fff;
    border-radius: 175px;
    padding: 40px 90px;
}

.cv__header{
    font-weight: 500;
    text-align: center;
}

.cv__header-title{
    color: var(--green1);
    font-family: var(--en-font);
    font-size: 62px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
}

.cv__header-text{
    font-family: var(--mincho);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.16em;
    margin-top: 0.7em;
}

.cv__info{
    display: flex;
    margin-top: 20px;
    align-items: flex-end;
}

.cv__info-tel{
    flex-basis: 50%;
    padding-right: 2.9em;
    position: relative;
}

.cv__info-tel::before{
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #b6bcc6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cv__info-mail{
    flex-basis: 50%;
    padding-left: 3em;
    padding-right: 0.5em;
}

.cv__info-tel-num{
    font-family: var(--mincho);
    font-weight: 600;
    font-size: 58px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-left: 1em;
    position: relative;
}

.cv__info-tel-num::before{
    content: "";
    background-image: url(../img/common/icon-tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
}

.cv__info-tel-num::before .webp{
    background-image: url(../img/common/icon-tel.png.webp);
}

.cv__info-tel-items{
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.cv__info-tel-item{
    flex-basis: calc((100% - 24px) / 3);
    background-color: #e8efeb;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    padding: 0.4em;
}

.cv__info-mail-btn{
    display: flex;
    justify-content: center;
    border-radius: 3em;
    color: #fff;
    font-family: var(--mincho);
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    padding: 1.5em;
}

.cv__info-mail-btn span {
    position: relative;
    top: 0.2em;
    left: -0.3em;
}

.cv__info-mail-btn img{
    width: auto;
}

.cv__caution{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
    margin-top: 30px;
}
.footer-cv{
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1249.98px){
    .cv__content {
        padding: 3.2vw 7.2vw;
    }

    .cv__header-title {
        font-size: clamp(40px, 4.96vw, 62px);
    }

    .cv__header-text {
        font-size: clamp(15px, 1.6vw, 20px);
    }

    .cv__info-tel {
        padding-right: 3.712vw;
    }

    .cv__info-tel-num {
        font-size: clamp(36px, 4.6vw, 58px);
        margin-right: -0.3em;
        padding-left: 4.5vw;
    }

    .cv__info-tel-num::before {
        width: 3.84vw;
        height: 3.84vw;
    }

    .cv__info-tel-items {
        gap: 0.96vw;
    }

    .cv__info-tel-item {
        flex-basis: calc((100% - 1.92vw) / 3);
        font-size: clamp(11px, 1.123vw, 14px);
    }

    .cv__info-mail {
        padding-left: 3.84vw;
        padding-right: 0;
    }

    .cv__info-mail-btn {
        font-size: clamp(18px, 1.76vw, 22px);
        padding: 2.64vw;
    }

    .cv__info-mail-btn span {
        width: 1.6vw;
    }
}

@media screen and (max-width: 999px){
    .cv--large {
        padding-top: 15vw;
    }

    .cv__content {
        border-radius: 150px;
        padding: 3.2vw 6.5vw;
    }
}

@media screen and (max-width: 767px){
    .cv--large {
        padding-top: 18vw;
    }
    
    .cv__header-title {
        font-size: clamp(36px, 5.73vw, 62px);
    }

    .cv__content {
        border-radius: 27.7vw;
        padding: 50px 14vw;
    }

    .cv__info {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .cv__info-tel {
        padding-right: 0;
    }

    .cv__info-tel::before {
        content: none;
    }

    .cv__info-tel-num {
        font-size: 7.3vw;
        margin-right: 0;
        padding-left: 1em;
    }

    .cv__info-tel-num::before {
        width: 6.5vw;
        height: 6.5vw;
    }

    .cv__info-tel-items {
        flex-wrap: wrap;
    }

    .cv__info-tel-item {
        font-size: clamp(12px, 1.83vw, 14px);
    }

    .cv__info-mail {
        margin-top: 30px;
        padding-left: 0;
    }

    .cv__info-mail-btn {
        font-size: 2.9vw;
        padding: 3.7vw 11.7vw;
    }

    .cv__info-mail-btn span {
        width: 2.87vw;
    }

    .cv__caution {
        margin-top: 20px;
    }
}

@media screen and (max-width: 699px){
    .cv__info-tel-num {
        font-size: 8vw;
    }
    .cv__info-mail-btn {
        padding: 4vw 14vw;
    }

    .cv__header-title {
        font-size: clamp(46px, 5.73vw, 62px);
    }

    .cv__content {
        padding: 50px 10vw;
    }
}

@media screen and (max-width: 599px){
    .cv__info-tel-num {
        font-size: 9vw;
    }
    .cv__info {
        align-items: stretch;
    }
}

@media screen and (max-width: 499px){
    .cv__header-title {
        font-size: 40px;
    }

    .cv__info-tel-num {
        font-size: 9vw;
    }

    .cv__info-mail-btn {
        padding: 4.5vw;
        font-size: 18px;
    }

    .cv__info-tel-items {
        gap: 5px;
    }

    .cv__info-tel-item:first-of-type{
        flex-basis: 100%;
    }

    .cv__info-tel-item:not(:first-of-type){
        flex-basis: calc((100% - 5px) / 2);
    }

    .cv__info-mail-btn span {
        width: 18px;
    }
}

@media screen and (max-width: 399px){
    .cv__content {
        padding: 40px 30px;
    }

    .cv__header-title {
        font-size: 10vw;
    }

    .cv__info-tel-num {
        font-size: clamp(26px, 8.8vw, 40px);
    }

    .cv__info-mail-btn {
        padding: 1.4em;
        font-size: 16px;
    }

    .cv__info-mail-btn span {
        width: 16px;
    }

    .cv__caution span span{
        display: inline;
    }

}

/*******************
フッターフィックス
********************/

.footer-fix{
    display: none;
}

@media screen and (max-width: 767px){
    .footer-fix{
        background-color: #19343b;
        display: flex;
        justify-content: space-between;
        font-family: var(--mincho);
        font-weight: bold;
        padding: 10px;
        position: fixed;
        bottom: 0;
        z-index: 10;
        width: 100%;
    }

    .footer-fix a:hover,.footer-fix a:focus{
        opacity: 1;
    }

    .footer-fix__mail,
    .footer-fix__tel{
        background-color: #fff;
        border-radius: 10px;
    }

    .footer-fix__mail{
        flex-basis: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-fix__mail:hover,.footer-fix__mail:focus{
        filter: brightness(1.2);
        transition: 0.3s;
    }

    .footer-fix__tel:hover,.footer-fix__tel:focus{
        background-color: #eaceb6;
        transition: 0.3s;
    }

    .footer-fix__mail-text{
        color: #fff;
        font-size: clamp(16px, 3.3vw, 30px);
        padding-left: 0.1em;
        line-height: 1;
    }

    .footer-fix__mail img{
        width: clamp(18px, 3.5vw, 30px);
        position: relative;
        top: 1px;
    }

    .footer-fix__tel{
        flex-basis: calc(75% - 10px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.5em 0 0.6em;
    }

    .footer-fix__tel-text{
        font-size: clamp(12px, 2.6vw, 20px);
        line-height: 1.5;
    }

    .footer-fix__tel-num{
        color: var(--bg-red);
        font-size: clamp(24px, 5.9vw, 45px);
        padding-left: 1.1em;
    }

    .footer-fix__tel-num::before {
        background-image: url(../img/common/icon-tel--red.png);
        width: clamp(23px, 5.5vw, 42px);
        height: clamp(23px, 5.5vw, 42px);
    }

    .footer-fix__tel-num::before .webp {
        background-image: url(../img/common/icon-tel--red.png);
    }
}
/*******************
パンくず
********************/
.footer-breadcrumb{
    padding: 20px 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
    position: relative;
    width: 100%;
}
.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-family: var(--mincho);
    font-weight: bold;
    color: #0b3a38;
    line-height: 1;
    display: inline-block;
}
.footer-breadcrumb .breadcrumb .l-box a{
    font-size: 16px;
    font-family: var(--mincho);
    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(../img/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;
    }
}

/*******************
下層枠
********************/
.article_content{
    width: 90%;
    max-width: 1210px;
    margin: 200px auto;
    display: flex;
    justify-content: space-between;
}
.article_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_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: #fff;
    margin-bottom: 35px;
}
.side-cv-img{
    background-image: url(../img/lower/side-cv-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 200px;
}
.side-cv-bg{
    background-image: url(../img/lower/side-cv-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    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: bold;
    line-height: 1.5;
}
.side-cv-infolist{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 10px;
}
.side-cv-infolist li{
    background-color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 3px 8px 4px;
    line-height: 1;
    letter-spacing: 0.08em;
}
.side-cv-tel{
    font-size: 38px;
    font-family: var(--mincho);
    text-align: center;
    font-weight: bold;
    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%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 20px;
    font-size: 18px;
    font-family: var(--mincho);
    font-weight: bold;
}
.side-cv-note{
    font-size: 10px;
    line-height: 1.5;
}
.side-cv-note .br{
    display: inline-block;
}
.side-banner{
    display: block;
    margin-bottom: 30px;
}
.side-about-box{
    margin-bottom: 40px;
}
.side-about-title,
.side-office-title{
    font-size: 26px;
    font-weight: bold;
    font-family: var(--mincho);
}
.side-about-bg,
.side-office-bg{
    background-color: #e8edf0;
    padding: 20px;
}
.side-office-bg{
    background-color: #edece8;
    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(../img/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(../img/lower/icon-arrow03.svg);
}
.side-about-list li a:hover,
.side-office-list li a:hover{
    opacity: 1;
    background-color: #0c3a38;
    color: #fff;
}
.side-office-list li a:hover{
    background-color: #c45c0c;
}
.side-about-list li a:hover:after,
.side-office-list li a:hover:after{
    background-image: url(../img/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(../img/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(../img/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%;
    }
}

/* フッターインポート */
.info_sitelink_comm p{
   margin-top: 0 !important;
}
.info_sitelink_comm_inner{
    max-width: 100% !important;
}
.info_sitelink_comm_inner ul{
    padding: 0 !important;
}
.info_sitelink_comm_inner ul li a{
    position: relative;
    padding-right: 1.5em;
}
.info_sitelink_comm_inner ul li a::before {
    content: "";
    display: block;
    background-image: url(../img/common/icon-arrow-right.png);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}