@charset "utf-8";
@import url('http://fonts.cdnfonts.com/css/optima');

/* =reset
----------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, label, textarea, p, blockquote, table, caption, tbody, tfoot, thead, th, td, option, figure, figcaption {
    margin: 0;
    padding: 0;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: 500;}
a, ins, del {text-decoration: none;}
a {cursor: pointer;color: #414141;}
a:hover {color: #002567;}

img {width: 100%;height: auto;border: 0;margin: 0;vertical-align: bottom;image-rendering: -webkit-optimize-contrast;image-rendering: crisp-edges;}
picture, figure, audio {display: inline-block;}

/* =common
----------------------------------*/
* {outline: none;}
html {
    color: #414141;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FFFFFF;
    scroll-padding-top: 90px; /* 固定ヘッダの高さ分 */
    scroll-behavior: smooth;
    line-break: strict;
}

body {
    position: relative;
    /*font-family: 'Noto Serif JP', '游明朝', YuMincho, 'Yu Mincho', serif;*/
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    overflow-x: hidden;
}

.marcellus{
    font-family: 'Marcellus', serif;
}

.shippori{
    font-family: 'Shippori Mincho', serif;
}

.gen_gothic{
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
}

.en {
    font-family: 'Optima', 'Marcellus', 'Segoe', serif;
}

.corporate_fontcolor{
}
.corporate_backcolor{
}
.navopen {
    overflow-y: hidden;
}

.accordion.monthly{
    display: none !important;
}

/* fadeUp */
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			自作ページネーション
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.pagination{
    margin: 100px auto 90px;
    width: fit-content;
}

.pagination .page-numbers{
    display: flex;
    justify-content: space-between;
    color: #242424;

    height: 40px;
}
.pagination .page-numbers .page-numbers{
    width: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    letter-spacing: 0.045em;
    transition: 0.2s;
}
.pagination .page-numbers .page-numbers:hover{
    background-color: #7A7C6A;
    border: 1px solid #7A7C6A;
    color: white;
}
.pagination .page-numbers li{
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.pagination .page-numbers li:last-child{
    margin-right: unset;
}
.pagination .page-numbers.dots{
    border: unset;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev{
    border: unset !important;
    width: 85px;
    text-align: center;
    transition: 0.2s;
    position: relative;
    display: flex;
    text-decoration: none;
    aspect-ratio: unset;
    height: fit-content;
}
.pagination .page-numbers.next:after,
.pagination .page-numbers.prev:after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.pagination .page-numbers.next:hover:after,
.pagination .page-numbers.prev:hover:after{
    transform: scale(1, 1);
}
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover{
    background-color: unset !important;
    color: #242424!important;
}
.pagination .page-numbers.current{
    background-color: #7A7C6A;
    border: 1px solid #7A7C6A;
    color: white;
}
.pagination .page-numbers.next:before,
.pagination .page-numbers.prev:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 10px;
    background-image: url(../images/common/arrow_b.svg);
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pagination .page-numbers.prev:before{
    transform: rotate(180deg);
    left: 5px;
}
.pagination .page-numbers.next:before{
    right: 5px;
}

.pagination .page-numbers .no-link{
    color: #A0A0A0;
}
.pagination .page-numbers .prev.no-link:before,
.pagination .page-numbers .next.no-link:before{
    background-image: url(../images/common/arrow_g.svg);
    width: 10px;
    height: 5px;
}
.pagination .page-numbers .prev.no-link:before{
    transform: rotate(90deg);
}
.pagination .page-numbers .next.no-link:before{
    transform: rotate(-90deg);
}
.pagination .page-numbers.next.no-link:after,
.pagination .page-numbers.prev.no-link:after{
    background-color: #A0A0A0;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
			投稿関連
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.single{

}
.single .blockarea h2{
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 0 100px;
}
.single .blockarea p{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.2;
    padding: 0 100px;
}
.single .blockarea figure{
    width: calc(100% - 200px);
    padding: 0 100px;
    margin: 0 auto 100px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
			Lazy Blocks関連
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*画像1枚＋テキスト1つ*/
.img_one_block{
    margin-bottom: 65px;
}
.img_one_block .img{
    margin-bottom: 16px;
}
.img_one_block .img img{
    width: 100%;
    height: auto;
}
.img_one_block .txt{
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
}
.img_one_block .txt p{

}

/*縦画像1枚＋テキスト1つ*/
.img_one_block.vertical{
}
.img_one_block.vertical .img.vertical{
    display: flex;
    justify-content: center;
    width: calc(50% - 12px);
    margin: 0 auto 16px;
}
.img_one_block.vertical .img.vertical img{
    width: 100%;
    height: auto;
}
.img_one_block.vertical .txt{
    width: calc(50% - 12px);
    margin: 0 auto;
}
.img_one_block .txt p{

}

/*画像2枚＋テキスト2つ*/
.img_separate_block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}
.img_separate_block .parts{
    width: calc(50% - 12px);
}
.img_separate_block .parts .img{
    margin-bottom: 16px;
}
.img_separate_block .parts .img img{
    width: 100%;
    height: auto;

}
.img_separate_block .parts .txt{
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
}
.img_separate_block .parts .txt p{

}
/*h1block*/
.h1_block{
    margin-bottom: 58px;
}
.h1_block h1{
    font-size: 28px;
    margin-bottom: 26px;
}
.h1_block p{
    margin-bottom: unset;
}
/*h2block*/
.h2_block{
    margin-bottom: 61px;
}
.h2_block h2{
    font-size: 24px;
    margin-bottom: 25px;
}
.h2_block p{
    margin-bottom: unset;
}
/*h3block*/
.h3_block{
    margin-bottom: 93px;
}
.h3_block h3{
    font-size: 22px;
    margin-bottom: 27px;
}
.h3_block p{
    margin-bottom: unset;
}
/*h4block*/
.h4_block{
    margin-bottom: 63px;
}
.h4_block h4{
    font-size: 20px;
    margin-bottom: 26px;
}
.h4_block p{
    margin-bottom: unset;
}
/*h5block*/
.h5_block{
    margin-bottom: 65px;
}
.h5_block h5{
    font-size: 18px;
    margin-bottom: 27px;
}
.h5_block p{
    margin-bottom: unset;
}
/*h6block*/
.h6_block{

}
.h6_block h6{
    font-size: 16px;
    margin-bottom: 32px;
}
.h6_block p{
    margin-bottom: unset;
}

.h1_block h1,
.h2_block h2,
.h3_block h3,
.h4_block h4,
.h5_block h5,
.h6_block h6{
    font-family: 'Shippori Mincho', serif;
    line-height: 1.5;
    letter-spacing: 0.1em;
}


/*テキストブロック*/
.text_block{
    letter-spacing: 0.1em;
    margin-bottom: 90px;
}
.text_block .title{
    margin-bottom: 30px !important;
}
.text_block .title p{
    font-size: 24px !important;
    line-height: 1.45;
    padding: unset;
}
.text_block .text_list{

}
.text_block .text_list p{
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
			一覧ページ
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.archive{
}
.archive .content{
    margin-right: 100px;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
			form 共通部分
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#form{

}

input[type="radio"]{
    accent-color: #242424;
}

.form_item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
    padding-bottom: 18px;
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.form_item:last-child{
    margin-bottom: unset;
}
.form_item .require_item{

}
.form_item .name{
    width: 196px;
    padding-right: 38px;
}
.form_item .name p{
    position: relative;
    width: fit-content;
}
.form_item .name p.dm{
    padding-bottom: 20px;
}
.form_item.require_item .name p:before{
    position: absolute;
    content: '必須';
    font-size: 10px;
    background-color: #CB8E46;
    color: white;
    width: 30px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 10px;
    padding: 2px 0;
    letter-spacing: 0.1em;
}
.form_item.require_item .name p.dm:before{
    top: unset;
    right: unset;
    left: 0;
}
.form_item .contents {
    position: relative;
    width: calc(100% - 196px - 38px - 28px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 28px;
}
/*おとな・こども*/
.form_item .contents .adult{
    display: flex;
    align-items: center;
    width: 160px;
    margin-right: 50px;
}
.form_item .contents .young{
    display: flex;
    align-items: center;
    width: 160px;
}
.form_item .contents .adult span,
.form_item .contents .young span{
    width: 32px;
    margin-right: 12px
}

.form_item .contents .adult input[type="text"],
.form_item .contents .young input[type="text"] {
    width: calc(100% - 82px);
}

/*希望日・時間帯*/
.form_item .contents .day{
    /*margin-right: 45px;*/
    display: flex;
    align-items: center;
    /*width: calc(50% - 45px);*/
    width: calc(50%);
}
.form_item .contents .time{
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
}

.form_item .contents .day span,
.form_item .contents .time span{
    width: 40px;
}

.form_item .contents .day input[type="text"]{
    position: relative;
    width: calc(200px - 40px);
}
.form_item .contents .day input[type="text"]:before{
    position: absolute;
    content: '';
    background-image: url(../images/common/arrow.svg);
    background-size: cover;
    background-position: center;
    width: 10px;
    height: 10px;
}
.form_item .contents .time select{
    /*width: calc(154px);*/
    width: auto;
}
.form_item .contents .time .announce{
    position: relative;
    font-size: 12px;
    letter-spacing: 0.1em;
    width: calc(100% - 54px - 154px - 40px);
    padding-left: 40px;
}

.form_item .contents .contact_time{
    /*width: 100px;*/
    width: 170px;
    margin-right: 8px;
}

.form_item .contents .announce{
    display: none;
}
.form_item .contents .recruit_announce{
    display: block;
    width: calc(100% - 250px);
    font-size: 12px;
    letter-spacing: 0.1em;
}

.form_item .contents .time .announce:before{
    position: absolute;
    content: '※';
    left: 25px;
}

.mw_wp_form .horizontal-item{
    display: block;
    margin-right: 10px;
}
.mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: unset!important;
}
.mw_wp_form .horizontal-item:last-child{
    margin-right: unset;
}

.form_item .contents input[type="text"],
.form_item .contents textarea{
    border: unset;
    background-color: #F0F0F0;
    width: calc(100% - 40px);
    height: 125px;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}
.form_item .contents textarea{
    padding: 20px;
}
.form_item .contents input[type="text"]{
    height: 40px;
    padding: 0 20px;
}

.form_item .contents.day_time input[type="text"]{
    /*width: auto;*/
}
.form_item .contents select.day{
    border: unset;
    background-color: #F0F0F0;
    width: 150px;
    height: 40px;
    padding: 0 20px;
}
.form_item .contents select{
    border: unset;
    background-color: #F0F0F0;
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 20px;
}

.form_item .contents.file{
    flex-wrap: unset;
    justify-content: space-between;
}

.form_item .contents.file .mwform-file-delete{
    display: none;
}

.form_item .form_prevText {
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.form_item .contents input[type="file"] {
    border: none;
}
.form_item .filelabel{
    display: flex;
    position: relative;
    align-items: center;
    color: #585858;
    font-size: 13px;
    border: solid #707070 1px;
    padding: 0 20px;
    height: 34px;
    width: calc(208px - 40px);
    border-radius: 19px;
    transition: all 0.5s;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
}

.form_item .filelabel:before{
    position: absolute;
    content: '';
    background-image: url(../images/common/plus.svg);
    background-size: cover;
    background-position: center;
    width: 8px;
    height: 8px;
    right: 17px;
    transition: 0.2s;
}
.form_item .filelabel:hover:before{
    transform: rotate(90deg);
}

.form_item .fileinput {
    display: none !important;
}


.form_item .contents.media .media_check{
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 9px;
    border: white 1px solid;
}
.form_item .contents.media .media_check:before{
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background-color: white;
    border: 1px solid #767676;
    border-radius: 50%;
    left: -1px;
    top: -1px;
}
.form_item .contents.media .checked .media_check:before{
    /*border: 1px solid #0075ff;*/
    border: 1px solid #242424;
}
.form_item .contents.media .checked .media_check:after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    /*background-color: #0075ff;*/
    background-color: #242424;
    border-radius: 50%;
    top: 0;
    left: 1px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.form_item .contents.document{
    display: flex;
}
.form_item .contents.document .check_parts{
    display: flex;
    align-items: center;
    /*margin-right: 45px;*/
    margin-bottom: 18px;
    width: calc(100% / 3);
    min-width: 185px;
}
.form_item .contents.document .check_parts:first-child{
    width: 100%;
    margin-bottom: 50px;
}
.form_item .contents.document .check_parts .img{
    margin-right: 5px;
}
.form_item .contents.document .check_parts .img img{
    width: 84px;
    height: auto;
    border: 1px solid #727171;
}

.form_item .contents.document .check_parts .document_select{
    position: relative;
    width: 9px;
    accent-color: white;
    display: flex;
    height: fit-content;
    margin-top: 3px;
}
.form_item .contents.document .check_parts .document_select:before{
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background-color: white;
    border: 1px solid #767676;
    border-radius: 50%;
}
.form_item .contents.document .check_parts .checked .document_select:before{
    /*border: 1px solid #0075ff;*/
    border: 1px solid #242424;
}
.form_item .contents.document .check_parts .checked .document_select:after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    /*background-color: #0075ff;*/
    background-color: #242424;
    border-radius: 50%;
    top: 0;
    left: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.datepicker_area{
    position: relative;
}
.datepicker_area:after{
    position: absolute;
    content: '';
    background-image: url(../images/common/arrow_g.svg);
    background-size: cover;
    background-position: center;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.default_arrow_none{
    position: relative;
}
.default_arrow_none.current_work{
    width: 50%;
}
.default_arrow_none.current_work select{
    width: 100%;
}
.default_arrow_none select{
    -webkit-appearance: none;
    appearance: none;
}
.default_arrow_none select::-ms-expand{
    display: none;
}
.default_arrow_none:after{
    position: absolute;
    content: '';
    background-image: url(../images/common/arrow_g.svg);
    background-size: cover;
    background-position: center;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.mw_wp_form_preview .default_arrow_none:after,
.mw_wp_form_preview .datepicker_area:after{
    display: none;
}

.check_parts span{
    margin-right: unset;
}
.check_parts span label{
    display: flex;
}

.form_item .contents.document .check_parts:first-child .mwform-checkbox-field-text{
    width: unset!important;
}

.form_item .contents.document .check_parts .mwform-checkbox-field-text{
    /*width: 100px !important;*/
    display: block;
    letter-spacing: 0.05em;
}

.privacy_txt{
    margin-top: 60px;
}
.privacy_txt a{
    color: #CB8E46;
}
.privacy_txt p{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: center;
}
.privacy_txt p:first-child{
    margin-bottom: 28px;
}
.privacy_txt p:last-child{

}


/*決定ボタン*/
.btnarea{
    margin-top: 70px;
    text-align: center;
}
.btnarea {
    margin-top: 70px;
    text-align: center;
}

.btnarea input[type="submit"] {
    width: 150px;
    border: solid 1px #9B9B9B;
    background-color: unset;
    height: 40px;
    transition: 0.2s;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    color: #9B9B9B;
}
.btnarea input[type="submit"]:hover {
    border: solid 1px #9B9B9B;
    background-color: #9B9B9B;
    color: white;
}

/*.form_category_area{*/
/*    margin-bottom: 80px;*/
/*}*/
/*.form_category_area p{*/
/*    font-size: 20px;*/
/*    letter-spacing: 0.1em;*/
/*    margin-bottom: 24px;*/
/*}*/
/*.form_category_area span{*/
/*    font-size: 16px;*/
/*    letter-spacing: 0.1em;*/
/*}*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

            PC

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.pc_none {
    display: none;
}

.sp_none {
    display: block;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
			header
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
header{
    position: fixed;
    left: 0;
    width: 132px;
    height: 100vh;
    z-index: 12;
    background-color: white;
}

header .wrapper{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

header .wrapper .logo{
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
    width: 86px;
    height: auto;
}

header .wrapper .hamburger_btn{
    position: relative;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
header .wrapper .hamburger_btn span{
    display: block;
    width: 50px;
    height: 1px;
    background-color: black;
    content: '';
    margin-bottom: 10px;
    transition: 0.2s;
}
header .wrapper .hamburger_btn span:last-child{
    margin-bottom: unset;
}

header .wrapper .sns_area{
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 22.3px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
header .wrapper .sns_area .instagram{
    display: flex;
}
header .wrapper .sns_area .facebook{
    display: flex;
}
header .wrapper .sns_area .blog{
    display: flex;
    height: 29px;
}

header .wrapper .sns_area .blog .sp{
display: none;
}
/*header .wrapper .sns_area .line{*/

/*}*/

/*ナビオープン*/
.navopen header .wrapper .hamburger_btn span:first-child{
    transform: rotate(45deg);
}
.navopen header .wrapper .hamburger_btn span:nth-child(2){
    opacity: 0;
    visibility: hidden;
}
.navopen header .wrapper .hamburger_btn span:last-child{
    transform: rotate(-45deg);
    margin-top: -21px;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
			menuarea
			ハンバーガーメニュー押された時に表示
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#menu_area{
    background-color: white;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    /*height: 100vh;*/
    height: calc(100vh - 80px);
    position: fixed;
    z-index: 11;
    transition: 0.2s;
    display: flex;
    align-items: center;
    padding-top: 80px;
    min-height: 850px;
    overflow-y: scroll;
}
.navopen #menu_area{
    visibility: unset;
    opacity: 1;
}
#menu_area .wrapper {
    /*max-width: 760px;*/
    max-width: 910px;
    width: 100%;
    /*height: fit-content;*/
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 132px;
}
#menu_area .wrapper .left{
}
#menu_area .wrapper .right{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}
#menu_area .linkparts{
    display: block;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}
#menu_area .linkparts .title{
    display: flex;
    align-items: center;
}
#menu_area .linkparts .title p{
    font-size: 30px;
    margin-right: 15px;
}
#menu_area .linkparts .title span{
    font-size: 14px;
}

