@charset "UTF-8";
/*見出し*/
body{
    overflow-x: hidden;
}
h2{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top:100px;
    padding: 0 0 20px 0;
    margin-bottom: 80px;
    gap:6px;
    text-align: center;
}
.page h2{
    font-size:2.25rem;
    font-weight: 100;
}
h2 .page_container_subtitle{
    font-size: 0.875rem;
}
h2 .page_container_title{
    font-size: 2.25rem;
}
h2::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-color);
    width: 42px;
    height: 1px;
}
h2.no-border::after{
    display:none;
}
section h2:first-child{
    margin-top:0;
}

h3{
    font-size: 1.25rem;
    color: var(--text-color);
    margin:100px 0 14px 0;
    line-height: 1.6875em;
    letter-spacing: 0.14em;
    font-weight: 900;
    position: relative;
    padding-left: 1.5rem;
}
h3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background:url(../images/common/icon_h3.svg) no-repeat;
    width: 13px;
    height: 13px;
    background-size: contain;
}
h3.h3-border{
    display: flex;
    align-items: center;
    color:var(--main-color);
    font-size: 1.25rem;
    gap: 22px;
    padding-left: 0;
    justify-content: center;
}
h3.h3-border::before,
h3.h3-border::after{
    content: "";
    display:block;
    width: 42px;
    height: 1px;
    background:var(--main-color);
    position: unset;
    border: unset;
}
.h3-subtitle{
    font-weight: normal;
    padding-left: 1rem;
}
.h3-pre{
    font-weight: normal;
    font-size: 0.875rem;
    display: block;
    margin-top: 100px;
    margin-bottom: 0;
    padding-left: 24px;
}
.h3-pre + h3{
    margin-top: 0 !important;
}
h4{
    color: var(--text-color);
    line-height: 1.6875em;
    font-weight: 900;
    margin-top: 50px 0 14px 0;
}
h4,
.h3-nodeco{
    padding-left: 0;
    font-size: 1rem;
    letter-spacing: 0;
    margin-top:50px;
}
h3.h3-nodeco::before{
    display: none;
}
@media screen and (max-width:768px){
    .page h2{
        font-size:1.75rem;
    }
    .h3-subtitle{
        display: block;
        padding-left: 0;
        font-size: 1rem;
    }
    .page h3:not(:first-child){
        margin-top:44px;
    }
}
.header_container{
    display: none;
}
#main{
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: unset;
}
@media screen and (min-width:769px){
    #main{
        margin-right:8.87vw;
    }
}
@media screen and (min-width:1482px){
    #main{
        margin-right:180px;
    }
}
#main .container{
    margin-left:unset;
    margin-right:unset;
}
.page_title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: var(--main-color);
    letter-spacing: 0.3em;
    width: 5em;
    min-width: 3em;
    display:flex;
    align-items: center;
    margin-top:100px;
    /*height: 12em;*/
    justify-content: center;
    /*white-space: nowrap;*/
    font-weight: 100;
    font-size: 2.25rem;
    text-orientation: upright;
}
.page_mv{
    position: relative;
}
section + section{
    margin-top: 200px;
}

@media screen and (max-width:768px){
    .header_container{
        display: block;
    }
    #main {
        flex-direction: column;
        margin-top: 0;
        padding-top: 167px;
        overflow: hidden;
    }
    .page_title{
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        height: unset;
        font-size: 2rem;
        margin-bottom: 72px;
    }
    h2{
        font-size: 1.75rem;
        margin-bottom: 34px;
    }
}
@media screen and (min-width:769px){
    #main .container{
        padding-left: 0;
    }
    .page_title{
        position: sticky;
        top: 250px;
        max-height: calc(100% - 250px);
        white-space: break-spaces;
    }
}
/*わたしたちについて*/
.about .page_mv_inner{
    padding-top: calc(100%/ 1036 * 286);
    padding-bottom: calc(100%/ 1036 * 100);
}
.about .page_mv_text{
    padding: calc(100% / 1036 * 52) calc(100% / 1036 * 63);
    background:#ffffffb3;
    border-radius: var(--border-radius30);
    width: calc(100% / 1036 * 700);
    margin-left:auto;
    margin-right:0;
}
.about .page_mv_img,
.about .page_mv_img02{
    position: absolute;
    z-index: -1;
}
.about .page_mv_img{
    top: 0;
    width:calc(100% / 1036 * 752);
}
.about .page_mv_img02{
    bottom:0;
    left: calc(100%/ 1036 * 138);
    width:calc(100% / 1036 * 323);
}

