#freeContentsArea{
    background-color: #fff;
}
.commonKeyvisual{
    width: 100%;
    height: auto;
    background-color: #fff;
    aspect-ratio: 24 / 7;
    position: relative;
}
.commonKeyvisual .imagearea{
    background: url(../images/mv.webp)no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.commonKeyvisual .imagearea .imgCap {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
    z-index: 3;
    font-family: "Shippori Mincho", serif;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.font-l{
    font-size: 150%;
}
.fit-img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.pc-none{
    display: none;
}
.sp-none{
    display: block;
}
.inline-block{
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .commonKeyvisual .imagearea{
        background: url(../images/mv-sp.webp)no-repeat center center / cover;
    }
    .commonKeyvisual{
        aspect-ratio: 75 / 94;
    }
    .pc-none{
        display: block;
    }
    .sp-none{
        display: none;
    }
}
.font-blue{
    color: #0b318f;
}
.secondary-heading{
    margin-bottom: 1.6em;
    padding-bottom: 1em;
    border-bottom: 1px solid #135783;
    color: #135783;
    font-size: 3.2rem;
    line-height: 1.7;
    font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
    .secondary-heading{
        margin-bottom: px;
        font-size: 4.2vw;
    }
}
.secondary-heading img{
    width: 90%;
    max-width: 750px;
}
.tertiary-heading{
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    width: fit-content;
    font-size: 1.8rem;
    position: relative;
}
.tertiary-heading::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(93, 58, 32, .7);
}
@media screen and (max-width: 767px) {
    .tertiary-heading{
        margin: 0 auto 23px;
        font-size: 4.2vw;
    }
}
.line-bottom{
    text-decoration: underline;
}
.info-box{
    margin: 40px 0 100px;
}
.info-wrap{
    margin-bottom: 50px;
}
.info-wrap .ttl{
    font-size: 2.4rem;
}
.reserve-txt{
    font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.9rem);
    line-height: 1.8;
}
.reserve-txt2{
    font-size: clamp(1.8rem, 1.5rem + 1vw, 2.2rem);
}
.add{
    margin-top: 30px;
    font-size: 1.5rem;
}
.map-img{
    margin: 30px auto;
    max-width: 700px;
    width: calc(100% - 20px);
}
.large-text{
    font-size: 125%;
}
.is-bold{
    font-weight: 600;
}
.is-light{
    color: #fff;
}
.lead{
    font-size: 1.8rem;
    line-height: 2;
    font-family: "Shippori Mincho", serif;
}
.general-section{
    overflow: hidden;
}
.general-section .inner {
    margin: 0 auto;
    padding: 80px 0;
    width: calc(100% - 48px);
    max-width: 1215px;
}
.general-section .inner.inner-fit {
    max-width: 100%;
    width: 100%;
}
.general-section .inner + .inner{
	padding-top: 0;
}
@media screen and (max-width: 767px) {
    .info-wrap{
        margin-bottom: 30px;
    }
    .info-box{
        margin: 30px 0 40px;
    }
    .info-wrap .ttl{
        font-size: 1.9rem;
    }
    .add{
        margin-top: 20px;
    }
    .map-img{
        margin: 14px auto 20px;
    }
    .large-text{
        font-size: 110%;
    }
    .reserve-txt{
        line-height: 1.5;
    }
    .general-section .inner {
    padding: 32px 0;
        width: calc(100% - 48px);
    }
}
.mb-30{
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .mb-30{
        margin-bottom: 23px;
    }
}
.is-alert,.slightly span{
    color: #dc143c;
}
.is-full{
    background-color: #cc3634;
    color: #fff;
}
.status-list{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    letter-spacing: .05rem;
}
.caption{
    margin: 10px 0 0;
    font-size: 12px;
    font-family: "Shippori Mincho", serif;
}
.table_box{
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}
.table-wrap{
    overflow-x: scroll;
    position: relative;
}
@media screen and (max-width: 767px) {
    .is-alert{
        font-size: 3.6vw;
    }
    .table_box table{
        width: 120vw;
        white-space: nowrap;
    }
    .scroll-icon {
        width: 40%;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
table{
    margin-top: 30px;
    width: 100%;
}
th,td{
    padding: 6px;
    width: calc(100%/8);
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
}
.table-none{
    background-color: #ededec;
}
.table-sat{
    background-color: #dfeaf4;
}
.table-sun{
    background-color: #f8e7e7;
}
.caption-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .caption-flex{
        gap: 4px;
    }
    th,td{
        font-size: 1.2rem;
    }
}
.link-btn{
    margin: 50px auto;
    max-width: 400px;
    width: 100%;
    background-color: #766554;
    border: 1px solid #766554;
    transition: all .3s ease-in-out;
}
/* .link-btn:hover{
    background-color: #fff;
}
.link-btn:hover a{
    color: #766554;
}
.link-btn:hover a::before{
    border-top: 2px solid #766554;
    border-right: 2px solid #766554;
} */
.link-btn a{
    padding: 14px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
}
.link-btn a::before{
    content: '';
    padding: .15rem;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.tel-box{
    margin: 100px auto 50px;
    padding: 50px 100px 20px;
    max-width: 900px;
    width: 90%;
    border: 1px solid #5d3a20;
}
@media screen and (max-width: 1200px) {
    .tel-box{
        padding: 50px;
    }
}
@media screen and (max-width: 960px) {
    .tel-box{
        padding: 50px 24px;
    }
}
@media screen and (max-width: 767px) {
    .link-btn{
        margin: 20px auto;
    }
    .tel-box{
        margin-top: 70px;
        padding: 35px 16px;
    }
}
.step-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.step-list li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    font-size: 1.4rem;
}
.step-list li .is-alert{
    font-size: 120%;
}
.step-list li img{
    max-width: 90px;
    width: 100%;
    height: auto;
}
.step-list2{
    margin: 30px 0;
    padding: 20px 10px 20px 4rem;
    background-color: #ededec;
    list-style: disc;
}
.step-list2 li{
    margin-bottom: 6px;
    font-size: 1.3rem;
}
.step-list2 li:last-of-type{
    margin-bottom: 0;
}
.contact-box{
    text-align: center;
}
.contact-txt{
    margin-top: 6px;
    font-size: 1.3rem;
}
.contact-txt2{
    font-size: 1.5rem;
}
.contact-txt .large-text{
    font-size: 120%
}
.tel2{
    margin-top: 10px;
    margin-left: 3px;
    padding-left: 5rem;
    color: #5D3A20;
    font-size: 4rem;
    position: relative;
    display: inline-block;
    line-height: 1;
}
.tel2::before{
    display: inline-block;
    content: '';
    width: 42px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/tel.svg) no-repeat center center;
    background-size: cover;
}
.add .link-btn{
    margin: 10px auto 50px;
    border: 1px solid #766554;
    background-color: #fff;
}
.add .link-btn a::before{
    border-top: 2px solid #766554;
    border-right: 2px solid #766554;
}
.add .link-btn:hover{
    background-color: #766554;
}
.add .link-btn:hover a{
    color: #fff;
}
.add .link-btn:hover a::before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.add .link-btn a{
    color: #766554;
}
.add .link-btn.ghost-btn{
    margin-bottom: 20px;
}
.map{
    margin: 100px 0 50px;
}
.map img{
    max-width: 860px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .step-list li{
        flex-direction: column;
        gap: 10px;
        font-size: 1.3rem;
        text-align: center;
    }
    .step-list li .is-alert{
        font-size: 110%;
    }
    .step-list2{
        padding-left: 2.4rem;
    }
    .step-list2 li{
        font-size: 1.2rem;
    }
    .tel2{
        font-size: 3.6rem;
    }
    .map{
        margin: 0 0 16px;
    }
    .add .link-btn{
        margin: 8px auto 20px;
    }
}
.interview-head{
    padding: 100px 0;
    background: url(../images/interview-bg.webp) no-repeat top center / cover;
}
.interview-heading{
    margin: 0 auto 32px;
    max-width: 550px;
    width: 100%;
}
.interview-heading svg .cls-1{
    fill: #fff;
    stroke-width: 0px;
}
.interview-bg{
    background: linear-gradient(-97deg,#FFFFFF,#CDCECE);
}
.interview-wrap-01{
    display: grid;
    gap: 60px;
    grid-template-columns: 48% 1fr;
}
.interview-wrap-02{
    margin: 0 0 0 auto;
    padding: 0 0 0 calc((100% - 1215px) / 2);
    width: calc(100% - 24px);
    display: grid;
    gap: 60px;
    grid-template-columns: 30% calc(70% - 60px);
    box-sizing: border-box;
}
.interview-wrap-03{
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 56%;
}
.interview-question{
    display: flex;
    gap: 16px;
    color: #135783;
    margin-bottom: 32px;
    font-family: "Shippori Mincho", serif;
}
.interview-question-num{
    font-size: 3.2rem;
    letter-spacing: .075em;
}
.interview-question-txt{
    font-size: 2.4rem;
    line-height: 1.8;
    padding-top: .2em;
}
.note{
    font-size: 1.6rem;
    line-height: 2.4;
    text-indent: 1em;
    font-family: "Shippori Mincho", serif;
}
.is-red{
    color: #990000;
}
.interview-item-content + .interview-item-content{
    margin-top: 60px;
}
.interview-grid{
    margin-top: -20%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.interview-grid .interview-grid-item:first-child{
    grid-column: 1 / 3;
}
.interview-company{
    margin-top: .8em;
    font-size: 2rem;
    margin-bottom: .6em;
}
.interview-company-txt{
    font-size: 1.6rem;
    margin-bottom: .8em;
    padding-bottom: .6em;
    border-bottom: 1px solid #000;
}
.interview-name{
    font-size: 4rem;
    display: flex;
    align-items: center;
    gap: 16px;
}
.interview-name .small-text{
    font-size: 1.4rem;
}
@media screen and (max-width: 1680px) {
    .interview-grid{
        margin-top: 0;
    }
}
@media screen and (max-width: 1248px) {
    .interview-wrap-01{
        gap: 24px;
    }
    .interview-wrap-02{
        gap: 24px;
        grid-template-columns: 40% calc(60% - 24px);
    }
    .interview-wrap-03{
        gap: 24px;
    }
}
@media screen and (max-width: 900px) {
    .interview-wrap-01{
        grid-template-columns: 1fr;
    }
    .interview-wrap-02{
        grid-template-columns: 1fr;
        margin: 0 auto;
        padding: 0;
        width: calc(100% - 48px);
        gap: 24px;
    }
    .interview-wrap-03{
        grid-template-columns: 1fr;
    }
    .interview-wrap-03 .interview-item:first-child{
        order: 2;
    }
    .interview-wrap-03 .interview-item:last-child{
        order: 1;
    }
    .interview-wrap-02 .interview-item:last-child{
        width: 95%;
        margin: 0 auto;
    }
    .interview-develop{
        display: grid;
        grid-template-columns: 50% 1fr;
        gap: 3vw;
        align-items: flex-end;
        font-family: "Shippori Mincho", serif;
    }
    .interview-item-content + .interview-item-content {
        margin-top: 32px;
    }
    .interview-img{
        margin: 0 -24px;
        width: calc(100% + 48px);
    }
    .interview-img .caption{
        padding: 0 8px;
    }
    .interview-grid .interview-grid-item:first-child {
        margin: 0 -24px;
        width: calc(100% + 48px);
    }
}
@media screen and (max-width: 767px) {
    .interview-heading{
        width: 50%;
    }
    .interview-head {
        padding: 60px 24px;
        background: url(../images/interview-bg-sp.webp) no-repeat top center / cover;
    }
    .interview-head-inner .lead{
        font-size: 1.4rem;
        text-align: left;
    }
    .interview-wrap-01{
        grid-template-columns: 1fr;
    }
    .interview-wrap-02{
        grid-template-columns: 1fr;
        margin: 0 auto;
        padding: 0;
        width: calc(100% - 48px);
        gap: 24px;
    }
    .interview-wrap-03{
        grid-template-columns: 1fr;
    }
    .interview-wrap-03 .interview-item:first-child{
        order: 2;
    }
    .interview-wrap-03 .interview-item:last-child{
        order: 1;
    }
    .interview-wrap-02 .interview-item:last-child{
        width: 95%;
        margin: 0 auto;
    }
    .interview-question {
    gap: 12px;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #135783;
    }
    .interview-question-txt {
        padding-top: .4em;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .interview-question-num {
        font-size: 2.4rem;
    }
    .note {
        font-size: 1.2rem;
        line-height: 2;
    }
    .interview-item-content + .interview-item-content{
        margin-top: 24px;
    }
    .interview-grid{
        margin-top: 0;
    }
    .interview-develop{
        display: grid;
        grid-template-columns: 50% 1fr;
        gap: 3vw;
        align-items: flex-end;
    }
    .interview-company {
        font-size: 3.6vw;
    }
    .interview-company-txt {
        font-size: 3vw;
    }
    .interview-name {
        font-size: 5vw;
            gap: 2vw;
    }
    .interview-name .small-text {
        font-size: 3vw;
    }
    .interview-img{
        margin: 0 -24px;
        width: calc(100% + 48px);
    }
    .interview-grid .interview-grid-item:first-child {
    margin: 0 -24px;
        width: calc(100% + 48px);
}
.caption {
    margin: 10px 0 0;
    font-size: 10px;
}
}