#menu_area .linkparts .sub{
    margin-top: 15px;
}
#menu_area .linkparts .sub li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 11px;
}
#menu_area .linkparts .sub li:before{
    position: absolute;
    content: '';
    width: 13px;
    height: 1px;
    background: #242424;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
#menu_area .linkparts .sub li:last-child{
    margin-bottom: unset;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
			top_btnarea
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#top_btnarea{
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 82px;
    z-index: 11;
}
#top_btnarea .openhouse{
    background-color: #888979;
}
#top_btnarea .contact{
    position: relative;
    cursor: pointer;
    background-color: #363636;
}
#top_btnarea .contact.pc_none{
    display: none;
}
#top_btnarea .contact.sp_none{
    display: flex;
}
#top_btnarea .openhouse,
#top_btnarea .contact{
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    letter-spacing: 0.1em;
}
#top_btnarea .openhouse .img,
#top_btnarea .contact .img{
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 12px;
}
#top_btnarea .openhouse .img img{
    width: 17px;
    height: auto;
}
#top_btnarea .contact .img img{
    width: 16px;
    height: auto;
}
#top_btnarea .contact span{
    position: relative;
}
#top_btnarea .contact span:before{
    position: absolute;
    content: '';
    background-image: url("../images/common/arrow.svg");
    width: 10px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    transition: 0.2s;
}
#top_btnarea .contact:hover span:before{
    transform: rotate(180deg);
}

#top_btnarea .contact .contact_menu{
    position: absolute;
    bottom: -216px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    z-index: -10;
}

#top_btnarea .contact:hover .contact_menu{
    opacity: 1;
    pointer-events: unset;
    z-index: 0;
}
#top_btnarea .contact .contact_menu a{
    width: 210px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EBEBEB;
    color: #242424;
    transition: 0.2s;
}
#top_btnarea .contact:hover .contact_menu a{
}
#top_btnarea .contact:hover .contact_menu a:hover{
    color: white;
    background-color: #363636;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
			footer
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

footer{
    position: relative;
    background-color: #7A7C6A;
    padding-left: 132px;
    padding-top: 86px;
    padding-bottom: 60px;
}
/*スクロールボタン*/
.top_scroll{
    position: absolute;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    top: 43px;
    right: 22px;
    transition: 0.2s;
}
.top_scroll:hover{
    background-color: white;
}
.top_scroll svg{
    width: 6px;
    height: 18px;
    transition: 0.2s;
}
.top_scroll svg path{
    transition: 0.2s;
}
.top_scroll:hover svg path{
    fill: #7A7C6A;
}

/*ロゴ*/
footer .logo{
    width: 99px;
    height: auto;
    margin: 0 auto;
}
footer .logo img{
    width: 100%;
    height: auto;
}
/*会社情報とお問い合わせ*/
footer .company_contact{
    position: relative;
    margin: 60px auto 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 854px;
    color: white;
}
footer .company_contact:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: white;
    left: 0;
    right: 0;
    margin: auto;
}
footer .company_contact .company{
    letter-spacing: 0.1em;
    font-size: 14px;
    width: calc(50% - 50px);
    padding-right: 50px;
}
footer .company_contact .company .name{
    font-size: 16px;
    font-weight: bold;
}
footer .company_contact .company .address{
    margin: 20px 0;
}
footer .company_contact .company .tel_fax{
    display: flex;
}
footer .company_contact .company .tel_fax a{
    color: white;
}

footer .company_contact .contact{
    width: calc(50% - 40px);
    padding-left: 40px;
}
footer .company_contact .contact .title{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 18px;
}
footer .company_contact .contact .title span{
    font-size: 30px;
    letter-spacing: 0.1em;
}
footer .company_contact .contact .title p{
    font-size: 16px;
    letter-spacing: 0.1em;
}
footer .company_contact .contact .title hr{
    width: 23px;
    margin: 0 15px 0 23px;
}
footer .company_contact .contact .txt{
    font-size: 14px;
    letter-spacing: 0.1em;
}
footer .company_contact .contact .btn{
    border: 1px solid white;
    width: calc(240px - 30px);
    padding: 15px 0 15px 30px;
    display: flex;
    color: white;
    margin: 24px auto 0;
    transition: 0.2s;
}
footer .company_contact .contact .btn:hover{
    background-color: white;
    color: #7A7C6A;
}
footer .company_contact .contact .btn svg{
    width: 16px;
    height: auto;
    margin-right: 12px;
}
footer .company_contact .contact .btn svg path{
    transition: 0.2s;
}
footer .company_contact .contact .btn:hover svg path{
    fill: #7A7C6A;
}

/*SNS*/
footer .sns_area{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .sns_area a{
    display: block;
    margin-right: 10px;
}

footer .sns_area a:last-child{
    position: relative;
    top: 5px;
    margin-right: unset;
}

footer .sns_area a img{
    width: 100%;    
    height: 100%;
}

/*copyright*/
footer .copyright{
    text-align: center;
    color: white;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: 37px;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
			共通
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.section_title{
}
.section_title span{
}

.page_container{
    z-index: 1;
    padding-top: 130px;
    padding-left: 210px;
}
.page_title{
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.page_title h2{
    font-size: 42px;
    margin-right: 30px;
    font-family: 'Marcellus', serif;
}
.page_title span{
    font-size: 16px;
    font-family: 'Shippori Mincho', serif;
}
.breadcrumb{
    text-align: right;
    padding-right: 50px;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 70px;
}


.more_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-family: 'Marcellus', serif;
}
.more_btn:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    transform: rotate(90deg);
}
.more_btn.white{
    border: solid 1px white;
    color: white;
    transition: 0.2s;
}
.more_btn.white:hover{
    background-color: white;
    color: #9B9B9B;
}
.more_btn.white:before{
    background-image: url(../images/common/arrow.svg);
    transform: rotate(90deg);
    transition: 0.2s;
}
.more_btn.white:hover:before{
    background-image: url(../images/common/arrow_b.svg);
    transform: rotate(0deg);
}
.more_btn.black{
    border: solid 1px #9B9B9B;
    color: #242424;
    transition: 0.2s;
}
.more_btn.black:hover{
    background-color: #9B9B9B;
    color: white;
}
.more_btn.black:before{
    background-image: url(../images/common/arrow_b.svg);
    transform: rotate(0deg);
    transition: 0.2s;
}
.more_btn.black:hover:before{
    background-image: url(../images/common/arrow.svg);
    transform: rotate(90deg);
}

.new_mark{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #CB8E46;
    padding: 4px 25px;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: white;
    font-family: 'Marcellus', serif;
    z-index: 1;
}

.release{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #CB8E46;
    padding: 4px 25px;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: white;
    z-index: 1;
}
.released{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6F6F6F;
    padding: 4px 25px;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: white;
    z-index: 1;
}
.current{
    background-color: #6A6A6A;
    color: white;
    /*pointer-events: none;*/
}

/*カーソル追従*/
#black_cursor {
    margin-top: -60px;
    margin-left: -47px;
    z-index: 100;
    width:31px;
    height: 31px;
    position: absolute;
    pointer-events: none;
}

#black_cursor img {
    transform: translate(0px, 0px) scale(0);
    transition: transform 0.2s;
    transform-origin: center;
    pointer-events: none;
}
.drag_cursor_handle {
    cursor: none;
}

.wp-pagenavi>a.last {
    margin-left: 64px;
    position: relative;
}

.wp-pagenavi>a.last:before {
    position: absolute;
    content: '...';
    font-size: 16px;
    letter-spacing: 0.045em;
    left: -42px;
}

.single .pagenavi{
    padding-left: 210px;
    margin-bottom: 100px;
    margin-right: 100px;
}
.single .pagenavi ul{
    max-width: 450px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 0.01em;
}
.single .pagenavi ul li{
    width: 85px;
    text-align: center;
    transition: 0.2s;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.single .pagenavi ul li:after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.single .pagenavi ul li.inactive:after{
    background-color: #A0A0A0;
}

.single .pagenavi ul li:hover:after{
    transform: scale(1, 1);
}

.single .pagenavi ul li span{
    position: relative;
    width: fit-content;
    display: block;
    margin: 0 auto;
}

.single .pagenavi ul li .empty{
    color: #A0A0A0;
}


.single .pagenavi ul .prev:before,
.single .pagenavi ul .next:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    width: 7px;
    height: 7px;
    background-image: url(../images/common/arrow_b.svg);
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
}

.single .pagenavi ul .prev:before{
    transform: rotate(180deg);
    left: 5px;
}
.single .pagenavi ul .next:before{
    right: 5px;
}
.single .pagenavi ul li a{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #242424;
}

.single .pagenavi ul .next.inactive:before,
.single .pagenavi ul .prev.inactive:before{
    background-image: url(../images/common/arrow_g.svg);
}
.single .pagenavi ul .prev.inactive:before{
    transform: rotate(90deg);
}
.single .pagenavi ul .next.inactive:before{
    transform: rotate(-90deg);
}


.single .pagenavi ul .next{

}
.single .pagenavi ul .prev{

}

.single .pagenavi .inactive {
    opacity: 0.8;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
			TOP
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#opening {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: white;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top{
    width: 100%;
}

/*mv*/
#top .mv{
    position: relative;
    display: flex;
    height: 100vh;
    margin-left: 132px;
}
#top .mv .swiper-container{
    position: relative;
    width: 100%;
    height: 100%;
}
#top .mv .swiper-container .swiper-wrapper{
    width: 100%;
    height: 100%;
}
#top .mv .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
}
#top .mv .swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top .mv .catchcopy{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 2;
    text-align: center;
    color: white;
}
#top .mv .catchcopy h2{
    font-size: 41px;
    letter-spacing: 0.1em;
}
#top .mv .catchcopy span{
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

#top .mv .swiper-pagination{
    display: flex;
    justify-content: center;
    flex-direction: column;
    right: 40px;
    left: unset;
    width: fit-content;
    top: 0;
    bottom: 0;
    margin: auto;
}
#top .mv .swiper-pagination-bullet-active{
    background-color: white !important;
}
#top .mv .swiper-pagination-bullet{
    background-color: transparent;
    border: 1px solid white;
    opacity: 1;
}
#top .mv .swiper-pagination span{
    margin-bottom: 4px;
    width: 7px;
    height: 7px;
}
#top .mv .swiper-pagination span:last-child{
    margin-bottom: unset;
}

#top .mv .scroll{
    position: absolute;
    right: 30px;
    bottom: 80px;
    z-index: 2;
    width: 20px;
}
#top .mv .scroll .wrapper{
    position: relative;
}

#top .mv .scroll span{
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: white;
}

#top .mv .mv_news_open_area{
    position: absolute;
    background-color: rgba(36, 36, 36, 0.5);
    padding: 17px 37px;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: calc(86px - 34px);
    width: calc(670px - 74px);
}
#top .mv .mv_news_open_area .news{
    height: 20px;
    margin-bottom: 11px;
}
#top .mv .mv_news_open_area .open{
    height: 20px;
}

#top .mv .mv_news_open_area .mv_news-swiper-container,
#top .mv .mv_news_open_area .mv_open-swiper-container{
    height: 100%;
    overflow-y: hidden;
}

#top .mv .mv_news_open_area a{
    color: white;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}

#top .mv .mv_news_open_area a .type{
    font-family: 'Marcellus', serif;
    font-size: 16px;
    width: 100px;
    margin-right: 20px;
}
#top .mv .mv_news_open_area a .time{
    font-size: 14px;
    width: 100px;
    margin-right: 10px;
}
#top .mv .mv_news_open_area a .time time{
    width: 100%;
}
#top .mv .mv_news_open_area a h2{
    width: calc(100% - 230px);
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.scroll-line {
    position: absolute;
    width: 1px;
    height: 137px;
    overflow: hidden;
    background-color: black;
    left: -2px;
    right: 0;
    margin: auto;
}
.scroll-line::after {
     content: "";
     position: absolute;
     width: 1px;
     height: 137px;
     background-color: white;
     animation: scrolldown 2.5s ease-in-out infinite;
}
@keyframes scrolldown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}


/*concept*/
#top #concept{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 132px;
    /*margin-bottom: 92px;*/
    margin-bottom: 400px;
}
#top #concept .copy{
    margin: 116px 0 93px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.9;
    font-family: 'Shippori Mincho', serif;
}
#top #concept .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 66px);
    margin-left: 66px;
}
#top #concept .wrapper .txt{
    width: calc(50% - 20px);
}
#top #concept .wrapper .txt .title{
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
}
#top #concept .wrapper .txt .title h2{
    font-size: 35px;
    margin-right: 24px;
}
#top #concept .wrapper .txt .title span{
    font-size: 14px;
}
#top #concept .wrapper .txt .caption{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 68px;
}
#top #concept .wrapper .img{
    width: calc(50% - 69px);
}

/*guide*/
#top #guide{
    position: relative;
    margin: 310px 0 125px 132px;
    height: 445px;
    content: '';
    background-image: url(../images/top/guide.jpg);
    /*background-size: cover;*/
    /*background-position: center;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
}
#top #guide .wrapper{
    position: absolute;
    width: calc(100% - 290px);
    padding: 65px 70px;
    background-color: white;
    /*top: -40%;*/
    bottom: 300px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /*align-items: end;*/
}
#top #guide .wrapper .txt{
    width: calc(100% - 290px);
}
#top #guide .wrapper .txt .title{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    letter-spacing: 0.1em;
}
#top #guide .wrapper .txt .title h2{
    font-size: 35px;
    margin-right: 22px;
}
#top #guide .wrapper .txt .title span{
    font-size: 14px;
}
#top #guide .wrapper .txt .caption{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.1;
    margin-bottom: 45px;
}
#top #guide .wrapper .list{
    margin-top: 70px;
}
#top #guide .wrapper .list a{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #242424;
    margin-bottom: 12px;
    padding-bottom: 3px;
    width: fit-content;
    transition: 0.2s;
}
#top #guide .wrapper .list a span{
    margin-right: 21px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#top #guide .wrapper .list a .img{
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 1px #242424;
    transition: 0.2s;
}
#top #guide .wrapper .list a .img svg{
    width: 5px;
    height: auto;
    transition: 0.2s;
}
#top #guide .wrapper .list a:hover .img{
    border: solid 1px #363636;
    background-color: #363636;
}
#top #guide .wrapper .list a:hover .img svg{
    fill: white;
}
#top #guide .wrapper .list a:last-child{
    margin-bottom: unset;
}