.page_container{
    margin-top: 300px;
}

.page_about_origin{
    position: relative;
    padding-top: 30px;
    padding-right: 83px;
    margin-right: 86px;
}
.page_about_origin_content{
    background:#F2F2F2CC;
    padding:27px 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap:36px;
}
.page_about_origin_img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: calc(100% / 1036 *205);
}
.page_about_origin h2{
    margin: 0;
    padding: 0;
    text-align: left;
    letter-spacing: 0;
    padding-right: 30px;
    white-space: nowrap;
}
.page_about_origin h2::after{
    display: none;
}
.page_about_origin h2::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
}
.page_about_origin_content_desc{
    position: relative;
    letter-spacing: 0;
}
.page_about_origin_content_desc p:last-child{
    margin-bottom: 0;
}
.page_about_philosophy h2{
    margin-bottom: 60px;
}
.page_about_philosophy p{
    letter-spacing: 0.14em;
}
.page_about_philosophy .h3-nodeco:first-child{
    margin-top:20px;
}
.is-narrow{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.page_about_profile_job{
    font-size: 0.875rem;
}
.page_about_profile_desc{
    margin-top: 103px;
}
.page_about_profile_detail_item{
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    border-left:1px solid var(--main-color);
    padding: 0.5em 0 0.5em 1em;
}
.page_about_profile_detail_item + .page_about_profile_detail_item{
    margin-top: 1em;
}
.page_about_profile_detail_item p:last-child{
    margin-bottom: 0;
}
@media screen and (max-width:992px) and (min-width:769px){
    .page_about_origin{
        margin-right: 0;
    }
    .page_about_origin_content{
        flex-wrap: wrap;
    }
}
@media screen and (max-width:768px){
    .about .page_mv_inner{
        padding-top: 127px;
        padding-bottom: 155px;
    }
    .about .page_mv_img{
        width: 317px;
        margin-left: -1rem;
    }
    .about .page_mv_text{
        width: unset;
        padding: 36px 30px;
    }
    .about .page_mv_img02{
        width: 299px;
        left: unset;
        right: -1rem;
    }
    .page_about_origin{
        padding-right: 10px;
        padding-top: 188px;
        margin-right: 0;
    }
    .page_about_origin_content{
        flex-direction: column;
        align-items: flex-start;
        padding: 27px 30px;
    }
    .page_about_origin_img{
        width: 205px;
    }
    .about h2{
        font-size: 2.25rem;
    }
    h3.h3-nodeco{
        text-align: center;
    }
    .page_about_profile_img{
        text-align: center;
    }
    .page_about_profile_img img{
        width: 220px;
    }
    .page_about_profile_desc{
        margin-top: 42px;
        --bs-gutter-x: 3rem;
    }
    .page_about_profile_name{
        text-align: center;
    }
    .page_about_profile_detail_item{
        padding-left: 0.5rem;
    }
}
/*事業紹介*/
.works .page_mv{
    margin-bottom:360px;
}
.works .page_mv_text{
    margin-top: 210px;
}

.box_table{
    background-color: var(--sub-color02);
    border-radius: var(--border-radius10);
    padding: 25px;
    letter-spacing: 0;
    line-height: 1.4em;
}
#main table{
    width: 100%;
}
#main tr:not(:last-child){
    border-bottom: 1px dotted var(--main-color);
}
#main th{
    color: var(--main-color);
}
#main th,
#main td{
    padding: 1em 0.5em;
}
#main p:last-child{
    margin-bottom:0;
}
.justify-content-center .box_table,
.justify-content-center .box_table dd{
    height:100%;
}
dl.box_table{
    display: flex;
    flex-direction: column;
    margin-bottom:1em;
}
.box_table dt{
    text-align: center;
    border-bottom: 1px dotted var(--main-color);
    color:var(--main-color);
    padding: 0.5em 0 1em;
    margin-bottom: 1em;
    min-height: 2.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
}
.justify-content-center .box_table dd{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.page_service_voice{
    align-items: flex-end;
    margin-bottom: 21px;
}
.page_servie_voice:first-of-type{
    margin-top: 46px;
}
.page_servie_voice_ballon{
    background: #F2F2F2CC;
    border-radius: 30px 30px 30px 0px;
    padding: 22px 50px;
    flex: 1;
}
.page_service_voice-right .page_servie_voice_ballon{
    border-radius: 30px 30px 0px 30px;
}
.bnr_entry{
    border: 1px solid var(--main-color);
    display: flex;
    margin-bottom:300px;
}
.bnr_entry a{
    display: flex;
    align-items: center;
    font-size: 1.625rem;
    gap: 34px;
    width: 100%;
    justify-content: center;
    padding: 38px;
    text-decoration: none;
    color: var(--main-color);
    font-weight: 600;
}
@media screen and (max-width:768px){
    .works .page_mv{
        margin-bottom: 200px;
    }
    .works .page_mv_inner{
        display: block;
        padding-top: 196px;
        margin-right:10px;
    }
    .works .page_mv_img{
        position: absolute;
        top: 0;
        z-index: -1;
        width: calc(100vw / 393 * 233);
        right: -2rem;
    }
    .works .page_mv_text{
        margin-top: 0;
        background:#ffffffb3;
        border-radius: var(--border-radius30);
        padding: 43px 28px;
    }
    .works .page_mv_text h2{
        letter-spacing: 0;
    }
    #seminor figure{
        margin-left:62px;
        margin-right:62px;
    }
    #seminor h2{
        font-size:1.75rem;
    }
    .box_table{
        padding:18px 16px;
    }
    .bnr_entry{
        margin-bottom:200px;
    }
    .bnr_entry a{
        padding: calc(100vw/ 393 * 40) calc(100vw/ 393 * 20);
        gap: calc(100vw/ 393 * 23);
        font-size: 1.5rem;
        font-weight: 700;
    }
    .bnr_entry_icon{
        width: calc(100vw / 393 * 57);
    }
    .bnr_entry_icon > *{
        max-width:100%;
    }
}
.text-addition{
    margin-top: 30px;
    margin-bottom: 30px !important;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 0.875rem;;
}
.text-addition::before,
.text-addition::after{
    content: "";
    position:relative;
    display:block;
    height:1px;
    width: 84px;
    background:var(--main-color);
}
.bnr_partner{
    background-color: var(--sub-color);
    padding: 12px;
    height: 225px;
}
.bnr_partner .bnr_partner_inner{
    height: 100%;
    width: 100%;
    display: block;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
}
.bnr_partner .bnr_partner_inner_text{
    position: relative;
    display: inline;
    background: linear-gradient(transparent 70%, #fff 0%);
    font-size: 1.25rem;
    padding: 0 10px;
}
@media screen and (max-width:768px){
    .bnr_partner{
        height: 214px;
    }
    .bnr_partner .bnr_partner_inner_text_wrapper{
        text-align: center;
    }
}
/*投稿*/

.cmn_post_category_select{
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}
.cmn_post_category_select select{
    appearance: none;
    border: unset;
    color: var(--main-color);
    padding:5px 40px 5px 20px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    cursor: pointer;
}
.cmn_post_category_select::after{
    position: absolute;
    top: 12px;
    right: 20px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    transform: rotate(-135deg);
    pointer-events: none;
}
.case .cmn_post_category_select select{
    background-color: var(--main-color);
    color:#fff;
}
.case .cmn_post_category_select::after{
    border-top-color: #fff;
    border-left-color: #fff;
}

@media screen and (max-width:768px){
  
    .cmn_post_category_select,
    .cmn_post_category_select select{
        width: 100%;
    }  
}
.cmn_post_list{
    row-gap: 30px;
}
.cmn_posts_item_meta{
    display: flex;
    align-items: center;
    gap:7px;
    flex-wrap: wrap;
}
.cmn_posts_item_date{
    font-size: 0.875rem;
}
.cmn_posts_item_category{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.75rem;
    list-style:none;
    gap: 5px;
    padding: 0;
    margin-top:0;
    margin-bottom:0;
}
.cmn_posts_item_category a{
    border: 1px solid var(--main-color);
    border-radius: 10px;
    letter-spacing: 0;
    padding: 1px 10px;
}
.case .cmn_posts_item_category a{
    background-color: var(--main-color);
    color:#fff;
    border: unset;
}
.cmn_posts_item_category a:hover{
    text-decoration: none;
}
.cmn_posts_item_title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cmn_posts_item_img{
    aspect-ratio: 3/2;
}
.cmn_posts_item_img img{
    object-fit: cover;
    aspect-ratio: 3/2;
    height: 100%;
    width: 100%;
}
/*お問い合わせ*/
table.tbl_con{
    text-align: center;
    max-width:398px;
    margin: 0 auto;
}
table.tbl_con th,
table.tbl_con td{
    padding-left:0 !important;
    padding-right:0 !important;
}
table.tbl_con tr{
    border-bottom:unset !important;
}
table.tbl_con label{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:10px;
}
table.tbl_con .tbl_con_require{
    color:var(--error-color);
    font-size: 0.75rem;
}
table.tbl_con input[type="text"],
table.tbl_con textarea{
    border: 1px solid #1C1C1C;
    border-radius: 10px;
    padding: 21px;
    width: 100%;
}
input[type="submit"]{
    background-color: var(--main-color);
    border-radius: 10px;
    width: 225px;
    height: 56px;
    color: #fff;
    border:unset;
}
input[type="submit"]:hover{
    opacity: .7;
}

table.tbl_con input[type="text"]:has( + span.error),
table.tbl_con textarea:has( + span.error){
    border: 1px solid var(--error-color);
}

@media screen and (max-width:768px){
    .page_servie_voice_ballon{
        padding: 24px;
    }
    .text-addition{
        text-align: center;
    }
    .text-addition::before,
    .text-addition::after{
        width: 40px;
    }
}
@media screen and (max-width:768px){
    .is-sp-continue{
        max-height:100vh;
        overflow: hidden;
        position: relative;
        transition: .3s;
    }
    .is-sp-continue::after{
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
        content: '';
    }
    .is-sp-continue-text{
        color: var(--main-color);
        display: block;
        text-align: center;
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
    }
    .is-sp-continue-text::before{
        content:"";
        border:1px solid var(--main-color);
        border-top: unset;
        border-left: unset;
        height: 46px;
        width: 46px;
        display: block;
        position: absolute;
        bottom: 29px;
        left: 50%;
        transform: translateY(-50%) rotate(45deg);
        transform-origin: 0 0;
    }
    .is-sp-continue.is-open{
        max-height: 100%;
        transition: .3s;
    }
    .is-sp-continue.is-open::after{
        display: none;
    }
    .is-sp-continue.is-open .is-sp-continue-text{
        display: none;
    }
}
@media screen and (min-width:769px){
    .is-sp-continue-text{
        display: none;
    }
}
@media screen and (max-width:768px){
    #seminar .col-md-6:first-child ul{
        margin-bottom:0;
    }
    #seminar .col-md-6:last-child ul{
        margin-top:0;
    }
}
.mb-300{
    margin-bottom:300px;
}
@media screen and (max-width:768px){
    .mb-300{
        margin-bottom:200px;
    }
}