/*gallery*/
#top #gallery{
    position: relative;
    margin: 125px 0 90px 132px;
    padding-right: 50PX;
}
#top #gallery .wrapper{
    width: calc(100% - 66px);
    margin-left: 66px;
}
#top #gallery .wrapper .title{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    letter-spacing: 0.1em;
}
#top #gallery .wrapper .title h2{
    font-size: 35px;
    margin-right: 22px;
}
#top #gallery .wrapper .title span{
    font-size: 14px;
}
#top #gallery .wrapper .list_area{
    display: flex;
    flex-wrap: wrap;
    column-gap: 22px;
    margin-bottom: 63px;
}
#top #gallery .wrapper .list_area .shut_wrapper{
    width: calc(50% - 11px);
    margin-bottom: 36px;
}
#top #gallery .wrapper .list_area .parts .img{
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/11;
}
#top #gallery .wrapper .list_area .parts .img img{
    transition: 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top #gallery .wrapper .list_area .parts:hover .img img{
    transform: scale(1.2);
}
#top #gallery .wrapper .list_area .parts .txt{
    letter-spacing: 0.1em;
}
#top #gallery .wrapper .list_area .parts .txt .meta{
    margin: 12px 0 8px;
    display: flex;
    align-items: center;
}
#top #gallery .wrapper .list_area .parts .txt .meta .cat{
    background-color: #888979;
    color: white;
    width: auto;
    min-width: 25px;
    text-align: center;
    padding: 0 50px;
    height: 23px;
    line-height: 23px;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-right: 15px;
}
#top #gallery .wrapper .list_area .parts .txt .meta .date{
    font-size: 12px;
}
#top #gallery .wrapper .list_area .parts .txt .title{
    font-size: 18px;
    margin-bottom: unset;
}
#top #gallery .wrapper .more_btn{
    margin: 0 auto;
}

/*story*/
#top #story{
    position: relative;
    margin: 125px 0 90px 120px;
    padding: 64px 0 60px 0;
    background-color: #EFF0E7;
}
#top #story .wrapper{
    position: relative;
    width: calc(100% - 66px);
    margin-left: 66px;
}
#top #story .wrapper .title{
    position: absolute;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    left: 0;
    top: 0;
}
#top #story .wrapper .title h2{
    font-size: 35px;
    margin-right: 24px;
}
#top #story .wrapper .title span{
    font-size: 14px;
}
#top #story .wrapper .shut_wrapper{
    overflow-x: hidden;
}
#top #story .wrapper .top_story_swiper-container{
    position: relative;
    width: 100%;
}
#top #story .wrapper .swiper-wrapper{
    column-gap: 21px;
}
#top #story .wrapper .swiper-slide{
    padding: 10px 0 18px;
    width: calc(50% - 30px);
    display: flex;
    justify-content: space-between;
    height: 500px;
}
#top #story .wrapper .swiper-slide .img{
    width: 40%;
    position: relative;
}
#top #story .wrapper .swiper-slide .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#top #story .wrapper .swiper-slide .txt{
    letter-spacing: 0.1em;
    width: calc(100% - 40% - 20%);
    padding-top: 80px;
}
#top #story .wrapper .swiper-slide .meta{
    margin: 8px 0 25px;
    display: flex;
    align-items: center;
}
#top #story .wrapper .swiper-slide .meta .date{
    font-size: 14px;
}
#top #story .wrapper .swiper-slide .title{
    position: unset;
    font-size: 22px;
    margin-bottom: unset;
}
#top #story .wrapper .swiper-slide .caption{
    font-size: 14px;
    margin-bottom: 65px;
}

#top #story .top_story_swiper-container .swiper-button-next,
#top #story .top_story_swiper-container .swiper-button-prev{
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: white;
    border-radius: 50%;
    bottom: 0;
}
#top #story .top_story_swiper-container .swiper-button-next{
    right: 0;
    top: unset;
    width: 34px;
    height: 34px;
}
#top #story .top_story_swiper-container .swiper-button-prev{
    transform: rotate(180deg);
    width: 34px;
    height: 34px;
    top: unset;
    right: 40px;
    left: unset;
}
#top #story .top_story_swiper-container .swiper-button-prev:after,
#top #story .top_story_swiper-container .swiper-button-next:after{
    position: absolute;
    content: '';
    background-image: url(../images/common/slide_btn.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#top #story .top_story_swiper-container .swiper-pagination {
    top: 35px;
    right: -60px;
    left: unset;
    width: fit-content;
    height: fit-content;
}
#top #story .top_story_swiper-container .swiper-pagination .swiper-pagination-bullet{
    background-color: white;
    width: 5px;
    border: solid 1px #242424;
    height: 5px;
    opacity: 1;
}
#top #story .top_story_swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #242424;
}

#top #story .wrapper .slide_control_area{
    position: absolute;
    /*right: 0;*/
    bottom: 20px;
    width: 74px;
    height: 67px;
}

#top #story .more_btn{
}

/*modelhouse*/
#top #modelhouse{
    position: relative;
    margin: 0 0 90px 132px;
    padding: 0 50PX 0 0;
}
#top #modelhouse .wrapper{
    width: calc(100% - 66px);
    margin-left: 66px;
}
#top #modelhouse .wrapper .title{
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
}
#top #modelhouse .wrapper .title h2{
    font-size: 35px;
    margin-right: 24px;
}
#top #modelhouse .wrapper .title span{
    font-size: 14px;
}
#top #modelhouse .wrapper .top_modelhouse_swiper-container{
    position: relative;
}
#top #modelhouse .wrapper .swiper-wrapper{
    /*column-gap: 21px;*/
    padding-bottom: 70px;
}
#top #modelhouse .wrapper .swiper-slide{
}
#top #modelhouse .wrapper .swiper-slide .img{
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}
#top #modelhouse .wrapper .swiper-slide .img img{
    transition: 0.2s;
}
#top #modelhouse .wrapper .swiper-slide:hover .img img{
    transform: scale(1.2);
}
#top #modelhouse .wrapper .swiper-slide .txt{
    letter-spacing: 0.1em;
}
#top #modelhouse .wrapper .swiper-slide .meta{
    margin: 17px 0 5px;
    display: flex;
    align-items: center;
}
#top #modelhouse .wrapper .swiper-slide .meta .area{
    color: white;
    background-color: #888979;
    font-size: 12px;
    margin-right: 15px;
    display: block;
    height: 23px;
    line-height: 23px;
    padding: 0 25px;
}
#top #modelhouse .wrapper .swiper-slide .meta .date{
    font-size: 14px;
}
#top #modelhouse .wrapper .swiper-slide .title{
    font-size: 18px;
    margin-bottom: unset;
}

#top #modelhouse .top_modelhouse_swiper-container .swiper-button-next,
#top #modelhouse .top_modelhouse_swiper-container .swiper-button-prev{
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: white;
    border-radius: 50%;
    bottom: 0;
}
#top #modelhouse .top_modelhouse_swiper-container .swiper-button-next{
    right: 0;
    top: unset;
    width: 34px;
    height: 34px;
}
#top #modelhouse .top_modelhouse_swiper-container .swiper-button-prev{
    transform: rotate(180deg);
    width: 34px;
    height: 34px;
    top: unset;
    right: 40px;
    left: unset;
}
#top #modelhouse .top_modelhouse_swiper-container .swiper-button-prev:after,
#top #modelhouse .top_modelhouse_swiper-container .swiper-button-next:after{
    position: absolute;
    content: '';
    background-image: url(../images/common/slide_btn.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#top #modelhouse .top_modelhouse_swiper-container .swiper-pagination {
    top: 0;
    right: 0;
    left: unset;
    width: fit-content;

}
#top #modelhouse .top_modelhouse_swiper-container .swiper-pagination .swiper-pagination-bullet{
    background-color: white;
    width: 5px;
    border: solid 1px #242424;
    height: 5px;
    opacity: 1;
}
#top #modelhouse .top_modelhouse_swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #242424;
}

#top #modelhouse .wrapper .slide_control_area{
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 74px;
    height: 67px;
}

#top #modelhouse .more_btn{
    margin: 0 auto;
}

/*openhouse*/
#top #openhouse{
    position: relative;
    margin: 125px 0 90px 132px;
    padding: 90px 50PX 90px 0;
    background-color: #EFF0E7;
}
#top #openhouse .wrapper{
    width: calc(100% - 66px);
    margin-left: 66px;
}
#top #openhouse .wrapper .title{
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
}
#top #openhouse .wrapper .title h2{
    font-size: 35px;
    margin-right: 24px;
}
#top #openhouse .wrapper .title span{
    font-size: 14px;
}
#top #openhouse .wrapper .top_openhouse_swiper-container{
    position: relative;
}
#top #openhouse .wrapper .swiper-wrapper{
    /*column-gap: 21px;*/
    width: 100%;
    padding-bottom: 70px;
}
#top #openhouse .wrapper .swiper-slide{
    background-color: white;
    /*padding: 10px 15px 18px;*/
    padding: 10px 0 18px;
    /*width: calc(50% - 30px)!important;*/
}
#top #openhouse .wrapper .swiper-slide .img{
    position: relative;
    overflow: hidden;
    /*padding: 0 10px;*/
    width: calc(100% - 20px);
    aspect-ratio: 16/11;
    margin: 0 auto;
}
#top #openhouse .wrapper .swiper-slide .img .new_mark{
    /*left: 10px;*/
}
#top #openhouse .wrapper .swiper-slide .img img{
    transition: 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top #openhouse .wrapper .swiper-slide:hover .img img{
    transform: scale(1.2);
}
#top #openhouse .wrapper .swiper-slide .txt{
    letter-spacing: 0.1em;
    padding: 0 10px;
}
#top #openhouse .wrapper .swiper-slide .meta{
    margin: 17px 0 5px;
    display: flex;
    flex-direction: column;
}
#top #openhouse .wrapper .swiper-slide .meta .area{
    color: white;
    background-color: #888979;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    height: 23px;
    line-height: 23px;
    padding: 0 25px;
}
#top #openhouse .wrapper .swiper-slide .meta .date{
    font-size: 12px;
}
#top #openhouse .wrapper .swiper-slide .title{
    font-size: 18px;
    margin-bottom: unset;
}

#top #openhouse .top_openhouse_swiper-container .swiper-button-next,
#top #openhouse .top_openhouse_swiper-container .swiper-button-prev{
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: white;
    border-radius: 50%;
    bottom: 0;
}
#top #openhouse .top_openhouse_swiper-container .swiper-button-next{
    right: 0;
    top: unset;
    width: 34px;
    height: 34px;
}
#top #openhouse .top_openhouse_swiper-container .swiper-button-prev{
    transform: rotate(180deg);
    width: 34px;
    height: 34px;
    top: unset;
    right: 40px;
    left: unset;
}
#top #openhouse .top_openhouse_swiper-container .swiper-button-prev:after,
#top #openhouse .top_openhouse_swiper-container .swiper-button-next:after{
    position: absolute;
    content: '';
    background-image: url(../images/common/slide_btn.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#top #openhouse .top_openhouse_swiper-container .swiper-pagination {
    top: 0;
    right: 0;
    left: unset;
    width: fit-content;

}
#top #openhouse .top_openhouse_swiper-container .swiper-pagination .swiper-pagination-bullet{
    background-color: white;
    width: 5px;
    border: solid 1px #242424;
    height: 5px;
    opacity: 1;
}
#top #openhouse .top_openhouse_swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #242424;
}

#top #openhouse .wrapper .slide_control_area{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
    height: 67px;
}

#top #openhouse .more_btn{
    margin: 0 auto;
}

/*news*/
#top #news{
    position: relative;
    margin: 125px 0 90px 132px;
    padding-right: 50PX;
}
#top #news .wrapper{
    width: calc(100% - 66px);
    margin-left: 66px;
}
#top #news .wrapper .title{
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
}
#top #news .wrapper .title h2{
    font-size: 35px;
    margin-right: 24px;
}
#top #news .wrapper .title span{
    font-size: 14px;
}
#top #news .list_area{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #919191;
    /*border-bottom: 1px solid #919191;*/
    margin-bottom: 60px;
}

#top #news .list_area .parts{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #919191;
}
#top #news .list_area .parts:last-child{
    /*border-bottom: unset;*/
}
#top #news .list_area .parts .img{
    position: relative;
    width: 31%;
    overflow: hidden;
    aspect-ratio: 16/10;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top #news .list_area .parts .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}
#top #news .list_area .parts:hover .img img{
    transform: scale(1.2);
}
#top #news .list_area .parts .txt{
    padding-left: 50px;
    width: calc(69% - 50px);
}
#top #news .list_area .parts .txt .meta{
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
#top #news .list_area .parts .txt .meta .cat{
    width: 125px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    margin-right: 15px;
    background-color: black;
    color: white;
    text-align: center;
    display: block;
}
#top #news .list_area .parts .txt .meta .date{
    font-size: 14px;
}
#top #news .list_area .parts .txt .title{
    font-size: 18px;
    margin-bottom: unset;
}
#top #news .more_btn{
    margin: 0 auto;
}
/*blog*/
#top #blog{
    position: relative;
    margin: 125px 0 90px 132px;
    padding-right: 50PX;
}
#top #blog .wrapper{
    width: calc(100% - 66px);
    margin-left: 66px;
}
#top #blog .wrapper .title{
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
}
#top #blog .wrapper .title h2{
    font-size: 35px;
    margin-right: 24px;
}
#top #blog .wrapper .title span{
    font-size: 14px;
}
#top #blog .list_area{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #919191;
    /*border-bottom: 1px solid #919191;*/
    margin-bottom: 60px;
}

#top #blog .list_area .parts{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #919191;
}
#top #blog .list_area .parts:last-child{
    /*border-bottom: unset;*/
}
#top #blog .list_area .parts .img{
    position: relative;
    width: 31%;
    overflow: hidden;
    aspect-ratio: 16/10;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top #blog .list_area .parts .img img{
    transition: 0.2s;
}
#top #blog .list_area .parts:hover .img img{
    transform: scale(1.2);
}
#top #blog .list_area .parts .txt{
    padding-left: 50px;
    width: calc(69% - 50px);
}
#top #blog .list_area .parts .txt .meta{
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
#top #blog .list_area .parts .txt .meta .cat{
    width: 125px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    margin-right: 15px;
    background-color: black;
    color: white;
    text-align: center;
    display: block;
}
#top #blog .list_area .parts .txt .meta .date{
    font-size: 14px;
}
#top #blog .list_area .parts .txt .title{
    font-size: 18px;
    margin-bottom: unset;
}
#top #blog .more_btn{
    margin: 0 auto;
}

/*flow_qa_about*/
#top #flow_qa_about{
    display: flex;
    flex-wrap: wrap;
    margin-left: 132px;
}
#top #flow_qa_about .flow,
#top #flow_qa_about .qa,
#top #flow_qa_about .about{
    position: relative;
    overflow: hidden;
}
#top #flow_qa_about .flow{
    width: 50%;
    height: 408px;
}
#top #flow_qa_about .qa{
width: 50%;
height: 408px;
}
#top #flow_qa_about .about{
width: 100%;
height: 368px;
}
#top #flow_qa_about .flow .img,
#top #flow_qa_about .qa .img,
#top #flow_qa_about .about .img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top #flow_qa_about .flow .img img,
#top #flow_qa_about .qa .img img,
#top #flow_qa_about .about .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}
#top #flow_qa_about .flow:hover .img img,
#top #flow_qa_about .qa:hover .img img,
#top #flow_qa_about .about:hover .img img{
    transform: scale(1.2);
}

#top #flow_qa_about .flow .txt,
#top #flow_qa_about .qa .txt,
#top #flow_qa_about .about .txt{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}
#top #flow_qa_about .title{
display: flex;
align-items: center;
color: white;
letter-spacing: 0.1em;
}
#top #flow_qa_about .title h2{
font-size: 35px;
}
#top #flow_qa_about .title span{
font-size: 14px;
margin-left: 17px;
}
#top #flow_qa_about .more_btn{
    margin: 22px auto 0;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
About - アバウト
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#about{

}
#about .page_container{
    padding-bottom: 170px;
}
#about .menu{
    /*width: calc(100% - 200px);*/
    /*margin: 0 auto 70px;*/
    width: calc(100% - 100px);
    margin: 0 100px 70px 0;
    border: 1px solid #9B9B9B;
}
#about .menu .line{
    display: flex;
    justify-content: space-between;
}
#about .menu .line a{
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    transition: 0.2s;
}
#about .menu .line a:hover{
    background-color: #6A6A6A;
    color: white;
}
#about .menu .line a:first-child{
    border-right: 1px solid #9B9B9B;
}
#about .menu .line:first-child{
    border-bottom: 1px solid #9B9B9B;
}
#about .parts{
    /*width: calc(100% - 200px);*/
    /*margin: 0 auto 92px;*/
    width: calc(100% - 100px);
    margin: 0 100px 92px 0;
}
#about .parts h3{
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}

#about .parts table{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#about .parts table tr{
    display: flex;
    margin-bottom: 8px;
}
#about .parts table th{
    width: 183px;
    background-color: #888979;
    color: white;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
#about .parts table td{
    width: calc(100% - 183px);
    background-color: #EFF0E7;
    padding: 13px 25px;
}
#about .parts table p{

}
#about .parts table tr:last-child{
    margin-bottom: unset;
}
#about #company{

}
/*アクセス*/
#about #access{

}
#about #access .parking_showroom{
    display: flex;
    flex-direction: column;
}
#about #access .parking_showroom .root{
    width: 100%;
}
#about #access .parking_showroom .root .title{
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 27px;
}
#about #access .parking_showroom .root .map{
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px;
}
#about #access .parking_showroom .root .map .googlemap{
    width: calc(50% - 20px);
}
#about #access .parking_showroom .root .map .slide{
    width: calc(50% - 20px);
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1,
#about #access .parking_showroom .root .map .slide .about_swiper-container2{
    position: relative;
    padding: 0 16px 40px;
    overflow-x: hidden;
    width: calc(100% - 32px);
    /*aspect-ratio: 1.3;*/
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-wrapper,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-wrapper{
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-wrapper .swiper-slide,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-wrapper .swiper-slide .img,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-wrapper .swiper-slide .img{
    width: 100%;
    aspect-ratio: 1.32;
    margin-bottom: 23px;
    min-height: 319px;
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-wrapper .swiper-slide .img img,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-wrapper .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-pagination,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-pagination{

}

#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-pagination,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-pagination{
    bottom: 0px;
    right: unset;
    left: 10px;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-pagination .swiper-pagination-bullet,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-pagination .swiper-pagination-bullet{
    background-color: white;
    width: 5px;
    border: solid 1px #242424;
    height: 5px;
    opacity: 1;
}

#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-pagination .swiper-pagination-bullet-active,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #242424;
}


#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-button-next,
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-button-prev,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-button-next,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-button-prev{
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: white;
    border-radius: 50%;
    /*top: 0;*/
    top: 40%;
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-button-next,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-button-next{
    right: 0;
    width: 34px;
    height: 34px;
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-button-prev,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-button-prev{
    transform: rotate(180deg);
    width: 34px;
    height: 34px;
    left: 0;
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-button-prev:after,
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-button-next:after,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-button-prev:after,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-button-next:after{
    position: absolute;
    content: '';
    background-image: url(../images/common/slide_btn.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-pagination,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-pagination{
    bottom: 0;
    /*right: 0;*/
    left: 16px;
    /*left: 0;*/
    margin: auto;
    width: fit-content;
    height: fit-content;
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-pagination .swiper-pagination-bullet,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-pagination .swiper-pagination-bullet{
    background-color: white;
    width: 5px;
    border: solid 1px #242424;
    height: 5px;
    opacity: 1;
}
#about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-pagination .swiper-pagination-bullet-active,
#about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #242424;
}


#about #access .parking_showroom .root iframe{
    width: 100%;
    aspect-ratio: 1.4;
    min-height: 319px;
}
#about #access .parking_showroom .address{
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 23px;
}

#about #access .parking_showroom hr{
    width: 100%;
    margin: 40px 0;
}

/* 選考方法 */
#about #selection p{
    font-size: 14px;
letter-spacing: 0.1em;
}

#about #selection dt,
#about #selection dd{
    display: block;
    width: 100%;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}

#about #selection dt{
    max-width: 115px;
    font-family: 'Shippori Mincho', serif;
    border-bottom: solid 1px #707070;
}

#about #selection dd{
    border-bottom: solid 1px #CCCCCC;
}

#about #selection .sele_box{
    font-size: 13px;
}

#about #selection .sele_box div{
    display: flex;
    width: 100%;
    max-width: 557px;
}

#about #selection .sele_box div.once{
    margin-bottom: 30px;
}

/* エントリー方法 */
#about #apply{
    font-size: 14px;
}

#about #apply p{
    letter-spacing: 0.1em;
}

#about #apply table{
    margin-top: 35px;
}

.txt_right{
    margin-top: 6px;
    text-align: right;
}

#about #recruit{
    font-size: 14px;
    letter-spacing: 0.1em;
}
#about #recruit .accordion{
    position: relative;
    padding: 48px;
    border: 1px solid #9B9B9B;
    margin-bottom: 11px;
}
#about #recruit .accordion:before{
    position: absolute;
    content: '';
    background-image: url(../images/common/slide_btn.png);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 45px;
    right: 25px;
    margin: auto;
    transition: 0.2s;
    transform: rotate(90deg);
}
#about #recruit .accordion .accordion_tile{
    font-family: 'Shippori Mincho', serif;
}

#about #recruit .accordion .accordion_tile:hover{
    cursor: pointer;
}

#about #recruit .accordion .conditions{
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
#about #recruit .accordion .conditions .detail{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #9B9B9B;
    margin-bottom: 25px;
}

#about #recruit .accordion .conditions .detail:last-of-type{
    margin-bottom: 0;
}

#about #recruit .accordion .conditions .detail .label{
    width: 100px;
    font-family: 'Shippori Mincho', serif;
}
#about #recruit .accordion .conditions .detail .value{
    width: calc(100% - 100px);
}
#about #recruit .accordion.active .conditions{
    height: auto;
    opacity: 1;
    visibility: unset;
    margin-top: 60px;
}
#about #recruit .accordion.active:before{
    transform: rotate(-90deg);
}

#about #recruit .no_recruit{
    text-align: center;
    border: 1px solid #242424;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}

/*スタッフ*/
#about #staff .wrapper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
}
#about #staff .wrapper .card{
    /* max-width: 275px; */
    width: calc(100% / 3 - 12px);
    letter-spacing: 0.1em;
}
#about #staff .wrapper .card .img{
    margin-bottom: 12px;
    height: unset;
    width: 100%;
    aspect-ratio: 3/4;
}
#about #staff .wrapper .card .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about #staff .wrapper .card .name{
    font-size: 18px;
    margin-bottom: 6px;
}
#about #staff .wrapper .card .txt{
    font-size: 14px;
}
#about #staff .wrapper .card:first-child{
    margin-bottom: 57px;
}

#about #recruit{

}
#about #recruit .caption{
    font-size: 14px;
    margin-bottom: 56px;
}
#about #recruit .linkbtn{
    position: relative;
    max-width: 271px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 81px auto 0;
    border: solid 1px #9B9B9B;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#about #recruit .linkbtn:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 8px;
    background-color: #9B9B9B;
    right: 16px;
    transform: rotate(-45deg);
    top: -5px;
    bottom: 0;
    margin: auto;
}
#about #recruit .linkbtn:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 8px;
    background-color: #9B9B9B;
    right: 16px;
    transform: rotate(45deg);
    top: 0;
    bottom: -5px;
    margin: auto;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
    Consept - コンセプト
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#concept{

}
#concept .page_container{
    padding-bottom: 160px;
}
#concept h3{
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.9;
    margin-bottom: 110px;
}
#concept .parts{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    padding-right: 100px;
}
#concept .parts .img{
    width: 354px;
    height: 489px;
    margin-right: 71px;
}
#concept .parts .txtarea{
    width: calc(100% - 425px);
}
#concept .parts .txtarea .title{
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    font-family: 'Shippori Mincho', serif;
}
#concept .parts .txtarea .txt{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.1;
}
#concept .parts:last-child{
    margin-bottom: unset;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
    Guide - ガイド
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#guide{

}
#guide .page_container{
    padding-bottom: 150px;
}
#guide .menu{
    width: calc(100% - 100px);
    margin: 0 100px 70px 0;
    border: 1px solid #9B9B9B;
}
#guide .menu .line{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#guide .menu .line a{
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3 - 2px);
    transition: 0.2s;
}
#guide .menu .line a:hover{
    background-color: #6A6A6A;
    color: white;
}
#guide .menu .line a:nth-child(1){
    border-right: solid 1px #9B9B9B;
    border-bottom: solid 1px #9B9B9B;
}
#guide .menu .line a:nth-child(2){
    border-right: solid 1px #9B9B9B;
    border-bottom: solid 1px #9B9B9B;
}
#guide .menu .line a:nth-child(3){
    border-bottom: solid 1px #9B9B9B;
}
#guide .menu .line a:nth-child(4){
    border-right: solid 1px #9B9B9B;
}
#guide .menu .line a:nth-child(5){
    border-right: solid 1px #9B9B9B;
}
#guide .menu .line a:nth-child(6){
}

#guide .parts{
    width: calc(100% - 100px);
    margin: 0 100px 92px 0;
}
#guide .parts:last-child{
    margin-bottom: unset;
}

#guide .parts .img_area{
    content: '';
    width: 100%;
    aspect-ratio: 16/5.7;
    overflow: hidden;
    margin-bottom: 40px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
}

#guide .parts .img_area.guide1{
    background-image: url(../images/guide/guide_1.jpg);
}
#guide .parts .img_area.guide2{
    background-image: url(../images/guide/guide_2.jpg);
}
#guide .parts .img_area.guide3{
    background-image: url(../images/guide/guide_3.jpg);
}
#guide .parts .img_area.guide4{
    background-image: url(../images/guide/guide_4.jpg);
}
#guide .parts .img_area.guide5{
    background-image: url(../images/guide/guide_5.jpg);
}
#guide .parts .img_area.guide6{
    background-image: url(../images/guide/guide_6.jpg);
}


#guide .parts picture{
    width: 100%;
}
#guide .parts h3{
    font-size: 30px;
    letter-spacing: 0.1em;
    padding: 0 75px;
    margin-bottom: 24px;
    font-family: 'Shippori Mincho', serif;
}
#guide .parts h4{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    padding: 0 75px;
    margin-bottom: 28px;
    font-family: 'Shippori Mincho', serif;
}
#guide .parts p{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.1;
    padding: 0 75px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
    Question - よくある質問
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#question{

}
#question .page_container{
    padding-bottom: 170px;
}
#question .menu{
    width: calc(100% - 100px);
    margin: 0 100px 70px 0;
    border: 1px solid #9B9B9B;
}
#question .menu .line{
    display: flex;
    justify-content: space-between;
}
#question .menu .line a{
    font-size: 14px;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
    text-align: center;
    transition: 0.2s;
    font-family: 'Shippori Mincho', serif;
}
#question .menu .line a:hover{
    background-color: #6A6A6A;
    color: white;
}
#question .menu .line a:first-child{
    border-right: 1px solid #9B9B9B;
}
#question .menu .line:first-child{
    border-bottom: 1px solid #9B9B9B;
}
#question .parts{
    width: calc(100% - 100px);
    margin: 0 100px 92px 0;
}
#question .parts h3{
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
    font-family: 'Shippori Mincho', serif;
}
#question .parts .qa_area{
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
#question .parts .qa_area .question{
    position: relative;
    background-color: #888979;
    color: white;
    display: flex;
    align-items: center;
    padding: 14px 14px 14px 64px;
}
#question .parts .qa_area .answer{
    position: relative;
    background-color: #EFF0E7;
    display: flex;
    align-items: center;
    padding: 14px 14px 14px 64px;
}
#question .parts .qa_area:last-child{
    margin-bottom: unset;
}
#question .parts:last-child{
    margin-bottom: unset;
}
#question .parts .qa_area .question .kind,
#question .parts .qa_area .answer .kind{
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 45px;
}
#question .parts .qa_area .question .kind{
    background-color: #5B5D3D;
}
#question .parts .qa_area .question .kind span:first-child,
#question .parts .qa_area .answer .kind span:first-child{
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1;
}
#question .parts .qa_area .question .kind span:last-child,
#question .parts .qa_area .answer .kind span:last-child{
    font-size: 13px;
    letter-spacing: 0.045em;
    line-height: 1;
}
#question .parts .qa_area .answer .kind{
    background-color: #888979;
    color: white;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
    PrivacyPolicy - プライバシーポリシー
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#privacypolicy{

}
#privacypolicy .page_container{
    padding-bottom: 170px;
}

#privacypolicy .parts{
    width: calc(100% - 200px);
    margin: 0 auto 45px;
}
#privacypolicy .parts .title{
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
#privacypolicy .parts .title .no{
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#privacypolicy .parts .title span{
    width: 100%;
    min-width: 30px;
    height: 100%;
    border-radius: 50%;
    background-color: #7A7C6A;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

#privacypolicy .parts h3{
    font-size: 18px;
    letter-spacing: 0.1em;
}
#privacypolicy .parts p{
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

#privacypolicy .parts:last-child{
    margin-bottom: unset;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
    flow - 家づくりの流れ
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#flow{

}
#flow .page_container{
    padding-bottom: 170px;
}

#flow .parts{
    position: relative;
    width: calc(100% - 130px);
    margin: 0 100px 0 30px;
    border-left: solid 1px #888979;
    padding-left: 43px;
    padding-bottom: 45px;
}
#flow .parts .no{
    font-family: 'Shippori Mincho', serif;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #888979;
    color: white;
    left: -25px;
    top: -13px;
}
#flow .parts .no span{
    font-size: 26px;
    line-height: 1;
    height: fit-content;
    padding-bottom: 4px;
}
#flow .parts .wrapper{
    display: flex;
    justify-content: space-between;
}
#flow .parts .txt{
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    width: calc(100% - 290px );
}
#flow .parts .txt .title{
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    font-family: 'Shippori Mincho', serif;
}
#flow .parts .txt .caption{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
#flow .parts .img{
    max-width: 240px;
    width: 100%;
    aspect-ratio: 1.56;
}
#flow .parts:last-child{
    padding-bottom: unset;
    border-left: unset;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
    Gallery - 実例紹介
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*一覧ページ*/
#gallery.archive .category,
#gallery.single .category{
    margin-right: 100px;
    margin-bottom: 65px;
}
#gallery.archive .category .line,
#gallery.single .category .line{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
#gallery.archive .category .line a,
#gallery.single .category .line a{
    font-family: 'Shippori Mincho', serif;
    width: calc(100% / 3 - 2px);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9B9B9B;
    transition: 0.2s;
}
#gallery.archive .category .line a:hover,
#gallery.single .category .line a:hover{
     background-color: #6A6A6A;
     color: white;
 }
#gallery.archive .category .line a:nth-child(2) ,
#gallery.single .category .line a:nth-child(2) {
    border-left: unset;
}
#gallery.archive .category .line a:nth-child(3) ,
#gallery.single .category .line a:nth-child(3) {
    border-left: unset;
}
#gallery.archive .category .line a:nth-child(4),
#gallery.single .category .line a:nth-child(4){
    border-top: unset;
    border-right: unset;
}
#gallery.archive .category .line a:last-child,
#gallery.single .category .line a:last-child{
    border-top: unset;
}

#gallery.archive .content #post_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 21px;
}
#gallery.archive .content #post_list .parts{
    width: calc(50% - 11px);
    margin-bottom: 50px;
}
#gallery.archive .content #post_list .parts .img{
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/11;
}
#gallery.archive .content #post_list .parts .img img{
    transition: 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#gallery.archive .content #post_list .parts:hover .img img{
    transform: scale(1.2);
}

#gallery.archive .content #post_list .parts .txt{
    margin-top: 18px;
}
#gallery.archive .content #post_list .parts .meta{
    font-size: 13px;
    letter-spacing: 0.1em;
    display: flex;
    margin-bottom: 8px;
}
#gallery.archive .content #post_list .parts .meta .cat{
    min-width: calc(120px - 96px);
    height: 22px;
    line-height: 22px;
    color: white;
    background-color: #888979;
    text-align: center;
    margin-right: 15px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 48px;
}
#gallery.archive .content #post_list .parts .title{
    font-size: 17px;
    letter-spacing: 0.1em;
}

/*個ページ*/
#gallery.single .content{
    max-width: calc(100% - 100px);
}
#gallery.single .content .title{
    position: relative;
    font-size: 30px;
    letter-spacing: 0.1em;
    padding: 0 80px;
    margin-bottom: 13px;
}

#gallery.single .content .title .view360_btn{
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    background-color: #CB8E46;
    width: 198px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#gallery.single .content .title .view360_btn .img{
    border-radius: 50%;
    border: 1px solid white;
    width: 22px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transform: rotate(180deg);
}
#gallery.single .content .title .view360_btn .img img{
    width: 8px;
    height: auto;
}

#gallery.single .content .cat_address_date{
    display: flex;
    padding: 0 80px;
    margin-bottom: 42px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#gallery.single .content .cat_address_date .cat{
    color: white;
    width: fit-content;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #888979;
    margin-right: 13px;
    line-height: 22px;
    padding: 0 48px;
}
#gallery.single .content .cat_address_date .flex{
    display: flex;
}
#gallery.single .content .cat_address_date .partition{
    margin: 0 10px;
}
#gallery.single .content .caption{
    padding: 0 80px;
    margin-bottom: 35px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
#gallery.single .content .point{
    padding: 0 80px;
    margin-bottom: 52px;
}
#gallery.single .content .point h4{
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
}
#gallery.single .content .point li{
    position: relative;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    padding-left: 20px;
}
#gallery.single .content .point li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #888979;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#gallery.single .content .point li:last-child{
    margin-bottom: unset;
}
#gallery.single .content .blockarea{
    margin-bottom: 130px;
}
#gallery.single .content .detail{
    margin-bottom: 140px;
}
#gallery.single .content .detail .parts{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#gallery.single .content .detail .parts .label{
    width: 180px;
    color: white;
    background-color: #888979;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
}
#gallery.single .content .detail .parts .value{
    width: calc(100% - 200px);
    color: #242424;
    background-color: #EFF0E7;
    padding: 13px 0 13px 20px;
}
#gallery.single .view360{
    padding-left: 130px;
    max-width: calc(100% - 130px);
    margin-bottom: 60px;
}
#gallery.single .view360 h4{
    margin-bottom: 45px;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-left: 80px;
}
#gallery.single .view360 iframe{
    width: 100% !important;
}
#gallery.single .pagenavi{
    padding-left: 210px;
    margin-bottom: 168px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
    Story - ストーリー
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*一覧ページ*/
#story.archive .category,
#story.single .category{
    margin-right: 100px;
    margin-bottom: 65px;
}
#story.archive .category .line,
#story.single .category .line{
    display: flex;
    justify-content: space-between;
    text-align: center;
    border: solid 1px #9B9B9B;
}
#story.archive .category .line a,
#story.single .category .line a{
    font-family: 'Shippori Mincho', serif;
    width : calc(100% / 3) ;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
#story.archive .category .line a:hover,
#story.single .category .line a:hover{
    background-color: #6A6A6A;
    color: white;
}
#story.archive .category .line a:nth-child(2),
#story.single .category .line a:nth-child(2){
    border-left: 1px solid #9B9B9B;
    border-right: 1px solid #9B9B9B;
}
#story.archive .content #post_list .parts{
    display: flex;
    align-items: center;
    background-color: #EFF0E7;
    margin-bottom: 35px;
}
#story.archive .content #post_list .parts .box_inner{
    width: 50%;
}
#story.archive .content #post_list .parts .box_inner .img{
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/11;
}
#story.archive .content #post_list .parts .box_inner .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}
#story.archive .content #post_list .parts:hover .box_inner .img img{
    transform: scale(1.2);
}
#story.archive .content #post_list .parts .txt{
    width: calc(50% - 80px);
    padding: 0 40px;
}
#story.archive .content #post_list .parts .txt .meta{
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
#story.archive .content #post_list .parts .txt .meta .cat{
    font-size: 14px;
    color: white;
    background-color: #888979;
    padding: 2px 18px;
    height: 23px;
    margin-right: 11px;
}
#story.archive .content #post_list .parts .txt .meta .date{
    font-size: 13px;
}
#story.archive .content #post_list .parts .txt .title{
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 23px;
}
#story.archive .content #post_list .parts .txt .info{
    font-size: 14px;
    letter-spacing: 0.1em;
}
/*個ページ*/
#story.single .content{
    max-width: calc(100% - 100px);
}
#story.single .content .title{
    font-size: 30px;
    letter-spacing: 0.1em;
    padding: 0 80px;
    margin-bottom: 10px;
}
#story.single .content .meta{
    margin-bottom: 60px;
}
#story.single .content .cat_date{
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-bottom: 8px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#story.single .content .cat_date .line{
    display: flex;
    margin-bottom: 8px;
}

#story.single .content .cat_date .cat{
    width: fit-content;
    height: 22px;
    color: white;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #888979;
    margin-right: 13px;
    line-height: 22px;
    padding: 0 26px;
}
#story.single .content .cat_date .partition{
    margin: 0 10px;
}
#story.single .content .info{
    display: flex;
    flex-wrap: wrap;
    padding: 0 80px;
}

#story.single .content .blockarea{
    margin-bottom: 130px;
    padding-bottom: 70px;
    border-bottom: 1px solid #9A9A9A;
}
#story.single .content .slide{
    margin-bottom: 140px;
}
#story.single .content .slide .storyswiper-container{
    position: relative;
    width: 100%;
    height: calc(520px - 50px);
    padding-bottom: 50px;
}
#story.single .content .slide .storyswiper-container .swiper-wrapper .swiper-slide{
    text-align: center;
}
#story.single .content .slide .storyswiper-container .swiper-wrapper .swiper-slide img{
    width: auto;
    height: 100%;
}
#story.single .content .slide .storyswiper-container .swiper-button-next,
#story.single .content .slide .storyswiper-container .swiper-button-prev{
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: white;
    border-radius: 50%;
}
#story.single .content .slide .storyswiper-container .swiper-button-prev{
    transform: rotate(180deg);
}
#story.single .content .slide .storyswiper-container .swiper-button-prev:after,
#story.single .content .slide .storyswiper-container .swiper-button-next:after{
    position: absolute;
    content: '';
    background-image: url(../images/common/slide_btn.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#story.single .content .slide .storyswiper-container .swiper-pagination .swiper-pagination-bullet{
    background-color: white;
    border: solid 2px #242424;
}
#story.single .content .slide .storyswiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #242424;
}
#story.single .content .detail{
    margin-bottom: 140px;
}
#story.single .content .detail .parts{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#story.single .content .detail .parts .label{
    width: 180px;
    color: white;
    background-color: #888979;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
}
#story.single .content .detail .parts .value{
    width: calc(100% - 200px);
    color: #242424;
    background-color: #EFF0E7;
    padding: 13px 0 13px 20px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
    Modelhouse - モデルハウス
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*一覧ページ*/
#modelhouse.archive .outset_txt{
    letter-spacing: 0.08em;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 70px;
}
#modelhouse.archive #post_list{
    margin-bottom: 100px;
}
#modelhouse.archive #post_list a{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
#modelhouse.archive #post_list a .box_inner{
    width: 50%;
}
#modelhouse.archive #post_list a .box_inner .img{
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/11;
}
#modelhouse.archive #post_list a .box_inner .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}
#modelhouse.archive #post_list a:hover .box_inner .img img{
    transform: scale(1.2);
}
#modelhouse.archive #post_list a .txt{
    width: calc(50% - 66px);
    padding: 0 33px;
}
#modelhouse.archive #post_list a .txt .meta{
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}
#modelhouse.archive #post_list a .txt .meta .address{
    font-size: 11px;
    padding: 0 43px;
    margin-right: 13px;
    color: white;
    background-color: #888979;
    height: 22px;
    line-height: 22px;
    display: block;
    width: fit-content;
}
#modelhouse.archive #post_list a .txt .meta .date{
    font-size: 13px;
}
#modelhouse.archive #post_list a .txt .title{
    font-size: 22px;
}
#modelhouse.archive #post_list a .txt .caption {

}
#modelhouse.archive #post_list a .txt .caption p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.1;
}
/*個ページ*/
#modelhouse.single .attention_txt{
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-bottom: 50px;
}
#modelhouse.single .content{
    max-width: calc(100% - 100px);
    /*padding: 0 48px;*/
}
#modelhouse.single .content .title{
    font-size: 30px;
    letter-spacing: 0.1em;
    padding: 0 80px;
    margin-bottom: 35px;
}
#modelhouse.single .content .blockarea{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.1;
    margin-bottom: 130px;
}
#modelhouse.single .content .slide .modelhouseswiper-container{
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
#modelhouse.single .content .slide .modelhouseswiper-container_txt{
    overflow-x: hidden;
}
#modelhouse.single .content .slide .modelhouseswiper-container_txt .swiper-wrapper p{
    padding: 0 75px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.1;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-wrapper{
    position: relative;
    padding-bottom: 88px;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-wrapper .swiper-slide{
    text-align: center;
    width: 100%;
    height: 100%;
    /*aspect-ratio: 16/9;*/
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-wrapper .swiper-slide .slide_img{
    width: 100%;
    height: 100%;
    max-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-wrapper .swiper-slide .slide_img.vertical img{
    height: 100%;
    width: auto;
    max-height: 600px;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-wrapper .swiper-slide img{
    width: auto;
    height: 100%;
    object-fit: cover;
    max-height: 600px;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-wrapper .swiper-slide .slide_txt{
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 0 100px;
    margin-top: 30px;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-button-next,
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-button-prev{
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: white;
    border-radius: 50%;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-button-next{
    bottom: 40px;
    right: 0;
    top: unset;
    width: 34px;
    height: 34px;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-button-prev{
    transform: rotate(180deg);
    width: 34px;
    height: 34px;
    bottom: 40px;
    top: unset;
    right: 40px;
    left: unset;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-button-prev:after,
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-button-next:after{
    position: absolute;
    content: '';
    background-image: url(../images/common/slide_btn.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-pagination {
    bottom: 46px;
    right: 90px;
    left: unset;
    width: fit-content;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-pagination .swiper-pagination-bullet{
    background-color: white;
    width: 5px;
    border: solid 1px #242424;
    height: 5px;
    opacity: 1;
}
#modelhouse.single .content .slide .modelhouseswiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #242424;
}
#modelhouse.single .content .sub_slide{
    margin-bottom: 140px;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container{
    position: relative;
    width: 100%;
    overflow-x: hidden;
    aspect-ratio: 16/9;
    padding-bottom: 50px;
    overflow-y: hidden;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-wrapper{
    position: relative;
    padding-bottom: 50px;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-wrapper .swiper-slide{
    text-align: center;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-wrapper .swiper-slide .slide_img{
    width: auto;
    height: 100%;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-wrapper .swiper-slide img{
    width: auto;
    height: 100%;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-wrapper .swiper-slide .slide_txt{
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 0 100px;
    margin-top: 80px;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-button-next,
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-button-prev{
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: white;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-button-next{
    right: 0;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-button-prev{
    transform: rotate(180deg);
    left: 0;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-button-prev:after,
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-button-next:after{
    position: absolute;
    content: '';
    background-image: url(../images/common/slide_btn.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-pagination .swiper-pagination-bullet{
    background-color: white;
    width: 5px;
    border: solid 1px #242424;
    height: 5px;
    opacity: 1;
}
#modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #242424;
}
#modelhouse.single .content .detail{
    margin-bottom: 140px;
}
#modelhouse.single .content .detail .parts{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#modelhouse.single .content .detail .parts .label{
    width: 180px;
    color: white;
    background-color: #888979;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
}
#modelhouse.single .content .detail .parts .value{
    width: calc(100% - 200px);
    color: #242424;
    background-color: #EFF0E7;
    padding: 13px 0 13px 20px;
}
#modelhouse.single .pagenavi{
    padding-left: 210px;
    margin-bottom: 168px;
}
#modelhouse.single .content .form{
    padding-bottom: 140px;
}
#modelhouse.single .content .form .title{
    padding-left: unset;
}
#modelhouse_thanks .content{
    margin-right: 100px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
    Event - イベント
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*一覧ページ*/
#event.archive .category,
#event.single .category{
    margin-right: 100px;
    margin-bottom: 65px;
}
#event.archive .category .line,
#event.single .category .line{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border: solid 1px #9B9B9B;
}
#event.archive .category .line a,
#event.single .category .line a{
    font-family: 'Shippori Mincho', serif;
    width : calc(100% / 3 - 1px) ;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
#event.archive .category .line a:hover,
#event.single .category .line a:hover{
    background-color: #6A6A6A;
    color: white;
}
#event.archive .category .line a:nth-child(1),
#event.single .category .line a:nth-child(1),
#event.archive .category .line a:nth-child(2),
#event.single .category .line a:nth-child(2),
#event.archive .category .line a:nth-child(3),
#event.single .category .line a:nth-child(3){
    border-bottom: solid 1px #9B9B9B;
}
#event.archive .category .line a:nth-child(2),
#event.single .category .line a:nth-child(2),
#event.archive .category .line a:nth-child(5),
#event.single .category .line a:nth-child(5) {
    border-left: solid 1px #9B9B9B;
    border-right: solid 1px #9B9B9B;
}

#event.archive #post_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 108px;
    column-gap: 22px;
}
#event.archive #post_list .parts{
    width: calc(50% - 11px);
    margin-bottom: 50px;
}
#event.archive #post_list .parts .box_inner{
    margin-bottom: 18px;
}
#event.archive #post_list .parts .box_inner .img{
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/11;
}
#event.archive #post_list .parts .box_inner .img img{
    transition: 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#event.archive #post_list .parts:hover .box_inner .img img{
    transform: scale(1.2);
}
#event.archive #post_list .parts .txt{

}
#event.archive #post_list .parts .txt .meta{
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 0.1em;
}
#event.archive #post_list .parts .txt .address{
    background-color: #888979;
    color: white;
    padding: 2px 18px;
    padding: 4px 18px;
}
#event.archive #post_list .parts .txt .title{
    font-size: 17px;
    letter-spacing: 0.1em;
}
/*個ページ*/
#event.single .content{
    max-width: calc(100% - 100px);
}
#event.single .content .title{
    font-size: 30px;
    letter-spacing: 0.1em;
    padding: 0 80px;
    margin-bottom: 35px;
}
#event.single .content .blockarea{
    margin-bottom: 65px;
}
#event.single .content .visual{
    margin-bottom: 40px;
}
#event.single .content .detail{
    margin-bottom: 140px;
}
#event.single .content .detail .parts{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#event.single .content .detail .parts .label{
    width: 180px;
    color: white;
    background-color: #888979;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
}
#event.single .content .detail .parts .value{
    width: calc(100% - 200px);
    color: #242424;
    background-color: #EFF0E7;
    padding: 13px 0 13px 20px;
}
#event.single .content .access{
    margin-bottom: 100px;
}
#event.single .content .access .title{
    padding: unset;
}
#event.single .content .access .map{
    aspect-ratio: 16/8;
}
#event.single .content .access .map iframe{
    width: 100%;
    height: 100%;
}
#event.single .content .access .info{
    display: flex;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 15px;
}
#event.single .content .access .info .post_code{
    position: relative;
    margin-right: 15px;
    padding-left: 15px;
}
#event.single .content .access .info .post_code:before{
    position: absolute;
    content: '〒';
    font-size: 14px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#event.single .content .form{
    padding-bottom: 130px;
}
#event.single .content .form .title{
    padding: unset;
}
#event.single .pagenavi{
    padding-left: 210px;
    margin-bottom: 168px;
}
#event_thanks .content{
    margin-right: 100px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
    Blog - ブログ
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*一覧ページ*/
#blog.archive .accordion,
#blog.single .accordion{
    position: relative;
    border: 1px solid #9B9B9B;
    width: calc(100% - 100px);
    margin: 0 100px 60px 0;
}
#blog.archive .accordion .accordion_tile:before,
#blog.single .accordion .accordion_tile:before{
    position: absolute;
    content: '';
    background-image: url(../images/common/slide_btn.svg);
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    transition: 0.2s;
    transform: rotate(90deg);
}
#blog.archive .accordion .accordion_tile,
#blog.single .accordion .accordion_tile{
    position: relative;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: 0.1em;
}
#blog.archive .accordion.active .accordion_tile,
#blog.single .accordion.active .accordion_tile{
    border-bottom: 1px solid #9B9B9B;
}
#blog.archive .accordion .conditions,
#blog.single .accordion .conditions{
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
#blog.archive .accordion .conditions .detail,
#blog.single .accordion .conditions .detail{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #9B9B9B;
    height: 60px;
    transition: 0.2s;
}
#blog.archive .accordion .conditions .detail:hover,
#blog.single .accordion .conditions .detail:hover{
    background-color: #EDEDED;
}
#blog.archive .accordion .conditions .detail:last-child,
#blog.single .accordion .conditions .detail:last-child{
    border-bottom: unset;
}
#blog.archive .accordion .conditions .detail .label,
#blog.single .accordion .conditions .detail .label{
    width: 100px;
}
#blog.archive .accordion .conditions .detail .value,
#blog.single .accordion .conditions .detail .value{
    width: calc(100% - 100px);
}
#blog.archive .accordion.active .conditions,
#blog.single .accordion.active .conditions{
    height: auto;
    opacity: 1;
    visibility: unset;
}
#blog.archive .accordion.active .accordion_tile:before,
#blog.single .accordion.active .accordion_tile:before{
    transform: rotate(-90deg);
}
#blog.archive #post_list{
    border-bottom: 1px solid #919191;
    margin-bottom: 70px;
}
#blog.archive .parts{
    display: flex;
    align-items: center;
    border-top: 1px solid #919191;
}
#blog.archive .parts .box_inner{
    /*width: 33%;*/
    width: 33%;
    aspect-ratio: 16/10.5;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#blog.archive .parts .box_inner .img{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#blog.archive .parts .box_inner .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}
#blog.archive .parts:hover .box_inner .img img{
    transform: scale(1.2);
}
#blog.archive .parts .txt{
    width: calc(69% - 50px);
    padding-left: 50px;
}
#blog.archive .parts .txt .meta{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}
#blog.archive .parts .txt .meta .cat{
    background-color: black;
    color: white;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    display: block;
    width: fit-content;
    padding: 0 23px;
}
#blog.archive .parts .txt .meta .date{
    margin-left: 15px;
    font-size: 15px;
}
#blog.archive .parts .txt .title{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.9;
}
/*個ページ*/
#blog.single #post_list{
    border-bottom: 1px solid #919191;
    margin-bottom: 70px;
}
#blog.single .content{
    margin-right: 100px;
}
#blog.single .content .title{
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0 80px;
}
#blog.single .content .meta{
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    padding: 0 80px;
}
#blog.single .content .meta .cat{
    background-color: black;
    color: white;
    padding: 0 30px;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
}
#blog.single .content .meta .date{
    margin-left: 16px;
    font-size: 14px;
}
#blog.single .content .thum{
    margin-bottom: 71px;
}
#blog.single .content .the_content{
    padding: 0 80px 90px;
}
#blog .accordion.monthly,
#blog.archive .accordion.monthly,
#blog.single .accordion.monthly{
    width: calc(100% - 310px);
    margin: 0 100px 60px 210px;
}
#blog .accordion.monthly li,
#blog.archive .accordion.monthly li,
#blog.single .accordion.monthly li{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #9B9B9B;
    height: 60px;
    font-family: 'Shippori Mincho', serif;
    cursor: pointer;
}
#blog .accordion.monthly li:last-child,
#blog.archive .accordion.monthly li:last-child,
#blog.single .accordion.monthly li:last-child{
    border-bottom: unset;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
    News - ニュース
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*一覧ページ*/
#news .accordion,
#post.archive .accordion,
#post.single .accordion{
    position: relative;
    border: 1px solid #9B9B9B;
    width: calc(100% - 100px);
    margin: 0 100px 60px 0;
}
#news .accordion .accordion_tile,
#post.archive .accordion .accordion_tile,
#post.single .accordion .accordion_tile{
    position: relative;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: 0.1em;
}
#news .accordion .accordion_tile:before,
#post.archive .accordion .accordion_tile:before,
#post.single .accordion .accordion_tile:before{
    position: absolute;
    content: '';
    background-image: url(../images/common/slide_btn.svg);
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    transition: 0.2s;
    transform: rotate(90deg);
}
#news .accordion.active .accordion_tile,
#post.archive .accordion.active .accordion_tile,
#post.single .accordion.active .accordion_tile{
    border-bottom: 1px solid #9B9B9B;
}
#news .accordion .conditions,
#post.archive .accordion .conditions,
#post.single .accordion .conditions{
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
#news .accordion .conditions .detail,
#post.archive .accordion .conditions .detail,
#post.single .accordion .conditions .detail{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #9B9B9B;
    height: 60px;
    transition: 0.2s;
}
#news .accordion .conditions .detail:hover,
#post.archive .accordion .conditions .detail:hover,
#post.single .accordion .conditions .detail:hover{
    background-color: #EDEDED;
}
#news .accordion .conditions .detail:last-child,
#post.archive .accordion .conditions .detail:last-child,
#post.single .accordion .conditions .detail:last-child{
    border-bottom: unset;
}
#news .accordion .conditions .detail .label,
#post.archive .accordion .conditions .detail .label,
#post.single .accordion .conditions .detail .label{
    width: 100px;
}
#news .accordion .conditions .detail .value,
#post.archive .accordion .conditions .detail .value,
#post.single .accordion .conditions .detail .value{
    width: calc(100% - 100px);
}
#news .accordion.active .conditions,
#post.archive .accordion.active .conditions,
#post.single .accordion.active .conditions{
    height: auto;
    opacity: 1;
    visibility: unset;
}
#news .accordion.active .accordion_tile:before,
#post.archive .accordion.active .accordion_tile:before,
#post.single .accordion.active .accordion_tile:before{
    transform: rotate(-90deg);
}
#news .accordion.monthly,
#post.archive .accordion.monthly,
#post.single .accordion.monthly{
    width: calc(100% - 310px);
    margin: 0 100px 60px 210px;
}
#news .accordion.monthly li,
#post.archive .accordion.monthly li,
#post.single .accordion.monthly li{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #9B9B9B;
    height: 60px;
    font-family: 'Shippori Mincho', serif;
    cursor: pointer;
    transition: 0.2s;
}
#news .accordion.monthly li:hover,
#post.archive .accordion.monthly li:hover,
#post.single .accordion.monthly li:hover{
    background-color: #EDEDED;
}
#news .accordion.monthly li:last-child,
#post.archive .accordion.monthly li:last-child,
#post.single .accordion.monthly li:last-child{
    border-bottom: unset;
}
#news #post_list{
    margin-bottom: 70px;
    margin-right: 100px;
}
#post.archive #post_list{
    margin-bottom: 70px;
}
#news .box-wrap,
#post.archive .box-wrap{
    display: flex;
    align-items: center;
}
#news .parts,
#post.archive .parts{
    border-bottom: 1px solid #919191;
}
#news .parts .box_inner,
#post.archive .parts .box_inner{
    position: relative;
    width: 33%;
    aspect-ratio: 16/10.5;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#news .parts .box_inner img,
#post.archive .parts .box_inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}
#news .parts:hover .box_inner img,
#post.archive .parts:hover .box_inner img{
    transform: scale(1.2);
}
#news .parts .txt,
#post.archive .parts .txt{
    padding-left: 50px;
    width: calc(69% - 50px);
}
#news .parts .txt .meta,
#post.archive .parts .txt .meta{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}
#news .parts .txt .meta .cat,
#post.archive .parts .txt .meta .cat{
    background-color: black;
    color: white;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    display: block;
    width: fit-content;
    padding: 0 23px;
}
#news .parts .txt .meta .date,
#post.archive .parts .txt .meta .date{
    margin-left: 15px;
    font-size: 15px;
}
#news .parts .txt .title,
#post.archive .parts .txt .title{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.9;
}
/*個ページ*/
#post.single .content{
    margin-right: 100px;
    margin-bottom: 120px;
}
#post.single .content .blockarea{
    padding-left: 80px;
}
#post.single .content .title{
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0 80px;
}
#post.single .content .meta{
    display: flex;
    align-items: center;
    margin-bottom: 43px;
    padding: 0 80px;
}
#post.single .content .meta .cat{
    background-color: black;
    color: white;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    display: block;
    width: fit-content;
    padding: 0 23px;
}
#post.single .content .meta .date{
    margin-left: 16px;
    font-size: 14px;
}
#post.single .content .thum{
    margin-bottom: 50px;
}

#post.single .postarea figure{
    margin-bottom: 75px;
    width: 100%;
}
#post.single .postarea p{
    padding-left: 80px;
    margin-bottom: 40px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
    Contact - お問い合せ
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.contact_category{
    border: solid 1px #9B9B9B;
    margin-right: 100px;
    margin-bottom: 57px;
}
.contact_category .line{
    display: flex;
    height: 50px;
}
.contact_category .line a{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    font-family: 'Shippori Mincho', serif;
}
.contact_category .line a:hover{
    background-color: #6A6A6A;
    color: white;
}
.contact_category .line:first-child{
    border-bottom: 1px solid #9B9B9B;
}
.contact_category .line a:first-child{
    border-right: 1px solid #9B9B9B;
}
.contact_txt{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-right: 100px;
    margin-bottom: 70px;
}
.contact_tel_fax{
    margin-right: 100px;
    margin-bottom: 72px;
}
.contact_tel_fax .title{
    margin-bottom: 27px;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.contact_tel_fax .flex{
    display: flex;
    justify-content: space-between;
}
.contact_tel_fax .flex .parts{
    width: calc(50% - 23px);
    height: 47px;
    display: flex;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.contact_tel_fax .flex .parts .label{
    background-color: #888979;
    color: white;
    width: 159px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_tel_fax .flex .parts .txt{
    background-color: #EFF0E7;
    width: calc(100% - 159px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_step{
    margin-right: 100px;
    margin-bottom: 100px;
}
.contact_step .flex{
    display: flex;
    justify-content: space-between;
}
.contact_step .flex .step{
    width: calc(25% - 20px);
    position: relative;
}
.contact_step .flex .step .img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin-bottom: 30px;
}
.contact_step .flex .step .img:before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 0;
    height: 0;
    border: transparent 8px solid;
    border-left-color: #4B4B4B;
}
.contact_step .flex .step:last-child .img:before{
    display: none;
}
.contact_step .flex .step .img img{
    height: auto;
    width: auto;
}
.contact_step .flex .step h4{
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.contact_step .flex .step p{
    font-size: 14px;
    letter-spacing: 0.1em;
}
.contact_content{
    margin-right: 100px;
    margin-bottom: 120px;
}
.contact_content .title{
    margin-bottom: 42px;
    font-size: 20px;
    letter-spacing: 0.1em;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
    下層
    404
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.error_container{
    margin-left: 180px;
    padding: 200px 0;
}
@media screen and (max-width: 1050px){
    #top #concept {
        margin-bottom: 465px;
    }
}
@media screen and (max-width: 1020px){
    #menu_area .wrapper{
        padding-left: 132px;
    }
    /*希望日・時間帯*/
    .form_item .contents.day_time .day{
        width: 100%;
        margin-bottom: 18px;
    }
    .form_item .contents.day_time .time{
        width: 100%;
    }
    .form_item .contents.day_time .day input[type="text"]{
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 960px){
    /*concept*/
    #top #concept {
        margin-bottom: 390px;
    }
    /*guide*/
    #top #guide .wrapper{
        flex-direction: column;
        top: -69%;
        bottom: unset;
    }
    #top #guide .wrapper .txt{
        width: 100%;
    }
    #top #guide .wrapper .txt .title{
        flex-direction: column;
        align-items: unset;
    }
    #top #guide .wrapper .list{
        display: flex;
        flex-wrap: wrap;
        margin-top: 35px;
    }
    #top #guide .wrapper .txt .more_btn{
        margin-left: unset;
    }
    #top #guide .wrapper .list a{
        margin-right: 22px;
    }
    #top #guide .wrapper .list a:last-child{
        margin-bottom: 12px;
    }
}
@media screen and (max-height: 930px) {
    #menu_area{
        min-height: unset;
    }
    #menu_area .right .linkparts:last-child{
        padding-bottom: 100px;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			SP

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/* =========================================================================
 740PX
========================================================================= */
@media screen and (max-width: 740px) {
    html {
        scroll-padding-top: 110px; /* 固定ヘッダの高さ分 */
    }
    .pc_none {
        display: block;
    }

    .sp_none {
        display: none;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------
                自作ページネーション
    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .pagination{
        margin: 50px auto;
    }
    .pagination .page-numbers li{
        margin-right: 10px;
    }
    .pagination .page-numbers li:last-child{
    }
    .pagination .page-numbers.dots{
        width: 10px;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
               投稿関連
   ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .single .blockarea h2{
        padding: unset;
    }
    .single .blockarea p{
        padding: unset;
    }
    .single .blockarea figure{
        width: 100%;
        padding: unset;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
                Lazy Blocks関連
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    /*画像1枚＋テキスト1つ*/
    .img_one_block{
        margin-bottom: 90px;
    }
    /*縦画像1枚＋テキスト1つ*/
    .img_one_block.vertical .img.vertical{
        width: auto;
    }
    .img_one_block.vertical .img.vertical img{
        width: 100%;
        height: auto;
    }
    .img_one_block.vertical .txt{
        width: auto;
    }

    /*画像2枚＋テキスト2つ*/
    .img_separate_block{
        flex-direction: column;
        margin-bottom: 90px;
    }
    .img_separate_block .parts{
        width: 100%;
    }
    .img_separate_block .parts:first-child{
        margin-bottom: 90px;
    }
    /*h1block*/
    .h1_block h1{
        font-size: 20px;
    }
    /*h2block*/
    .h2_block h2{
        font-size: 19px;
    }
    /*h3block*/
    .h3_block h3{
        font-size: 18px;
    }
    /*h4block*/
    .h4_block h4{
        font-size: 17px;
    }
    /*h5block*/
    .h5_block h5{
        font-size: 17px;
    }
    /*h6block*/
    .h6_block h6{
        font-size: 16px;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
			一覧ページ
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .archive .content{
        width: calc(100% - 100px);
        margin: 0 auto;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
			form 共通部分
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .form_category_area{
        display: flex;
        flex-direction: column;
    }
    .form_item{
        flex-direction: column;
    }
    .form_item .name{
        width: 100%;
        margin-bottom: 20px;
        padding-right: unset;
    }
    .form_item .contents {
        width: 100%;
        flex-direction: column;
        align-items: unset;
        padding-left: unset;
    }
    .form_item .contents .day{
        display: flex;
        margin-right: unset;
        margin-bottom: 10px;
        width: 100%;
    }
    .form_item .contents .day span{
        width: 40px;
    }
    .form_item .contents .time{
        width: 100%;
    }
    .form_item .contents .time .announce{
        display: none;
    }
    .form_item .contents .announce{
        display: block;
        margin-top: 15px;
        font-size: 12px;
        letter-spacing: 0.1em;
    }
    .form_item .contents .recruit_announce{
        width: auto;
    }
    .form_item .contents.document .check_parts{
        margin-right: unset;
        margin-bottom: 10px;
        width: unset;
    }
    .form_item .contents.document .check_parts:last-child{
        /*margin-bottom: unset;*/
    }
    .form_item .contents.document .check_parts .mwform-checkbox-field-text{
        width: auto !important;
    }

    .form_item .filelabel{
        width: calc(100% - 40px);
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
			header
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    header{
        width: 100%;
        height: 105px;
    }
    header .wrapper{
        display: flex;
        justify-content: flex-end;
    }
    header .wrapper .logo{
        left: 25px;
        right: unset;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 76px;
        height: 70px;
    }
    header .wrapper .hamburger_btn{
        width: 39px;
        margin-right: 25px;
    }
    header .wrapper .hamburger_btn span{
        width: 39px;
    }
    header .wrapper .sns_area{
        flex-wrap: unset;
        justify-content: center;
        width: auto;
        height: 17px;
        left: unset;
        right: 85px;
        top: 0;
        bottom: 0;
    }
    header .wrapper .sns_area a{
        display: flex;
        margin-right: 10px;
    }
    header .wrapper .sns_area a:last-child{
        margin-right: unset;
    }

    header .wrapper .sns_area .instagram,
    header .wrapper .sns_area .facebook,
    header .wrapper .sns_area .blog .pc{
        display: none;
    }

    header .wrapper .sns_area .blog .sp{
        display: block;
        height: 25px;
        }
        
    
    /*ナビオープン*/
    .navopen header .wrapper .hamburger_btn span:last-child{
        margin-top: -22px;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
			menuarea
			ハンバーガーメニュー押された時に表示
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #menu_area .wrapper .left{
        width: 100%;
    }
    #menu_area .wrapper .right{
        width: 100%;
    }
    #menu_area .right .linkparts:last-child{
        margin-bottom: 100px;
    }
    /*ナビ展開後*/
    .navopen #menu_area {
        width: calc(100% - 100px);
        padding: 130px 50px 0px;
        overflow-y: scroll;
        align-items: unset;
    }
    .navopen #menu_area .wrapper {
        flex-wrap: wrap;
        padding-bottom: 250px;
        padding-left: unset;
        padding-right: unset;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
                top_btnarea
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #top_btnarea{
        width: 100%;
        top: unset;
        bottom: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.2s;
    }
    .scrolled #top_btnarea{
        opacity: 1;
        visibility: unset;
    }
    #top_btnarea .contact.pc_none{
        display: flex;
    }
    #top_btnarea .contact.sp_none{
        display: none;
    }
    #top_btnarea .openhouse,
    #top_btnarea .contact{
        width: 100%;
    }
    #top_btnarea .contact span:before{
        display: none;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
                footer
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    footer{
        padding: 28px 50px 60px;
    }
    /*スクロールボタン*/
    .top_scroll{
        width: 34px;
        height: 34px;
    }
    /*ロゴ*/
    /*会社情報とお問い合わせ*/
    footer .company_contact{
        flex-direction: column;
    }
    footer .company_contact:before{
        display: none;
    }
    footer .company_contact .company{
        width: 100%;
        padding-right: unset;
    }
    footer .company_contact .company .name{
        text-align: center;
        letter-spacing: 0.1em;
    }
    footer .company_contact .company .address{
        text-align: center;
    }
    footer .company_contact .company .tel_fax{
        flex-direction: column;
        align-items: center;
    }
    footer .company_contact hr{
        width: 100%;
        margin: 30px 0;
    }
    footer .company_contact .contact{
        width: 100%;
        padding-left: unset;
    }
    footer .company_contact .contact .title span{
        font-size: 28px;
    }
    footer .company_contact .contact .title p{
        font-size: 15px;
    }
    footer .company_contact .contact .txt{
        text-align: center;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
                共通
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .page_container{
        padding: 130px 0 0;
    }
    .page_title{
        padding-left: 50px;
        flex-direction: column;
        align-items: unset;
    }
    .page_title h2{
        font-size: 35px;
    }
    .page_title span{
        font-size: 14px;
    }
    .breadcrumb{
        /*padding-right: 30px;*/
        padding: 0 36px;
        margin-bottom: 55px;
    }
    .more_btn{
        margin-left: 50px;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
                TOP
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    /*mv*/
    #top .mv{
        margin-left: unset;
    }
    #top .mv .catchcopy{
        width: calc(100% - 100px);
    }
    #top .mv .swiper-pagination{
        flex-direction: unset;
        left: 50px;
        right: unset;
        top: unset;
        bottom: 35%;
    }
    #top .mv .scroll{
        right: 15px;
        bottom: 70px;
    }
    #top .mv .mv_news_open_area{
        width: calc(100% - 74px);
        height: calc(137px - 34px);
    }
    #top .mv .mv_news_open_area .news{
        height: 44px;
    }
    #top .mv .mv_news_open_area .open{
        height: 44px;
    }
    #top .mv .mv_news_open_area a{
        flex-wrap: wrap;
    }
    #top .mv .mv_news_open_area a .type{
        width: max-content;
    }
    #top .mv .mv_news_open_area a .time{
    }
    #top .mv .mv_news_open_area a h2{
        width: 100%;
    }
    @keyframes scrolldown {
        0% {
            transform: translateY(-100%);
        }

        100% {
            transform: translateY(100%);
        }
    }
    /*concept*/
    #top #concept{
        margin-left: unset;
    }
    #top #concept .wrapper{
        width: 100%;
        margin-left: unset;
    }
    #top #concept .wrapper .txt{
        width: 100%;
    }
    #top #concept .wrapper .txt .title{
        flex-direction: column;
        align-items: unset;
        padding: 0 50px;
    }
    #top #concept .wrapper .txt .caption{
        padding: 0 50px;
    }
    #top #concept .wrapper .img{
        width: 100%;
        margin-bottom: 33px;
    }
    /*guide*/
    #top #guide{
        margin-left: unset;
        margin-top: 440px;
        margin-bottom: 95px;
    }
    #top #guide .wrapper{
        flex-direction: column;
        width: calc(100% - 100px);
        padding: 25px;
        top: -80%;
    }
    #top #guide .wrapper .txt{
        width: 100%;
    }
    #top #guide .wrapper .txt .title{
        flex-direction: column;
        align-items: unset;
    }
    #top #guide .wrapper .list{
        display: flex;
        flex-wrap: wrap;
        margin-top: 35px;
    }
    #top #guide .wrapper .txt .more_btn{
        margin-left: unset;
    }
    #top #guide .wrapper .list a{
        margin-right: 22px;
    }
    #top #guide .wrapper .list a:last-child{
        margin-bottom: 12px;
    }
    /*gallery*/
    #top #gallery{
        margin-top: 95px;
        margin-left: unset;
    }
    #top #gallery .wrapper{
        width: calc(100% - 50px);
        margin-left: 50px;
    }
    #top #gallery .wrapper .title{
        flex-direction: column;
        align-items: unset;
    }
    #top #gallery .wrapper .list_area{
        flex-direction: column;
    }
    #top #gallery .wrapper .list_area .shut_wrapper{
        width: 100%;
    }
    #top #gallery .wrapper .more_btn{
        margin: unset;
    }
    /*story*/
    #top #story{
        margin: 0 auto 90px;
    }
    #top #story .wrapper{
        position: relative;
        width: calc(100% - 100px);
        margin: 0 auto;
    }
    #top #story .wrapper .title{
        position: unset;
        flex-direction: column;
        align-items: unset;
        margin-bottom: 42px;
    }
    #top #story .wrapper .swiper-wrapper{
        column-gap: unset;
    }
    #top #story .wrapper .swiper-slide{
        flex-direction: column-reverse;
        justify-content: unset;
        height: unset;
    }
    #top #story .wrapper .swiper-slide .img{
        width: calc(100% - 40px);
        height: 370px;
        margin: 0 auto;
    }
    #top #story .wrapper .swiper-slide .txt{
        padding-top: 23px;
        width: 100%;
    }
    #top #story .wrapper .swiper-slide .title{
        font-size: 20px;
    }
    #top #story .wrapper .swiper-slide .caption{
        margin-bottom: 90px;
    }
    #top #story .wrapper .slide_control_area{
        bottom: 80px;
    }
    #top #story .more_btn{
        margin-left: unset;
    }
    /*modelhouse*/
    #top #modelhouse{
        margin-left: unset;
    }
    #top #modelhouse .wrapper{
        width: calc(100% - 50px);
        margin-left: 50px;
    }
    #top #modelhouse .wrapper .title{
        flex-direction: column;
        align-items: unset;
    }
    #top #modelhouse .top_modelhouse_swiper-container .swiper-button-next,
    #top #modelhouse .top_modelhouse_swiper-container .swiper-button-prev{
        top: 25px;
    }
    #top #modelhouse .top_modelhouse_swiper-container .swiper-button-next{
        left: 44px;
        right: unset;
    }
    #top #modelhouse .top_modelhouse_swiper-container .swiper-button-prev{
        left: 0;
        right: unset;
    }
    #top #modelhouse .top_modelhouse_swiper-container .swiper-button-prev:after,
    #top #modelhouse .top_modelhouse_swiper-container .swiper-button-next:after{
    }
    #top #modelhouse .top_modelhouse_swiper-container .swiper-pagination {
        right: unset;
        left: 100px;
        top: 5px;
        height: fit-content;
    }
    #top #modelhouse .wrapper .slide_control_area{
        left: 0;
        bottom: -10px;
        width: 100%;
    }
    #top #modelhouse .more_btn{
        margin: unset;
    }
    /*openhouse*/
    #top #openhouse{
        margin-left: unset;
        padding: 57px 50px 80px;
    }
    #top #openhouse .wrapper{
        width: 100%;
        margin-left: unset;
    }
    #top #openhouse .wrapper .title{
        flex-direction: column;
        align-items: unset;
    }
    #top #openhouse .top_openhouse_swiper-container .swiper-button-next,
    #top #openhouse .top_openhouse_swiper-container .swiper-button-prev{
        bottom: 10px;
    }
    #top #openhouse .top_openhouse_swiper-container .swiper-button-next{
        left: 45px;
        right: unset;
    }
    #top #openhouse .top_openhouse_swiper-container .swiper-button-prev{
        left: 0;
        right: unset;
    }
    #top #openhouse .top_openhouse_swiper-container .swiper-pagination {
        right: unset;
        left: 100px;
        top: 25px;
    }
    #top #openhouse .wrapper .slide_control_area{
        right: unset;
        width: 100%;
    }
    #top #openhouse .more_btn{
        margin: unset;
    }
    /*news*/
    #top #news{
        margin-left: unset;
    }
    #top #news .wrapper{
        width: calc(100% - 50px);
        margin-left: 50px;
    }
    #top #news .wrapper .title{
        flex-direction: column;
        align-items: unset;
    }
    #top #news .list_area{
        border-bottom: unset;
    }
    #top #news .list_area .parts{
        flex-direction: column;
        align-items: unset;
        border-bottom: unset;
        margin-bottom: 40px;
    }
    #top #news .list_area .parts .img{
        width: 100%;
        margin-bottom: 21px;
    }
    #top #news .list_area .parts .txt{
        width: 100%;
        padding-left: unset;
    }
    #top #news .list_area .parts .txt .title{
        align-items: unset;
    }
    #top #news .list_area .parts .txt .meta{
        align-items: unset;
    }
    #top #news .more_btn{
        margin: unset;
    }
    /*blog*/
    #top #blog{
        margin-left: unset;
    }
    #top #blog .wrapper{
        width: calc(100% - 50px);
        margin-left: 50px;
    }
    #top #blog .wrapper .title{
        flex-direction: column;
        align-items: unset;
    }
    #top #blog .list_area{
        border-bottom: unset;
    }
    #top #blog .list_area .parts{
        flex-direction: column;
        align-items: unset;
        margin-bottom: 40px;
        border-bottom: unset;
    }
    #top #blog .list_area .parts .img{
        width: 100%;
        margin-bottom: 20px;
    }
    #top #blog .list_area .parts .txt{
        padding-left: unset;
        width: auto;
    }
    #top #blog .list_area .parts .txt .title{
        display: unset;
    }
    #top #blog .more_btn{
        margin: unset;
    }
    /*flow_qa_about*/
    #top #flow_qa_about{
        margin-left: unset;
        flex-direction: column;
        flex-wrap: unset;
    }
    #top #flow_qa_about .flow,
    #top #flow_qa_about .qa,
    #top #flow_qa_about .about{
        height: 220px;
    }
    #top #flow_qa_about .flow{
        width: 100%;
    }
    #top #flow_qa_about .qa{
        width: 100%;
    }
    #top #flow_qa_about .about img{
        height: 100%;
    }
    #top #flow_qa_about .title{
        flex-direction: column;
    }
    #top #flow_qa_about .title h2{
        font-size: 30px;
    }
    #top #flow_qa_about .more_btn{
        margin-left: unset;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    About - アバウト
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #about .page_container{
        padding-bottom: 30px;
    }
    #about .menu{
        width: calc(100% - 100px);
        margin: 0 auto 50px;
    }
    #about .parts{
        width: calc(100% - 100px);
        margin: 0 auto 79px;
    }
    #about .parts table tr{
        flex-direction: column;
        margin-bottom: 15px;
    }
    #about .parts table th{
        padding: 0 25px;
        width: calc(100% - 50px);
        height: 47px;
        justify-content: unset;
    }
    #about .parts table td{
        width: calc(100% - 50px);
    }
    /*アクセス*/
    #about #access{
        width: 100%;
    }
    #about #access .parking_showroom{
        flex-direction: column;
    }
    #about #access .parking_showroom .root{
        width: 100%;
    }
    #about #access .parking_showroom .root .title{
        padding: 0 50px;
    }
    #about #access .parking_showroom .root .map{
        flex-direction: column;
    }
    #about #access .parking_showroom .root .map .googlemap{
        width: calc(100% - 100px);
        padding: 0 50px;
        margin-bottom: 44px;
    }
    #about #access .parking_showroom .root .map .slide{
        display: flex;
        flex-direction: column;
        width: calc(100% - 70px);
        margin: 0 auto;
    }
    #about #access .parking_showroom .address{
        width: 100%;
    }

    #about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-button-next,
    #about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-button-prev,
    #about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-button-next,
    #about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-button-prev{
        top: 30%;
    }

    #about #access .parking_showroom .root .map .slide .about_swiper-container1 .swiper-wrapper .swiper-slide .img,
    #about #access .parking_showroom .root .map .slide .about_swiper-container2 .swiper-wrapper .swiper-slide .img{
        min-height: unset;
    }
    #about #access .parking_showroom .root iframe{
        min-height: unset;
    }
        #about #access .parking_showroom hr{
        width: calc(100% - 100px);
        margin: 40px auto;
    }
    #about #recruit .no_recruit{
        width: auto;
        padding: 15px 50px;
    }
    /*スタッフ*/
    #about #staff .wrapper{
        column-gap: 18px;
    }
    #about #staff .wrapper .card{
        width: calc(100% / 2 - 9px);
        max-width: unset;
        margin-bottom: 50px;
    }
    #about #staff .wrapper .card .name{
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.4;
    }
    #about #staff .wrapper .card:first-child{
        margin-bottom: 50px;
    }

    #about #recruit .accordion{
        position: relative;
        padding:15px 36px;
        border: 1px solid #9B9B9B;
        margin-bottom: 11px;
    }

    #about #recruit .accordion:before{
        top: 13px;
        right: 25px;
        margin: auto;
        transition: 0.2s;
        transform: rotate(90deg);
    }
    
    
    #about #recruit .accordion .conditions .detail{
        flex-direction: column;
        align-items: unset;
        padding-bottom: 35px;
        margin-bottom: 27px;
    }
    #about #recruit .accordion .conditions .detail .label{
        width: 100%;
        margin-bottom: 13px;
    }
    #about #recruit .accordion .conditions .detail .value{
        width: 100%;
    }

    /* 選考方法 */
    #about #selection dt{
        max-width: 90px;
    }

    #about #selection p{
        font-size: 10px;
    }
    
    #about #selection .flex{
        flex-direction: column;
    }

    #about #selection .flex div{
        width: 100%;
    }

    #about #selection .flex div.once{
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    
    
    
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    Consept - コンセプト
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #concept{
        margin-left: unset;
    }
    #concept h3{
        width: calc(100% - 95px);
        margin: 0 auto 50px;
        font-size: 16px;
        line-height: 2.1;
    }
    #concept .parts{
        flex-direction: column;
        padding: unset;
        width: calc(100% - 100px);
        margin: 0 auto 85px;
    }
    #concept .parts .img{
        margin-right: unset;
        width: calc(100%);
        height: unset;
        aspect-ratio: 16/9;
        margin-bottom: 35px;
    }
    #concept .parts .img picture{
        width: 100%;
    }
    #concept .parts .img img{
        width: 100%;
        height: auto;
    }
    #concept .parts .txtarea{
        width: 100%;
    }
    #concept .parts .txtarea .title{
        font-size: 16px;
        line-height: 2.2;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    Guide - ガイド
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #guide .menu{
        width: calc(100% - 100px);
        margin: 0 auto 58px;
    }
    #guide .menu .line{
    }
    #guide .menu .line a{
        width: calc(100% / 2 - 2px);
    }
    #guide .menu .line a:nth-child(2),
    #guide .menu .line a:nth-child(4){
        border-right: unset;
    }
    #guide .menu .line a:nth-child(3){
        border-right: solid 1px #9B9B9B;
    }
    #guide .menu .line a:nth-child(4){
        border-bottom: solid 1px #9B9B9B;
        font-size: 12px;
    }
    #guide .parts{
        width: 100%;
        margin: 0 auto 130px;
    }
    #guide .parts:last-child{
    }
    #guide .parts .img_area.guide1{
        background-image: url(../images/guide/guide_1_sp.jpg);
    }
    #guide .parts .img_area.guide2{
        background-image: url(../images/guide/guide_2_sp.jpg);
    }
    #guide .parts .img_area.guide3{
        background-image: url(../images/guide/guide_3_sp.jpg);
    }
    #guide .parts .img_area.guide4{
        background-image: url(../images/guide/guide_4_sp.jpg);
    }
    #guide .parts .img_area.guide5{
        background-image: url(../images/guide/guide_5_sp.jpg);
    }
    #guide .parts .img_area.guide6{
        background-image: url(../images/guide/guide_6_sp.jpg);
    }
    #guide .parts h3{
        font-size: 25px;
        margin-bottom: 21px;
        padding: 0 50px;
    }
    #guide .parts h4{
        font-size: 16px;
        margin-bottom: 45px;
        padding: 0 50px;
    }
    #guide .parts p{
        padding: 0 50px;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    Question - よくある質問
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #question .menu{
        width: calc(100% - 100px);
        margin: 0 auto 70px;
    }
    #question .menu .line{
    }
    #question .menu .line a{
        font-size: 12px;
    }
    #question .parts{
        width: calc(100% - 100px);
        margin: 0 auto 70px;
    }

    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    PrivacyPolicy - プライバシーポリシー
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #privacypolicy .page_container{
    }
    #privacypolicy .parts{
        width: calc(100% - 100px);
        margin-bottom: 75px;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
        flow - 家づくりの流れ
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #flow .page_container{
    }
    #flow .parts{
        width: calc(100% - 155px);
        padding-left: 35px;
        margin: 0 50px 0 70px;
    }
    #flow .parts .no{
        width: 45px;
        height: 45px;
        top: -10px;
    }
    #flow .parts .no span{
        font-size: 21px;
    }
    #flow .parts .wrapper{
        flex-direction: column;
    }
    #flow .parts .txt{
        width: 100%;
        margin: unset;
    }
    #flow .parts .txt .title{
    }
    #flow .parts .txt .caption{
        margin-bottom: 45px;
    }
    #flow .parts .img{
        max-width: 100%;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
        Gallery - 実例紹介
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    /*一覧ページ*/
    #gallery.archive .category{
        margin: 0 auto 65px;
        width: calc(100% - 100px);
    }
    #gallery.archive .category .line a,
    #gallery.single .category .line a{
        width: calc(100% / 2 - 2px);
    }
    #gallery.archive .category .line a:nth-child(2) ,
    #gallery.single .category .line a:nth-child(2) {
    }
    #gallery.archive .category .line a:nth-child(3) ,
    #gallery.single .category .line a:nth-child(3) {
        border-left: 1px solid #9B9B9B;
        border-top: unset;
    }
    #gallery.archive .category .line a:nth-child(4),
    #gallery.single .category .line a:nth-child(4){
        border-right: 1px solid #9B9B9B;
        border-left: unset;
    }
    #gallery.archive .content #post_list{
        flex-direction: column;
    }
    #gallery.archive .content #post_list .parts{
        width: 100%;
        margin-bottom: 78px;
    }
    #gallery.archive .content #post_list .parts .meta{
        flex-direction: column;
        margin-bottom: 12px;
    }
    #gallery.archive .content #post_list .parts .meta .cat{
        width: fit-content;
        margin-right: unset;
        height: auto;
        margin-bottom: 9px;
    }
    #gallery.archive .content #post_list .parts .meta .address{
        margin-bottom: 9px;
        font-size: 12px;
    }
    #gallery.archive .content #post_list .parts .meta .date{
        font-size: 12px;
    }
    #gallery.archive .content #post_list .parts .title{
    }
    /*個ページ*/
    #gallery.single .category{
        margin: 0 auto 85px;
        width: calc(100% - 100px);
    }
    #gallery.single .content{
        margin: 0 auto;
    }
    #gallery.single .content .title{
        padding: unset;
        display: flex;
        flex-direction: column-reverse;
        font-size: 28px;
        margin-bottom: 8px;
    }
    #gallery.single .content .title .view360_btn{
        position: unset;
        margin-bottom: 30px;
    }
    #gallery.single .content .cat_address_date{
        padding: unset;
        flex-direction: column;
    }
    #gallery.single .content .cat_address_date .cat{
        margin-bottom: 11px;
    }
    #gallery.single .content .caption{
        padding: unset;
    }
    #gallery.single .content .point{
        padding: unset;
    }
    #gallery.single .content .detail .parts{
        flex-direction: column;
        margin-bottom: 15px;
    }
    #gallery.single .content .detail .parts .label{
        width: calc(100% - 40px);
        padding: 13px 20px;
        justify-content: unset;
    }
    #gallery.single .content .detail .parts .value{
        width: calc(100% - 40px);
        padding: 13px 20px;
    }
    #gallery.single .view360{
        padding-left: unset;
        max-width: unset;
    }
    #gallery.single .view360 h4{
        padding-left: 50px;
    }
    #gallery.single .view360 iframe{
    }
    #gallery.single .pagenavi{
        padding: 0 20px;
        margin-bottom: 70px;
        margin-right: unset;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    Story - ストーリー
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    /*一覧ページ*/
    #story.archive .category,
    #story.single .category{
        margin: 0 auto 65px;
        width: calc(100% - 100px);
    }
    #story.archive .category .line,
    #story.single .category .line{
        flex-wrap: wrap;
        border: unset;
    }
    #story.archive .category .line a,
    #story.single .category .line a{
        width: calc(100% / 2 - 2px);
        border: 1px solid #9B9B9B;
    }
    #story.archive .category .line a:nth-child(2),
    #story.single .category .line a:nth-child(2){
        border: 1px solid #9B9B9B;
        border-left: unset;
    }
    #story.archive .category .line a:last-child,
    #story.single .category .line a:last-child{
        border: 1px solid #9B9B9B;
        border-top: unset;
    }
    #story.archive .content #post_list .parts{
        flex-direction: column;
        margin-bottom: 35px;
    }
    #story.archive .content #post_list .parts .box_inner{
        width: 100%;
    }
    #story.archive .content #post_list .parts .txt{
        width: calc(100% - 46px);
        padding: 28px 23px;
    }
    #story.archive .content #post_list .parts .txt .meta{
        display: flex;
        flex-direction: column;
    }
    #story.archive .content #post_list .parts .txt .meta .cat{
        width: fit-content;
        margin-bottom: 10px;
    }
    #story.archive .content #post_list .parts .txt .title{
        font-size: 20px;
    }
    /*個ページ*/
    #story.single .category{
        margin: 0 auto 70px;
    }
    #story.single .content{
        margin: 0 auto;
    }
    #story.single .content .title{
        padding: unset;
        font-size: 28px;
    }
    #story.single .content .meta{
        margin-bottom: 60px;
    }
    #story.single .content .cat_date{
        padding: unset;
    }
    #story.single .content .cat_date .partition{
        margin: 0 10px;
    }
    #story.single .content .cat_date .date{
    }
    #story.single .content .info{
        padding: unset;
    }
    #story.single .content .detail .parts{
        flex-direction: column;
        margin-bottom: 15px;
    }
    #story.single .content .detail .parts .label{
        width: calc(100% - 40px);
        padding: 13px 20px;
        justify-content: unset;
    }
    #story.single .content .detail .parts .value{
        width: calc(100% - 40px);
        padding: 13px 20px;
    }
    #story.single .pagenavi{
        padding: 0 20px;
        margin-bottom: 70px;
        margin-right: unset;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    Modelhouse - モデルハウス
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    /*一覧ページ*/
    #modelhouse.archive #post_list a{
        flex-direction: column;
        margin-bottom: 105px;
    }
    #modelhouse.archive #post_list a .box_inner{
        width: 100%;
        margin-bottom: 28px;
    }
    #modelhouse.archive #post_list a .txt{
        width: 100%;
    }
    #modelhouse.archive #post_list a .txt .meta{
        flex-direction: column;
        align-items: unset;
    }
    #modelhouse.archive #post_list a .txt .meta .address{
        margin-bottom: 10px;
    }
    #modelhouse.archive #post_list a .txt .title{
        margin-bottom: 20px;
    }
    /*個ページ*/
    #modelhouse.single .content{
        margin: 0 auto;
    }
    #modelhouse.single .content .title{
        padding: unset;
        font-size: 20px;
        margin-bottom: 23px;
    }
    #modelhouse.single .content .blockarea{
    }
    #modelhouse.single .content .blockarea p{
        padding: unset;
    }
    #modelhouse.single .content .slide .modelhouseswiper-container .swiper-wrapper{
        padding-bottom: 55px;
    }
    #modelhouse.single .content .slide .modelhouseswiper-container .swiper-wrapper .swiper-slide {
        aspect-ratio: 16/11;
        height: fit-content;
    }
    #modelhouse.single .content .slide .modelhouseswiper-container .swiper-wrapper .swiper-slide .slide_txt{
        padding: unset;
        margin-top: 15px;
    }

    #modelhouse.single .content .slide .modelhouseswiper-container .swiper-button-next,
    #modelhouse.single .content .slide .modelhouseswiper-container .swiper-button-prev{
        width: 24px;
        height: 24px;
        bottom: 24px;
    }
    #modelhouse.single .content .slide .modelhouseswiper-container .swiper-button-prev{
        right: 35px;
    }
    #modelhouse.single .content .slide .modelhouseswiper-container .swiper-pagination {
        bottom: 24px;
        right: 65px;
    }
    #modelhouse.single .content .slide .modelhouseswiper-container .swiper-pagination .swiper-pagination-bullet{
        width: 5px;
        height: 5px;
    }
    #modelhouse.single .content .sub_slide{
        margin-bottom: 60px;
    }
    #modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-button-next,
    #modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-button-prev{
        width: 24px;
        height: 24px;
    }
    #modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-pagination .swiper-pagination-bullet{
        width: 5px;
        height: 5px;
    }
    #modelhouse.single .content .sub_slide .modelhousesubswiper-container .swiper-pagination .swiper-pagination-bullet-active{
    }
    #modelhouse.single .content .detail{
        margin-bottom: 75px;
    }
    #modelhouse.single .content .detail .parts{
        flex-direction: column;
    }
    #modelhouse.single .content .detail .parts .label{
        width: calc(100% - 40px);
        padding: 13px 20px;
        justify-content: unset;
    }
    #modelhouse.single .content .detail .parts .value{
        width: calc(100% - 40px);
        padding: 13px 20px;
    }
    #modelhouse_thanks .content{
        margin: 0 auto;
        width: calc(100% - 100px);
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    Event - イベント
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    /*一覧ページ*/
    #event.archive .category,
    #event.single .category{
        margin: 0 auto 65px;
        width: calc(100% - 100px);
    }
    #event.archive .category .line,
    #event.single .category .line{
    }
    #event.archive .category .line a,
    #event.single .category .line a{
        width: calc(100% / 2 - 0.5px);
    }
    #event.archive .category .line a:nth-child(1),
    #event.single .category .line a:nth-child(1),
    #event.archive .category .line a:nth-child(2),
    #event.single .category .line a:nth-child(2),
    #event.archive .category .line a:nth-child(3),
    #event.single .category .line a:nth-child(3),
    #event.archive .category .line a:nth-child(4),
    #event.single .category .line a:nth-child(4){
        border-bottom: solid 1px #9B9B9B;
    }
    #event.archive .category .line a:nth-child(1),
    #event.single .category .line a:nth-child(1),
    #event.archive .category .line a:nth-child(3),
    #event.single .category .line a:nth-child(3),
    #event.archive .category .line a:nth-child(5),
    #event.single .category .line a:nth-child(5){
        border-right: solid 1px #9B9B9B;
    }
    #event.archive .category .line a:nth-child(2),
    #event.single .category .line a:nth-child(2){
        border-left: unset;
        border-right: unset;
    }
    #event.archive .category .line a:nth-child(5),
    #event.single .category .line a:nth-child(5){
        border-left: unset;
    }
    #event.archive .category .line a:nth-child(5),
    #event.single .category .line a:nth-child(5),
    #event.archive .category .line a:nth-child(6),
    #event.single .category .line a:nth-child(6) {
        border-bottom: unset;
    }
    #event.archive #post_list{
        flex-wrap: unset;
        flex-direction: column;
    }
    #event.archive #post_list .parts{
        width: 100%;
    }
    /*個ページ*/
    #event.single .content{
        margin: 0 auto;
    }
    #event.single .content .title{
        padding: unset;
        font-size: 20px;
        margin-bottom: 23px;
    }
    #event.single .content .detail .parts{
        flex-direction: column;
    }
    #event.single .content .detail .parts .label{
        padding: 13px 20px;
        width: calc(100% - 40px);
    }
    #event.single .content .detail .parts .value{
        padding: 13px 20px;
        width: calc(100% - 40px);
    }
    #event_thanks .content{
        margin: 0 auto;
        width: calc(100% - 100px);
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    Blog - ブログ
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    /*一覧ページ*/
    #blog.archive .accordion,
    #blog.single .accordion{
        margin: 0 auto 60px;
    }
    #blog.archive #post_list{
        border-bottom: unset;
    }
    #blog.archive .parts{
        flex-direction: column;
        align-items: unset;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #9b9b9b;
        border-bottom: 1px solid #9b9b9b;
    }
    #blog.archive .parts .box_inner{
        width: 100%;
        margin-bottom: 13px;
    }
    #blog.archive .parts .txt{
        padding: unset;
        width: unset;
    }
    #blog.archive .parts .txt .title{
        font-size: 17px;
    }
    /*個ページ*/
    #blog.single .content{
        margin-right: unset;
        padding: 0 50px;
    }
    #blog.single .content .meta{
        padding: unset;
    }
    #blog.single .content .title{
        font-size: 20px;
        padding: unset;
    }
    #blog.single .pagenavi{
        padding: 0 20px;
        margin-bottom: 70px;
        margin-right: unset;
    }
    #blog.single .content .the_content{
        padding: 0 0 150px;
    }
    #blog .accordion.monthly,
    #blog.archive .accordion.monthly,
    #blog.single .accordion.monthly{
        width: calc(100% - 100px);
        margin: 0 auto 60px;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
        News - ニュース
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    /*一覧ページ*/
    #news .accordion,
    #post.archive .accordion,
    #post.single .accordion{
        margin: 0 auto 60px;
    }
    #news .content,
    #post.archive .content{
        width: calc(100% - 100px);
        margin: 0 auto;
        padding-left: unset;
    }
    #news #post_list,
    #post.archive #post_list{
        margin-right: unset;
    }
    #news .box-wrap,
    #post.archive .box-wrap{
        flex-direction: column;
        align-items: unset;
        padding-bottom: 35px;
    }
    #news .parts,
    #post.archive .parts{
        margin-top: 35px;
    }
    #news .parts:first-child,
    #post.archive .parts:first-child{
        margin-top: unset;
    }
    #news .parts .box_inner,
    #post.archive .parts .box_inner{
        width: 100%;
    }
    #news .parts .txt,
    #post.archive .parts .txt{
        width: auto;
        padding-left: unset;
        padding-top: 13px;
    }
    #news .parts .txt .meta,
    #post.archive .parts .txt .meta{
        flex-direction: column;
        align-items: unset;
    }
    #news .parts .txt .meta .cat,
    #post.archive .parts .txt .meta .cat{
        margin-bottom: 11px;
    }
    #news .parts .txt .meta .date,
    #post.archive .parts .txt .meta .date{
        margin-left: unset;
    }
    /*個ページ*/
    #post.single .content{
        margin-right: unset;
        margin-bottom: 134px;
        padding: 0 50px;
    }
    #post.single .content .title{
        font-size: 20px;
        padding: unset;
    }
    #post.single .content .meta{
        padding: unset;
    }
    #post.single .content .thum{
        margin-bottom: 25px;
    }
    #post.single .postarea figure{
        margin-bottom: 75px;
        width: 100%;
    }
    #post.single .postarea p{
        padding-left: unset;
    }
    #post.single .pagenavi{
        padding: 0 20px;
        margin-bottom: 70px;
        margin-right: unset;
    }
    #news .accordion.monthly,
    #post.archive .accordion.monthly,
    #post.single .accordion.monthly{
        width: calc(100% - 100px);
        margin: 0 auto 60px;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    Contact - お問い合せ
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .contact_category{
        margin: 0 auto;
        width: calc(100% - 100px);
    }
    .contact_txt{
        margin: 75px auto 115px;
        width: calc(100% - 100px);
    }
    .contact_tel_fax{
        margin: 0 auto 55px;
        width: calc(100% - 100px);
    }
    .contact_tel_fax .flex{
        flex-direction: column;
    }
    .contact_tel_fax .flex .parts{
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .contact_tel_fax .flex .parts:first-child{
        margin-bottom: 15px;
    }
    .contact_tel_fax .flex .parts .label,
    .contact_tel_fax .flex .parts .txt{
        width: calc(100% - 50px);
        height: 47px;
        justify-content: unset;
        padding: 0 25px;
    }
    .contact_step{
        margin: 0 auto 100px;
        width: calc(100% - 100px);
    }
    .contact_step .title{
        margin-bottom: 30px;
    }
    .contact_step .flex{
        flex-direction: column;
    }
    .contact_step .flex .step{
        position: relative;
        width: 100%;
        display: flex;
        margin-bottom: 45px;
        align-items: center;
    }
    .contact_step .flex .step:last-child{
        margin-bottom: unset;
    }
    .contact_step .flex .step .img{
        margin-bottom: unset;
        height: unset;
        width: 80px;
        aspect-ratio: 1;
    }
    .contact_step .flex .step .img:before{
        top: unset;
        bottom: -35px;
        right: 0;
        left: 0;
        margin: auto;
        transform: rotate(90deg);
    }
    .contact_step .flex .step .img img{
        width: 100%;
        height: auto;
    }
    .contact_step .flex .step .txt{
        padding-left: 20px;
        width: calc(100% - 100px);
    }
    .contact_step .flex .step h4{
        margin-bottom: 14px;
    }
    .contact_content{
        margin: 0 auto 100px;
        width: calc(100% - 100px);
    }
    .contact_content .title{
        margin-bottom: 48px;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    下層
    404
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .error_container{
        padding: 117px 30px;
        width: calc(100% - 60px);
        margin-left: unset;
    }
}

/* =========================================================================
 420PX
========================================================================= */
@media screen and (max-width: 420px) {
}

/* =========================================================================
 400PX
========================================================================= */
@media screen and (max-width: 400px) {
}

/* =========================================================================
 374PX
========================================================================= */
@media screen and (max-width: 374px) {
    #company table td.relative span {
        bottom: -13px;
    }
}
