@charset "UTF-8"; /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* [.h2a][.h2b]共通のスタイル */
h2[class*="h2"] {
}

h2[class*="h2"]:before {
}

/* [.h2a]のスタイル */
h2[class*="h2a"] {
    border: none;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 60px;
    margin-top: 0;
}

h2[class*="h2a"]::before {
    width: 48px;
    height: 1px;
    background: #929C25;
    bottom: 0;
    left: calc(50% - 24px);
    position: absolute;
}

h2.h2b {
    font-size: 20px;
    padding: 0 0 0 30px;
    position: relative;
    margin-bottom: 29px;
    text-align: left;
}

h2.h2b::before {
    position: absolute;
    content: "";
    background: url(../images/kousa03.png)no-repeat 50% / contain;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: 0;
}

h2.h2c {
    font-size: 24px;
    color: #383C03;
    border-left: 2px solid #383C03;
    padding: 5px 25px;
}

h2.h2d {
    font-size: 24px;
    letter-spacing: 0.05em;
    background: #EDEDE4;
    border-left: 4px solid #929C25;
    padding: 10px 15px;

    
}

/* [.h3a][.h3b]共通のスタイル */
h3[class*="h3"] {
}

/* [.h3a]のスタイル */
h3[class*="h3a"] {
    font-size: 20px;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #EDEDE4;
    position: relative;
    border-left: none;
    padding-left: 0;
}

h3[class*="h3a"]::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #929C25;
    
}

/* [.h3b]のスタイル */
h3[class*="h3b"] {
    font-size: 18px;
    font-weight: bold;
    color: #929C25;
    padding: 0 0 0 25px;
    border-left: 1px solid;
}

h4.h4a{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-left: 3px solid #929C25;
    padding: 0 12px;
    line-height: 1;
}

h5.h5a{
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #929c25;

}

.dl01{
   max-width: 688px; 
    border: 1px solid #929C25;
}

.dl01 dl{
    display: flex;
    justify-content: center;
    
}

.dl01 dl:not(:last-of-type){
    border-bottom: 1px solid #929C25;
}

.dl01 dt,
.dl01 dd{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    width: 33.3333%;
    text-align: center;
    padding: 12px 10px;
}
.dl01 dt:not(:last-child){
    border-right: 1px solid #fff;
}

.dl01 dd:not(:last-child){
    border-right: 1px solid #929C25;
}

.dl01 dt{
    color: #fff;
    background: #929C25;
    
}

.dl01 dd{
    
}


ul.list-maru{
}

ul.list-maru li{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

ul.list-maru li::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 8px;
    left: 0;
    background: #929C25;
    border-radius: 100%;
}

ol.list-num{
    list-style-position:outside;
    padding: 0 0 0 20px;
    
}

ol.list-num li{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    list-style: inherit;
    margin-bottom: 15px;
}

ol.list-num li::marker{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #929C25;
}

@media (max-width: 750px) {
    h3[class*="h3b"] {
        font-size: 16px;
        padding-left: 15px;
    }

    h2.h2c {
        font-size: 15px;
    }
    
    h2.h2d {
    font-size: 18px;
  
}

/* [.h3a][.h3b]共通のスタイル */
h3[class*="h3"] {
}

/* [.h3a]のスタイル */
h3[class*="h3a"] {
    font-size: 16px;
}

h3[class*="h3a"]::before {
    
}

/* [.h3b]のスタイル */
h3[class*="h3b"] {
    font-size: 18px;
    font-weight: bold;
    color: #929C25;
    padding: 0 0 0 25px;
    border-left: 1px solid;
}

h4.h4a{
    font-size: 15px;
}

h5.h5a{
    font-size: 14px;

}

.dl01{
   overflow: scroll;
}

.dl01 dl{
    width: 688px;
    
}

.dl01 dl:not(:last-of-type){
    border-bottom: 1px solid #929C25;
}

.dl01 dt,
.dl01 dd{
    font-size: 14px;
}

ul.list-maru{
}

ul.list-maru li{
    font-size: 14px;
}
    
ul.list-maru li::before{
    top: 6px;
}

ol.list-num li{
    font-size: 14px;
    
}

ol.list-num li::marker{
    font-size: 16px;
}
}

.mt20 {
    margin-top: 20px;
}

ul.cmn_big_pages {
    max-width: 1520px;
    margin: 0 auto;
    padding: 35px 0 240px;
}

ul.cmn_big_pages li {
    width: calc(50% - 10px);
    margin: 0 5px;
}

ul.cmn_big_pages li .bg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 433px;
    border-radius: 20px;
    z-index: 0;
    overflow: hidden;
}

ul.cmn_big_pages li .bg::before {
    background: no-repeat 50% / cover;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .2s ease-in;
    z-index: -1;
}

ul.cmn_big_pages li.flow .bg::before {
    background-image: url(../images/link01.jpg);
}

ul.cmn_big_pages li.faq .bg::before {
    background-image: url(../images/link02.jpg);
}

ul.cmn_big_pages li.concept .bg::before {
    background-image: url(../images/link03.jpg);
}

ul.cmn_big_pages li .bg:hover::before {
    transform: scale(1.1);
}

ul.cmn_big_pages li p.slug {
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

ul.cmn_big_pages li h3.ttl {
}

ul.cmn_big_pages li h3.ttl a {
    font-size: 24px;
    letter-spacing: .1em;
    color: #fff;
}

li.current a, li.current-cat a {
    color: #929C25;
}

ul.monthly-list li a[aria-current*=page] {
    color: #929C25;
}

p.thum_img img {
    width: 100%;
}

@media (max-width: 750px) {
    /* [.h2a]のスタイル */ h2[class*="h2a"] {
        padding-bottom: 15px;
        margin-bottom: 40px;
    }

    h2[class*="h2a"]::before {
    }

    h2.h2b {
    }

    h2.h2b::before {
    }

    h2.h2c {
    }

    ul.cmn_big_pages {
        padding: 65px 0 0;
        margin: 0 12px 70px;
    }

    ul.cmn_big_pages li {
        width: 100%;
        margin: 0 0 10px;
    }

    ul.cmn_big_pages li .bg {
        min-height: 210px;
        border-radius: 10px;
    }

    ul.cmn_big_pages li.flow .bg {
    }

    ul.cmn_big_pages li.faq .bg {
    }

    ul.cmn_big_pages li.concept .bg {
    }

    ul.cmn_big_pages li p.slug {
        margin-bottom: 10px;
    }

    ul.cmn_big_pages li h3.ttl {
    }

    ul.cmn_big_pages li h3.ttl a {
        font-size: 20px;
    }

    p.arc_btn a {
        font-size: 12px;
        padding-left: 40px;
    }

    p.arc_btn a:before {
        width: 28px;
        height: 28px;
        background-size: 4px 8px;
        top: calc(50% - 14px);
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
pagenation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 750px) {
    .page_nation_s {
        padding: 0;
        margin: 135px -5px 40px;
    }

    .page_nation_s > * {
    }

    .page_nation_s > * a {
        font-size: 12px;
        padding: 12px 30px;
        border-radius: 5px;
    }

    .page_nation_s .area_a a {
    }

    .page_nation_s .area_b a {
        font-size: 12px;
    }

    .page_nation_s .area_a a::before {
        left: 14px;
        width: 4px;
        height: 7px;
        top: 17px;
    }

    .page_nation_s .area_b a::after {
        right: 14px;
        width: 4px;
        height: 7px;
        top: 17px;
    }
}

ul.page-numbers {
    display: flex;
    justify-content: center;
    padding-bottom: 240px;
    align-items: center;
}

ul.page-numbers li {
    margin: 0 10px;
}

ul.page-numbers li a:not(.next):not(.prev), ul.page-numbers span.page-numbers.current {
    padding: 10px 5px;
}

ul.page-numbers li a, ul.page-numbers span.page-numbers.current {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

ul.page-numbers li a {
}

ul.page-numbers span.page-numbers.current {
    border-bottom: 1px solid #707070;
}

ul.page-numbers a.next.page-numbers, ul.page-numbers a.prev.page-numbers {
    border: 1px solid #929C25;
    background: url(../images/se_r.svg) no-repeat 50% / 10px 10px;
    width: 36px;
    height: 36px;
    display: block;
    position: relative;
    border-radius: 35px;
}

ul.page-numbers a.next.page-numbers:hover, ul.page-numbers a.prev.page-numbers:hover {
    background-image: url(../images/se_r_w.svg);
    background-color: #929C25;
}

ul.page-numbers a.next.page-numbers {
}

ul.page-numbers a.prev.page-numbers {
    transform: rotate(180deg)
}

@media (max-width: 750px) {
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
pagenation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ul.page-numbers {
        padding-bottom: 76px;
    }

    ul.page-numbers li {
    }

    ul.page-numbers li a:not(.next):not(.prev), ul.page-numbers span.page-numbers.current {
    }

    ul.page-numbers li a, ul.page-numbers span.page-numbers.current {
    }

    ul.page-numbers li a {
    }

    ul.page-numbers span.page-numbers.current {
    }

    ul.page-numbers a.next.page-numbers, ul.page-numbers a.prev.page-numbers {
        width: 24px;
        height: 24px;
        background-size: 5px 5px;
    }

    ul.page-numbers a.next.page-numbers {
    }

    ul.page-numbers a.prev.page-numbers {
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
sidebar
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sidebar {
    width: 280px;
}

.sidebar ul {
}

.sidebar ul li {
    margin-bottom: 24px;
}

.sidebar ul li a {
    font-size: 15px;
    font-weight: bold;
}

.sidebar ul li a::before {
    content: "";
    width: 6px;
    height: 2px;
    background: #222222;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.sidebar ul.cat_list {
    margin-bottom: 50px;
}

@media (max-width: 750px) {
    .sidebar {
        width: 100%;
        margin: 50px 0 30px;
    }

    .sidebar ul {
    }

    .sidebar ul li {
        margin: 0 5px 5px ;
        /*width: 35%;*/
        margin-right: 28px;
    }

    .sidebar ul li a {
        font-size: 14px;
    }

    .sidebar ul li a::before {
    }

    .sidebar ul.cat_list {
        display: flex;
        margin: 0 -5px -5px;
        flex-wrap: wrap;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
promo_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.promo_txt.border_b {
    border-bottom: 1px solid #D3D3D3;
}

body:not(.home) .promo_txt {
    text-align: left;
    min-height: 360px;
    display: flex;
    align-items: center;
    padding: 0;
}

body:not(.home) .promo_txt .inner02 {
}

body:not(.home) .promo_txt p.slug {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #929C25;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

body:not(.home) .promo_txt h1.main_ttl {
    font-size: 32px;
    letter-spacing: .1em;
    background: none;
}

.promo_txt02 {
    text-align: center;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo_txt02 .inner02 {
}

.promo_txt02 p.slug {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #929C25;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.promo_txt02 h1.ttl {
    font-size: 32px;
    letter-spacing: .1em;
    background: none;
}

.promo_frame {
}

.promo_frame p.thum_img {
    background: no-repeat 50% / cover;
    background-image: url(../images/promo01.jpg);
    width: 100%;
    min-height: 480px;
}

.balls-build .promo_frame p.thum_img {
    background-image: url(../images/promo02.jpg);
}

.flow .promo_frame p.thum_img {
    background-image: url(../images/promo03.jpg);
}

.faq .promo_frame p.thum_img {
    background-image: url(../images/promo04.jpg);
}

.company .promo_frame p.thum_img {
    background-image: url(../images/promo05.jpg);
}

@media (max-width: 750px) {
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
promo_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */body:not(.home) .promo_txt {
        padding: 0;
        background-size: 278px 221px;
        background-image: url(../images/haikei01_sp.png);
        width: 100%;
        padding: 247px 20px 40px;
    }

    body:not(.home) .promo_txt .inner02 {
        padding: 0 9px;
    }

    body:not(.home) .promo_txt p.slug {
        font-size: 14px;
        margin-bottom: 12px;
    }

    body:not(.home) .promo_txt h1.main_ttl {
        font-size: 26px;
    }

    .promo_txt02 {
        min-height: 190px;
    }

    .promo_txt02 .inner02 {
    }

    .promo_txt02 p.slug {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .promo_txt02 h1.ttl {
        font-size: 26px;
    }

    .promo_frame {
    }

    .promo_frame p.thum_img {
        background-image: url(../images/promo01_sp.jpg);
        min-height: 240px;
    }

    .balls-build .promo_frame p.thum_img {
        background-image: url(../images/promo02_sp.jpg);
    }

    .flow .promo_frame p.thum_img {
        background-image: url(../images/promo03_sp.jpg);
    }

    .faq .promo_frame p.thum_img {
        background-image: url(../images/promo04_sp.jpg);
    }

    .company .promo_frame p.thum_img {
        background-image: url(../images/promo05_sp.jpg);
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
パンくず
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.breadcrumb_area {
    text-align: right;
    padding: 25px 0;
    font-size: 14px;
}

.breadcrumb_area > * {
    margin: 0 5px;
}

ol.cmn_ol_wrap01 {
}

@media (max-width: 750px) {
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
パンくず
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */.breadcrumb_area {
        font-size: 12px;
        padding: 5px 20px;
    }

    .breadcrumb_area > * {
    }

    ol.cmn_ol_wrap01 {
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.col_main_area {
    width: calc(100% - 280px);
}

.post_list_archive {
    margin: 0 -20px 25px;
}

.post_list_archive li {
    width: calc(50% - 40px);
    margin: 0 20px 55px;
    display: block;
}

.post_list_archive li .area_a {
    width: 100%;
}

.post_list_archive li .area_a p.img {
    border-radius: 5px;
    overflow: hidden;
    padding-top: 72%;
}

.post_list_archive li .area_b {
    width: 100%;
    padding: 20px 0 0;
}

.post_list_archive li .area_b h3.ttl {
    margin-bottom: 10px;
}

.post_list_archive li .area_b h3.ttl a {
    font-size: 18px;
    font-weight: bold;
}

.post_list_archive li .area_b .main_txt {
    font-size: 14px;
    margin-bottom: 20px;
}

.post_list_archive li .area_b .date {
    font-size: 14px;
    color: #383C03;
    font-family: 'Roboto', sans-serif;
}

.post_list_archive li .area_b .cat {
    font-size: 14px;
    color: #383C03;
    font-weight: bold;
}

p.past {
    max-width: 520px;
    margin: 0 auto;
}

p.past a {
    letter-spacing: .1em;
    color: #383C03;
    position: relative;
    padding-left: 28px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

p.past a::before {
    position: absolute;
    content: "";
    background: url(../images/kousa03.png) no-repeat 50% /contain;
    width: 14px;
    height: 14px;
    top: 4px;
    left: 0;
}

@media (max-width: 750px) {
    .col_main_area {
        width: 100%;
    }

    .post_list_archive {
        margin: 0;
    }

    .post_list_archive li {
        width: 100%;
        margin: 0 0 40px;
    }

    .post_list_archive li .area_a {
    }

    .post_list_archive li .area_a p.img {
        padding-top: 66%;
    }

    .post_list_archive li .area_b {
        padding: 15px 0 0;
    }

    .post_list_archive li .area_b h3.ttl {
        margin-bottom: 5px;
    }

    .post_list_archive li .area_b h3.ttl a {
        font-size: 15px;
    }

    .post_list_archive li .area_b .main_txt {
        font-size: 12px;
        margin-bottom: 19px;
    }

    .post_list_archive li .area_b .date {
        font-size: 12px;
    }

    .post_list_archive li .area_b .cat {
        font-size: 12px;
    }

    .mon_wrap {
        background: #F8F8F5;
        padding: 40px 0;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .mon_wrap h2.mon_ttl {
        font-size: 15px;
        color: #383C03;
        border-left: 2px solid #383C03;
        padding-left: 12px;
        margin: 0 30px 12px;
    }

    .mon_wrap ul li {
        font-weight: bold;
        padding: 20px 30px;
        position: relative;
    }

    .mon_wrap ul li::before {
        content: "";
        width: 6px;
        height: 2px;
        background: #222222;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .mon_wrap ul li a {
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
    }

    p.past {
        padding: 0 30px;
        margin-top: 20px;
    }

    p.past a {
        font-size: 14px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.single .single_title {
}

.single .single_title h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.single .date_wrap {
    display: flex;
    margin-bottom: 40px;
}

.single .date_wrap p {
    font-size: 14px;
    color: #383C03;
}

.single .thum_img {
    margin-bottom: 80px;
}

@media (max-width: 750px) {
    .single .single_title {
    }

    .single .single_title h1 {
    }

    .single .date_wrap {
    }

    .single .date_wrap p {
    }

    .single .thum_img {
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
施工事例一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-type-archive .kugiri_m02 {
    padding-bottom: 0;
}

.cat_wrap {
    align-items: center;
    margin-bottom: 30px;
}

.cat_wrap h2.cat_ttl {
    font-size: 16px;
    color: #383C03;
    font-family: 'Roboto', sans-serif;
    border-left: 2px solid #383C03;
    width: 136px;
    margin-right: 12px;
    padding: 10px 23px;
}

.cat_wrap ul.cat_list {
    width: calc(100% - 136px - 12px);
}

.cat_wrap ul.cat_list li {
}

.cat_wrap ul.cat_list li a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 20px;
    font-weight: bold;
}

.tag_wrap {
    border: 1px solid #D3D3D3;
    padding: 20px;
    margin-bottom: 65px;
}

.tag_wrap h2.h2b {
    padding: 0 0 0 30px;
    text-align: left;
    font-size: 16px;
    color: #383C03;
    margin-bottom: 15px;
}

.tag_wrap h2.h2b::before {
}

ul.tag_list {
    margin: 0 -8px -8px;
}

ul.tag_list li {
    margin: 0 8px 8px;
}

ul.tag_list li a {
    font-size: 12px;
    border: 1px solid;
    border-radius: 16px;
    text-align: center;
    padding: 8px 20px;
    display: block;
}

ul.cmn_work_list {
    margin: 0 -20px 30px;
}

ul.cmn_work_list li {
    width: calc(33.3333% - 40px);
    margin: 0 20px 55px;
}

ul.cmn_work_list li {
}

ul.cmn_work_list li p.img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
    padding-top: 67%;
}

ul.cmn_work_list li h3.ttl {
    margin-bottom: 20px;
}

ul.cmn_work_list li h3.ttl a {
    font-size: 16px;
}

ul.cmn_work_list li .cat {
    font-size: 14px;
    color: #383C03;
}

@media (max-width: 750px) {
    .post-type-archive .kugiri_m02 {
    }

    .cat_wrap {
        margin: 62px 0 20px;
    }

    .cat_wrap h2.cat_ttl {
        font-size: 15px;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .cat_wrap ul.cat_list {
        width: 100%;
        margin: 0 -10px;
    }

    .cat_wrap ul.cat_list li {
    }

    .cat_wrap ul.cat_list li a {
        font-size: 14px;
        margin: 0 10px;
    }

    .tag_wrap {
        padding: 15px;
        margin-bottom: 40px;
    }

    .tag_wrap h2.h2b {
        font-size: 15px;
        padding-left: 21px;
        margin-bottom: 20px;
    }

    .tag_wrap h2.h2b::before {
        width: 12px;
        height: 12px;
        top: calc(50% - 6px);
    }

    .tag_wrap ul.tag_list {
        margin: 0 -4px -4px;
    }

    .tag_wrap ul.tag_list li {
        margin: 0 4px 4px;
    }

    .tag_wrap ul.tag_list li a {
        font-size: 11px;
        padding: 4px 15px;
    }

    ul.cmn_work_list {
        margin: 0 0 30px;
    }

    ul.cmn_work_list li {
        width: 100%;
        margin: 0 0 55px;
    }

    ul.cmn_work_list li {
        margin-bottom: 35px;
    }

    ul.cmn_work_list li p.img {
        margin-bottom: 10px;
    }

    ul.cmn_work_list li h3.ttl {
        margin-bottom: 15px;
    }

    ul.cmn_work_list li h3.ttl a {
        font-size: 15px;
    }

    ul.cmn_work_list li .cat {
        font-size: 12px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
施工事例詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.single-work .kugiri_m02 {
    padding-bottom: 0;
}

.single-work .single_area {
    padding: 80px 0;
}

.single-work .single_area p {
    margin-bottom: 10px;
}

.single-work .works_top {
    position: relative;
    padding-bottom: 80px;
}

.single-work .works_top::before {
    position: absolute;
    content: "";
    width: 200vw;
    height: 652px;
    background: #F8F8F5;
    bottom: 0;
    left: -1500px;
    z-index: -1;
}

.single-work .works_top p.cat {
    font-size: 14px;
    color: #383C03;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
}

.single-work .works_top h1 {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 55px;
}

.single-work .works_top p.thum_img {
    max-width: 880px;
    margin: 0 auto;
}

.single-work .works_top .house_data {
    padding: 195px 100px 83px;
    margin-top: -145px;
    background: #fff;
}

.single-work .works_top .house_data h2 {
    padding: 0 0 0 30px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.single-work .works_top .house_data h2::before {
    width: 14px;
    height: 14px;
    top: calc(50% - 16px);
    left: 4px;
}

.single-work .works_top .house_data ul.items {
    margin-bottom: 40px;
}

.single-work .works_top .house_data ul.items li {
    margin-right: 65px;
}

.single-work .works_top .house_data li span.ttl {
    color: #383C03;
    position: relative;
    display: inline-block;
    padding-right: 16px;
}

.single-work .works_top .house_data li span.ttl::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    top: calc(50% - 8px);
    right: -3px;
    background: #222222;
}

.single-work .works_top .house_data li span.txt {
    margin-left: 15px;
}

.single-work .works_top .house_data .tag_wrap {
}

.single-work .works_top .house_data .tag_wrap ul.tag_list {
    margin: 0 -10px;
}

.single-work .works_top .house_data .tag_wrap ul.tag_list li {
    margin: 0 10px;
}

.single-work .works_top .house_data .tag_wrap ul.tag_list li a {
    font-size: 12px;
    border: 1px solid;
    border-radius: 16px;
    padding: 6px 20px;
}

.single-work .voice_area {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    margin-top: 100px;
    padding: 35px 100px;
    margin-bottom: 90px;
}

.single-work .voice_area h2 {
    font-size: 16px;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.single-work .voice_area h2::before {
    width: 14px;
    height: 14px;
    top: 4px;
    left: 4px;
}

.single-work .voice_area p.img {
    max-width: 360px;
    margin-bottom: 20px;
}

.single-work .voice_area p.txt {
    line-height: 2;
}

.single-work .relation_area {
    background: #F8F8F5;
    margin-top: 108px;
    padding: 100px 0;
    margin-bottom: 40px;
}

.single-work .relation_area h2 {
    margin-bottom: 38px;
}

.single-work .relation_area ul {
    margin-bottom: -55px;
}

@media (max-width: 750px) {
    .single-work .kugiri_m02 {
        padding: 58px 0 0;
    }

    .single-work .works_top {
        padding-bottom: 14px;
    }

    .single-work .works_top::before {
        left: -30px;
        width: calc(100% + 60px);
        height: 375px;
    }

    .single-work .works_top p.cat {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .single-work .works_top h1 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .single-work .works_top p.thum_img {
        margin: 0 0 18px;
    }

    .single-work .works_top .house_data {
        padding: 113px 20px 25px;
        margin-top: 0;
        margin: -112px -20px 0;
    }

    .single-work .works_top .house_data h2 {
        font-size: 15px;
        padding-left: 19px;
        padding-bottom: 18px;
        margin-bottom: 17px;
    }

    .single-work .works_top .house_data h2::before {
        width: 12px;
        height: 12px;
        left: 0;
        top: 5px;
    }

    .single-work .works_top .house_data ul.items {
        margin-bottom: 13px;
    }

    .single-work .works_top .house_data ul.items li {
        margin: 0 0 16px;
    }

    .single-work .works_top .house_data li span.ttl {
        width: 73px;
        padding: 0;
    }

    .single-work .works_top .house_data li span.txt {
    }

    .single-work .works_top .house_data .tag_wrap {
    }

    .single-work .works_top .house_data .tag_wrap ul.tag_list {
        margin: 0 -4px;
    }

    .single-work .works_top .house_data .tag_wrap ul.tag_list li {
        margin: 0 4px;
    }

    .single-work .works_top .house_data .tag_wrap ul.tag_list li a {
        font-size: 11px;
        padding: 5px 12px;
    }

    .single-work .voice_area {
        margin: 0 -17px 35px;
        padding: 30px 25px;
    }

    .single-work .voice_area p.img {
        margin-bottom: 16px;
    }

    .single-work .voice_area h2 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .single-work .voice_area h2::before {
        width: 12px;
        height: 12px;
        top: 2px;
    }

    .single-work .voice_area p.txt {
        font-size: 14px;
    }

    .single-work .relation_area {
    }

    .single-work .relation_area h2 {
    }

    .single-work .relation_area ul {
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お知らせ　一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body[class*=news] ul.cmn_post_list li {
    width: 100%;
    margin-bottom: 50px;
}

body[class*=news] ul.cmn_post_list li .area_a {
    width: 280px;
    margin-right: 40px;
}

body[class*=news] ul.cmn_post_list li .area_b {
    width: calc(100% - 280px - 40px);
    padding: 31px 0 0;
}

body[class*=news] .cmn_post_list li .area_b h3.ttl {
    margin-bottom: 20px;
}

body[class*=news] ul.cmn_post_list li .area_b h3.ttl a {
    font-size: 18px;
    line-height: 1.7222;
}

body[class*=news] ul.cmn_post_list li .area_b .date {
    font-size: 14px;
}

@media (max-width: 750px) {
    body[class*=news] ul.cmn_post_list li {
        margin-bottom: 25px;
    }

    body[class*=news] ul.cmn_post_list li .area_a {
        width: 100%;
        margin: 0;
    }

    body[class*=news] ul.cmn_post_list li .area_b {
        width: 100%;
        padding: 10px 0 0;
    }

    body[class*=news] ul.post-type-archive-news .cmn_post_list li .area_b h3.ttl {
        margin-bottom: 0;
    }

    body[class*=news] ul.cmn_post_list li .area_b h3.ttl a {
    }

    body[class*=news] ul.cmn_post_list li .area_b .date {
    }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カテゴリーイベントの場合　 2023 1208
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.single dl.event_field{
    
}

.single dl.event_field div{
    display: flex;
}

.single dl.event_field div:not(:last-child){
    border-bottom: 1px solid #fff;
}

.single dl.event_field dt,
.single dl.event_field dd{
    font-size: 16px;
    letter-spacing: .05em;
    padding: 15px 25px;
}

.single dl.event_field dt{
    font-weight: bold;
    width: 200px;
    color: #fff;
    background: #383C03;
    position: relative;
}

.single dl.event_field dt::before{
    /*position: absolute;*/
    content: "";
    background: no-repeat 50% / contain;
    /*top: 50%;
    left: 0;
    transform: translateY(-50%);*/
    display: inline-block;
    vertical-align: -2px;
    margin-right: 8px;
}

.single dl.event_field dt.icon01::before{
    background-image: url("../images/202312/Icon ionic-ios-calendar.png");
    width: 17px;
    height: 15px;
}

.single dl.event_field dt.icon02::before{
    background-image: url("../images/202312/Icon material-access-time.png");
    width: 17px;
    height: 17px;
}

.single dl.event_field dt.icon03::before{
    background-image: url("../images/202312/Icon feather-map-pin.png");
    width: 16px;
    height: 19px;
}

.single dl.event_field dt.icon04::before{
    background-image: url("../images/202312/Icon awesome-medal.png");
    width: 17px;
    height: 17px;
}

.single dl.event_field dd{
    width: calc(100% - 200px);
    background: #EDEDE4;
}

.single dl.event_field dd a{
    font-size: 12px;
    border-radius: 13px;
    text-align: center;
    display: table;
    color: #fff;
    background: #929C25;
    padding: 2px 7px;
    text-decoration: none;
    margin-top: 10px;
}
.single .yoyaku_btn{
    
}

.single .yoyaku_btn a{
    display: table;
    margin: 40px auto 80px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .05em;
    border-radius: 28px;
    color: #fff;
    background: #929C25;
    padding: 16px 25px;
    min-width: 400px;
    font-family: 'Roboto', sans-serif;
}

.single .event_form_wrap{
    
    padding-top: 200px;
}
.single .event_form_wrap .event_form_inner{
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    position: relative;
    padding: 40px 35px;
    margin-bottom: 48px;
}
.single .event_form_wrap h2.ttl{
    display: none;
}

.single h2.event_ttl {
    margin-bottom: 50px;
    text-align: center;
}

.single h2.event_ttl .en{
    display: table;
    margin: 0 auto 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #929c25;

}

.single h2.event_ttl .ja{
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.05em;
    
}

.scrolldown{
  position: inherit;
  top: -100px;
  left: 50%;
}
  .scrolldown::before {
    content: "";
  position: absolute;
  bottom: 0;
  left: -13px;
  width: 10px;
  height: 10px;
  animation: circlemove 1.6s ease-in-out infinite,cirlemovehide 1.6s ease-out infinite;
  border-top: 21px solid #929C25;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  z-index: 1;
}

@keyframes circlemove{
  0%{bottom:70px;}
 100%{bottom:-5px;}
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
  0%{opacity:0}
 50%{opacity:1;}
80%{opacity:0.9;}
100%{opacity:0;}
}

.event_form_wrap .form_table td{
    padding: 0;
}

@media (min-width: 751px) {
    .event_form_wrap .check01 .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.event_form_wrap .check01 .wpcf7-checkbox .wpcf7-list-item{
    width: auto;
   
}

.event_form_wrap .check01 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
     padding: 10px 28px 10px 30px;
}
}
@media (max-width: 750px) {
.single dl.event_field{
    margin-top: -40px;
}

.single dl.event_field div{
    display: block;
}

.single dl.event_field div:not(:last-child){
    border-bottom: none;
}

.single dl.event_field dt,
.single dl.event_field dd{
    font-size: 15px;
    padding: 20px 25px;
}

.single dl.event_field dt{
    width: 100%;
}

.single dl.event_field dt::before{
    vertical-align: -2px;
    margin-right: 8px;
}

.single dl.event_field dd{
    width: 100%;
}

.single dl.event_field dd a{
    margin-left: auto;
}
.single .yoyaku_btn{
}

.single .yoyaku_btn a{
    min-width: inherit;
    min-width: 330px;
    margin-top: 24px;
    margin-bottom: 50px;
    }

.single .event_form_wrap{
    overflow: hidden;
    padding-top: 200px;
}
.single .event_form_wrap .event_form_inner{
    padding: 24px;
    
}

.single h2.event_ttl {
    margin-bottom: 30px;
    }

.single h2.event_ttl .en{
    font-size: 14px;

}

.single h2.event_ttl .ja{
    font-size: 20px;
    
}

.scrolldown{
  position: inherit;
  top: -100px;
  left: 50%;
}
  .scrolldown::before {
    content: "";
  position: absolute;
  bottom: 0;
  left: -13px;
  width: 10px;
  height: 10px;
  animation: circlemove 1.6s ease-in-out infinite,cirlemovehide 1.6s ease-out infinite;
  border-top: 21px solid #929C25;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  z-index: 1;
}

.event_form_wrap .form_table td{
    padding: 0;
}

.event_form_wrap .check01 .wpcf7-checkbox {
    
}

.event_form_wrap .check01 .wpcf7-checkbox .wpcf7-list-item{
    
   
}

.event_form_wrap .check01 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
    padding: 6px 5px 6px 20px;
    margin-right: 0;

}
    
    .event_form_wrap p.check_wrap{
    display: flex;
    flex-direction: column-reverse;        
    }
    
    .event_form_wrap p.check_wrap span.check_txt{
    margin-top: 10px;
    }
    
    .event_form_wrap .wpcf7 input[type="submit"]{
        min-width: 284px;
    }

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ボールズの家づくり BALLS-BUILD
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.balls-build ol.items {
    padding: 0;
    margin: 0 0 -105px 0;
}

.balls-build ol.items li {
    counter-increment: ol_cnt;
    position: relative;
    min-height: 400px;
    margin-bottom: 105px;
}

.balls-build ol.items li .img_wrap {
    position: absolute;
    top: 0;
    overflow: hidden;
    border-radius: 10px;
}

.balls-build ol.items li.left_img .img_wrap {
    left: 0;
}

.balls-build ol.items li.right_img .img_wrap {
    right: 0;
}

.balls-build ol.items li.items_list01 .img_wrap {
    left: calc(50% - 731px);
}

.balls-build ol.items li.items_list02 .img_wrap {
    right: calc(50% - 663px);
}

.balls-build ol.items li.items_list03 .img_wrap {
    left: calc(50% - 811px);
}

.balls-build ol.items li.items_list04 .img_wrap {
    right: calc(50% - 741px);
}

@media (min-width: 751px) and (max-width: 1366px) {
    .balls-build ol.items li.items_list04 .img_wrap {
        right:-143px;
    }
}

.balls-build ol.items li p.img {
    position: relative;
    transition: .3s ease-in;
}

.balls-build ol.items li::before {
    position: absolute;
    content: "";
    background: no-repeat 50% / contain;
    z-index: 1;
}

.balls-build ol.items li p.img img {
    transition: .3s ease-in;
}

.balls-build ol.items li p.img:hover img {
    transform: scale(1.02);
}

.is-animated {
    animation: anime 3s 0s forwards;
}

@keyframes anime {
    0% {
        transform: scale(1.16)
    }

    100% {
        transform: scale(1)
    }
}

.balls-build ol.items li.items_list01::before {
    background-image: url(../images/balls_icon01.png);
    width: 98px;
    height: 98px;
    top: -35px;
    left: -160px;
}

.balls-build ol.items li.items_list02::before {
    background-image: url(../images/balls_icon02.png);
    width: 155px;
    height: 162px;
    bottom: -30px;
    right: -145px;
}

.balls-build ol.items li.items_list03::before {
    background-image: url(../images/balls_icon03.png);
    width: 130px;
    height: 69px;
    bottom: 25px;
    left: 307px;
}

.balls-build ol.items li.items_list04::before {
    background-image: url(../images/balls_icon04.png);
    width: 60px;
    height: 132px;
    top: -35px;
    right: -175px;
}

.balls-build ol.items li p.img img {
    border-radius: 10px;
}

.balls-build ol.items li.items_list01 .box {
    padding: 40px 0 96px 544px;
}

.balls-build ol.items li.items_list02 .box {
    padding: 80px 425px 220px 104px;
}

.balls-build ol.items li.items_list03 .box {
    padding: 40px 117px 114px 494px;
}

.balls-build ol.items li.items_list04 .box {
    padding: 40px 574px 95px 0;
}

.balls-build ol.items li p.policy {
    color: #929C25;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.balls-build ol.items li p.policy::after {
    content: counter(ol_cnt, decimal-leading-zero);
    margin-left: 8px;
}

.balls-build ol.items li h3.ttl {
    font-size: 24px;
    line-height: 1.70833;
    margin-bottom: 40px;
}

.balls-build ol.items li p.txt {
    line-height: 2;
}

@media (max-width: 750px) {
    .balls-build ol.items {
        margin: 80px 0 0;
    }

    .balls-build ol.items li {
        margin-bottom: 40px;
    }

    .balls-build ol.items li .img_wrap {
        position: static;
    }

    .balls-build ol.items li.items_list01 .img_wrap {
        margin-left: -15px;
    }

    .balls-build ol.items li.items_list02 .img_wrap {
    }

    .balls-build ol.items li.items_list03 .img_wrap {
        margin-left: -30px;
        border-radius: 0 10px 10px 0;
    }

    .balls-build ol.items li.items_list04 .img_wrap {
    }

    .balls-build ol.items li p.img {
        margin-bottom: 35px;
        width: 330px;
    }

    .balls-build ol.items li.items_list02 p.img {
        width: 228px;
        margin-left: auto;
        margin-right: 10px;
        margin-bottom: 28px;
    }

    .balls-build ol.items li.items_list03 p.img {
        width: 336px;
    }

    .balls-build ol.items li::before {
    }

    .balls-build ol.items li.items_list01::before {
        width: 54px;
        height: 54px;
        top: -20px;
        left: 0;
    }

    .balls-build ol.items li.items_list02::before {
        right: 0px;
        width: 81px;
        height: 84px;
        bottom: 314px;
    }

    .balls-build ol.items li.items_list03::before {
        right: -2px;
        width: 66px;
        height: 35px;
        bottom: 260px;
        left: auto;
    }

    .balls-build ol.items li.items_list04::before {
        width: 34px;
        height: 70px;
        top: -18px;
        right: 18px;
    }

    .balls-build ol.items li.items_list03 p.img img {
        border-radius: 0 10px 10px 0;
    }

    .balls-build ol.items li.items_list01 .box {
        padding: 0;
        padding-left: 18px;
    }

    .balls-build ol.items li.items_list02 .box {
        padding: 0;
    }

    .balls-build ol.items li.items_list03 .box {
        padding: 0;
    }

    .balls-build ol.items li.items_list04 .box {
        padding: 0;
    }

    .balls-build ol.items li p.policy {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .balls-build ol.items li p.policy::after {
        margin-left: 4px;
    }

    .balls-build ol.items li h3.ttl {
        font-size: 18px;
        margin-bottom: 17px;
    }

    .balls-build ol.items li p.txt {
        font-size: 14px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
家づくりの流れ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.flow .kugiri_m02 {
    padding-top: 86px;
}

.flow p.main_img {
    text-align: center;
    margin-bottom: 242px;
}

.flow p.main_img img {
    margin: 0 auto;
}

.flow ol.items {
    padding: 0;
}

.flow ol.items > li {
    position: relative;
    display: flex;
    max-width: 880px;
    margin: 0 auto 60px;
    padding-bottom: 28px;
}

.flow ol.items > li:not(:first-child) {
    padding-bottom: 48px;
}

.flow ol.items li::before, .flow ol.items li::after {
    position: absolute;
    content: "";
}

.flow ol.items > li::before {
    width: 1000px;
    height: 1px;
    background: #D3D3D3;
    bottom: 0;
    left: calc(50% - 500px);
}

.flow ol.items > li:not(:last-child)::after {
    width: 26px;
    height: 26px;
    border-top: solid 1px #D3D3D3;
    border-right: solid 1px #D3D3D3;
    position: absolute;
    left: calc(50% - 13px);
    bottom: -13px;
    transform: rotate(135deg);
}

.flow ol.items li .border::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: calc(50% - 18px);
}

.flow ol.items li .area_a {
    width: 139px;
    margin-right: 55px;
}

.flow ol.items li .area_a p.img {
}

.flow ol.items li .area_b {
    width: calc(100% - 139px - 55px);
    padding: 27px 0 0 0;
}

.flow ol.items li .area_b h3.main_ttl {
    font-size: 24px;
    color: #383C03;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.flow ol.items li .area_b h3.main_ttl .remote {
    font-size: 15px;
    color: #383C03;
    border: 1px solid #383C03;
    border-radius: 16px;
    text-align: center;
    display: inline-block;
    margin-left: 24px;
    padding: 2px 18px;
}

.flow ol.items li .area_b .txt_wrap p.txt {
    font-size: 15px;
    line-height: 2;
}

.flow ol.items li .area_b .txt_wrap p.txt:not(:last-child) {
    margin-bottom: 30px;
}

.flow ol.items li .area_b p.txt {
    font-size: 15px;
    line-height: 2;
}

.flow ol.items li .area_b ul.contact_list {
    margin: 20px -5px;
    width: 590px;
}

.flow ol.items > li .area_b ul.contact_list li {
    background: #EDEDE4;
    width: calc(50% - 10px);
    margin: 0 5px;
    padding: 22px 0;
    border-radius: 5px;
}

.flow ol.items li .area_b ul.contact_list li h4.ttl {
    font-size: 14px;
    color: #383C03;
    padding-left: 15px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.flow ol.items li .area_b ul.contact_list li.mail h4.ttl {
    margin-bottom: 25px;
}

.flow ol.items li .area_b ul.contact_list li.tel h4.ttl {
    margin-bottom: 5px;
}

.flow ol.items li .area_b ul.contact_list li h4.ttl::before {
    position: absolute;
    content: "";
    background: no-repeat 50% / contain;
    left: 0;
}

.flow ol.items li .area_b ul.contact_list li.mail h4.ttl::before {
    background-image: url("../images/Icon feather-mail.svg");
    width: 14px;
    height: 11px;
    top: calc(50% - 5px);
}

.flow ol.items li .area_b ul.contact_list li.tel h4.ttl::before {
    background-image: url("../images/Icon material-local-phone.svg");
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
}

.flow ol.items li .area_b ul.contact_list li.mail p.btn {
    text-align: center;
}

.flow ol.items li .area_b ul.contact_list li.mail p.btn a {
    font-size: 12px;
    color: #fff;
    min-width: 240px;
    background: #383C03;
    border-radius: 28px;
    padding: 15px 24px;
}

.flow ol.items li .area_b ul.contact_list li.mail p.btn a:hover {
    background: #929C25;
    opacity: 1;
}

.flow ol.items li .area_b ul.contact_list li.tel p.btn {
    text-align: center;
}

.flow ol.items li .area_b ul.contact_list li.tel p.btn a {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    color: #383C03;
}

.flow ol.items li .area_b ul.contact_list li.tel p.btn a:hover {
    color: #929C25;
    opacity: 1;
}

.flow ol.items li .area_b ul.contact_list li p.open {
    font-size: 12px;
    color: #383C03;
    text-align: center;
}

@media (max-width: 750px) {
    .flow .kugiri_m02 {
        padding-top: 59px;
    }

    .flow h2 {
        padding-bottom: 15px;
    }

    .flow p.main_img {
        margin: 0 -15px 78px;
    }

    .flow ol.items {
    }

    .flow ol.items > li {
        padding-bottom: 40px;
        margin-bottom: 39px;
    }

    .flow ol.items li::before, .flow ol.items li::after {
    }

    .flow ol.items > li::before {
        width: calc(100% + 60px);
        left: -30px;
    }

    .flow ol.items > li:last-child::before {
        content: none;
    }

    .flow ol.items > li:not(:last-child)::after {
    }

    .flow ol.items li .border::before {
    }

    .flow ol.items li .area_a {
        position: absolute;
        width: 80px;
        height: 80px;
    }

    .flow ol.items li .area_a p.img {
    }

    .flow ol.items li .area_b {
        width: 100%;
    }

    .flow ol.items li.step01 .area_b , .flow ol.items li.step05 .area_b {
        padding: 17px 0 0;
    }

    .flow ol.items li.step04 .area_b {
        padding: 18px 0 0;
    }

    .flow ol.items li .area_b h3.main_ttl {
        font-size: 18px;
        flex-direction: column;
        padding-left: 95px;
        align-items: flex-start;
        margin-bottom: 48px;
    }

    .flow ol.items li.step01 .area_b h3.main_ttl {
        margin-bottom: 28px;
        font-size: 16px;
    }

    .flow ol.items li.step04 .area_b h3.main_ttl {
        margin-bottom: 30px;
    }

    .flow ol.items li.step05 .area_b h3.main_ttl {
        margin-bottom: 28px;
    }

    .flow ol.items li .area_b h3.main_ttl .remote {
        font-size: 12px;
        display: block;
        margin: 4px 0 0;
        padding: 3px 10px;
    }

    .flow ol.items li .area_b .txt_wrap p.txt {
        font-size: 14px;
    }

    .flow ol.items li .area_b .txt_wrap p.txt:not(:last-child) {
        margin-bottom: 24px;
    }

    .flow ol.items li .area_b p.txt {
        font-size: 14px;
    }

    .flow ol.items li .area_b ul.contact_list {
        width: 100%;
        margin: 10px 0 -10px;
    }

    .flow ol.items > li .area_b ul.contact_list li {
        width: 100%;
        margin: 0 0 10px;
        padding: 20px 0;
    }

    .flow ol.items li .area_b ul.contact_list li h4.ttl {
        font-size: 14px;
    }

    .flow ol.items li .area_b ul.contact_list li.mail h4.ttl {
        margin-bottom: 10px;
    }

    .flow ol.items li .area_b ul.contact_list li.tel h4.ttl {
        margin-bottom: 1px;
    }

    .flow ol.items li .area_b ul.contact_list li h4.ttl::before {
    }

    .flow ol.items li .area_b ul.contact_list li.mail h4.ttl::before {
    }

    .flow ol.items li .area_b ul.contact_list li.tel h4.ttl::before {
    }

    .flow ol.items li .area_b ul.contact_list li.mail p.btn {
    }

    .flow ol.items li .area_b ul.contact_list li.mail p.btn a {
        display: table;
        margin: 0 auto;
    }

    .flow ol.items li .area_b ul.contact_list li.tel p.btn {
        margin-bottom: -5px;
    }

    .flow ol.items li .area_b ul.contact_list li.tel p.btn a {
    }

    .flow ol.items li .area_b ul.contact_list li p.open {
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
よくあるご質問
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.faq {
}

.faq .kugiri_m02 {
    padding-top: 95px;
}

ul.link_list {
    width: 780px;
    margin: 0 auto 75px;
}

ul.link_list li {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px;
}

ul.link_list li a {
    font-size: 14px;
    min-width: 240px;
    text-align: center;
    border-radius: 28px;
    border: 1px solid;
    display: table;
    padding: 15px;
}

ul.link_list li a:hover {
    background: #222222;
    color: #fff;
    opacity: 1;
}

.faq h2.main_ttl {
    font-size: 20px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 29px;
}

.faq h2.main_ttl::before {
    position: absolute;
    content: "";
    background: url(../images/kousa03.png)no-repeat 50% / contain;
    width: 21px;
    height: 21px;
    top: calc(50% - 10.5px);
    left: 0;
}

div.inner02:not(#yosan) > .qa_wrap {
    margin-bottom: 70px;
}

.qa_box {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 15px 25px;
}

.qa_box:not(:last-child) {
    margin-bottom: 20px;
}

.nav-open {
    border: none;
    font-size: 20px;
    padding: 0;
}

.nav-open .q {
    font-size: 24px;
    color: #929C25;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    margin-right: 20px;
}

.nav-open::before {
    background: #383C03;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    top: 0;
    right: -5px;
}

.nav-open.active::before {
    background: #929C25;
}

.nav-open + nav {
    line-height: 1.7;
    padding: 8px 117px 0 38px;
}

@media (max-width: 750px) {
    .faq {
    }

    .faq .kugiri_m02 {
        padding-top: 60px;
    }

    ul.link_list {
        width: 100%;
        margin: 0 -4px 40px;
    }

    ul.link_list li {
        width: calc(50% - 8px);
        margin: 0 4px 10px;
    }

    ul.link_list li a {
        font-size: 12px;
        min-width: auto;
        display: block;
        padding: 10px 6px;
    }

    .faq h2.main_ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .faq h2.main_ttl::before {
        width: 18px;
        height: 18px;
    }

    div.inner02:not(#yosan) > .qa_wrap {
        margin-bottom: 55px;
    }

    .qa_box {
        padding: 20px 15px 20px;
    }

    .qa_box:not(:last-child) {
        margin-bottom: 15px;
    }

    .nav-open {
        font-size: 15px;
        position: relative;
        padding-left: 22px;
        padding-right: 30px;
    }

    .nav-open .q {
        font-size: 20px;
        position: absolute;
        margin: 0;
        top: -5px;
        left: 0;
    }

    .nav-open::before {
        width: 28px;
        height: 28px;
        font-size: 20px;
        right: 0;
    }

    .nav-open.active::before {
    }

    .nav-open + nav {
        font-size: 14px;
        padding: 17px 0 10px;
        line-height: 1.5;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問い合わせ 相談内容
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-contact .kugiri_m02 {
    padding-top: 95px;
}

.page-contact .inner03, .page-reserve .inner03 {
    padding-bottom: 80px;
    position: relative;
    margin-bottom: 80px;
}

.page-contact .inner03::before, .page-reserve .inner03::before {
    position: absolute;
    content: "";
    background: #D3D3D3;
    width: 1600px;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.page-contact .inner03 p.main_lead, .page-reserve .inner03 p.main_lead {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 25px;
}

.page-contact .tel_wrap {
    background: #EDEDE4;
    border-radius: 10px;
    max-width: 680px;
    margin: 0 auto 40px;
    padding: 27px 55px;
}

.page-contact .tel_wrap > * {
    width: 50%;
}

.page-contact .tel_wrap p.ttl {
    font-size: 18px;
    position: relative;
    color: #383C03;
    padding-left: 15px;
    font-weight: bold;
    display: table;
    padding: 8px 0 0 22px;
    border-right: 1px solid #929C25;
}

.page-contact .tel_wrap p.ttl::before {
    position: absolute;
    content: "";
    background: url("../images/Icon material-local-phone.svg") no-repeat 50% / contain;
    width: 14px;
    height: 14px;
    left: 0;
    top: 12px;
}

.page-contact .tel_wrap .tel {
    padding-left: 70px;
}

.page-contact .tel_wrap .tel p.num {
    text-align: center;
}

.page-contact .tel_wrap .tel p.num a {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
}

.page-contact .tel_wrap .tel p.num a:hover {
    opacity: 1;
    color: #929C25;
}

.page-contact .tel_wrap .tel .open {
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
}

.page-contact h2.ttl {
    font-size: 24px;
    color: #383C03;
    padding: 0 0px 0 45px;
    position: relative;
    margin: 0 auto 50px;
    display: table;
}

.page-contact h2.ttl::before {
    position: absolute;
    content: "";
    background: url("../images/Icon feather-mail.svg") no-repeat 50% / contain;
    width: 25px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

table.form_table.change01.ipt_custom {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.form_table tr {
    margin-bottom: 22px;
    display: block;
    border: none !important;
}

.form_table th, .form_table td {
    display: block;
    width: 100%;
    max-width: none;
    padding: 5px 10px;
}

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

span.wpcf7-form-control.wpcf7-radio > span {
    max-width: none;
}

.ipt_custom input[type*="radio"] + span, .ipt_custom input[type*="checkbox"] + span {
    font-size: 16px;
    font-weight: 400;
}

.ipt_custom input[type*="checkbox"] + span {
    padding: 10px 30px;
}

.ipt_custom input[type*="checkbox"] + span:before {
    left: 0;
}



.ipt_custom input[type*="checkbox"]:checked + span:after {
    left: 4px;
    border-color: #929C25;
}

@media (max-width: 750px) {
    .ipt_custom input[type*="checkbox"]:checked + span:after {
        left: 3px;
        border-width: 3px;
        width: 10px;
    }
}

.wpcf7-list-item {
    /*margin-left: 15px; 202312*/
    display: inline;
    margin: 0;
}

.check01 .wpcf7-list-item{
     margin-left: 0;
    display: inline-block;
    width: 48%;
}

.form_table input {
    font-size: 16px;
    padding: 14px 20px;
    border: 1px solid #BEBEBE;
    background: #fff;
}

.wpcf7 span, .wpcf7 textarea {
    font-size: 12px;
    font-weight: bold;
}

input::placeholder {
    color: #D3D3D3;
}

.require, .any {
    padding: 2px 10px;
    border-radius: 2px !important;
    background: #E66262;
    margin: 0 0 0 12px;
}

tr.addr_wrap .ttl {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

tr.addr_wrap p.addr {
    width: 200px;
    margin-right: 15px;
}

tr.addr_wrap p.addr02 {
    width: calc(100% - 200px - 15px);
}

tr.addr_wrap p.addr03 {
    width: calc(100% - 360px - 15px);
    margin-right: 15px;
}

tr.addr_wrap p.addr04 {
    width: 360px;
}

tr.addr_wrap .addr_list:not(:last-child) {
    margin-bottom: 10px;
    position: relative;
}

span.note {
    color: #383C03;
    font-weight: 500;
    display: inline-flex;
    position: absolute;
    flex-direction: column;
    top: 28px;
    left: 165px;
}

.wpcf7 textarea {
    background: #fff;
    border: 1px solid #BEBEBE;
}

p.check_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

span.check_txt {
    display: flex;
    align-items: center;
    font-size: 16px;
}

span.check_txt a {
    font-size: 16px;
    color: #5080B1;
    margin-left: 10px;
}

.page-reserve p.cmn_btn a, .page-contact p.cmn_btn a {
    margin: 0 auto;
    min-width: 320px;
}

.page-reserve main h2 {
    color: #383C03;
    text-align: center;
    margin-bottom: 45px;
}

.line_bnr{
    text-align: center;
    margin-bottom: 45px;
}

.line_bnr img{
    max-width: 300px;
}

tr.time_wrap {
}

tr.time_wrap th {
    margin-bottom: 10px;
}

tr.time_wrap th .th_txt {
    font-size: 12px;
    display: block;
    letter-spacing: .05em;
    font-weight: 500;
    margin-top: 5px;
}

tr.time_wrap td {
}

tr.time_wrap td h4 {
    color: #363636;
    background: #E3E3D3;
    border-radius: 4px;
    padding: 5px 15px;
    margin-bottom: 9px;
}

tr.time_wrap td p.date {
    border-bottom: 1px solid #E3E3D3;
    margin-left: 15px;
    margin: 0 15px;
}
tr.time_wrap td h4 .date_txt{
    font-size: 11px;
    margin-left: 16px;
    vertical-align: middle;
    font-weight: normal;
}

input[type="date"] {
  position: relative;
    width: 150px;
    text-align: left;
}
/*202312 1208*/
@media (max-width: 750px) {
    .line_bnr {
        margin-bottom: 15px;
    }
    .line_bnr img{
    max-width: 240px;
        
}
    tr.time_wrap th .th_txt {
        font-size: 10px;
    }
    
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  z-index: 1;
}

input[type="date"]::after {
  content: '';
  background-image: url(../images/calendar-regular.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

tr.time_wrap td p.time {
    border-bottom: 1px solid #E3E3D3;
    margin: 0 15px 10px;
}

tr.time_wrap td p.day {
}

.form_table input.wpcf7-date {
    border: none;
    background-color: #fff !important;
    padding: 14px 0;
    /*margin-left: 15px; 1208*/
}

@media (max-width: 750px) {
.form_table input.wpcf7-date {
    display: flex !important;
    width: 150px !important;
    color: #5080B1 !important;
    border: 1px solid #E3E3D3;
    margin: 15px 0 15px 0 !important;/*1208 202312*/
    padding: 15px 5px;
}
}

tr.time_wrap td p.other {
    margin: 10px 0 0 0;
}

.form_table input.other {
    /*max-width: 300px;
    margin-left: 15px; 1208*/
}

tr.time_wrap span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
    display: flex;
}

.content-form button, .wpcf7 input[type="submit"] {
    font-size: 14px;
    min-width: 400px;
    border-radius: 38px;
    padding: 22px 40px;
    border: 1px solid;
    background: none;
    color: inherit;
    transition: .3s ease-in;
}

.content-form button:hover, .wpcf7 input[type="submit"]:hover {
    background: #222222;
    color: #fff;
    opacity: 1;
}

.ipt_custom input[type*="radio"]:checked + span:after, .ipt_custom [class*="exclusive"] input[type*="checkbox"]:checked + span:after {
    background: #383C03;
    top: 1px;
    left: 16px;
    width: 8px;
    height: 8px;
}

.any {
    background: #929C25 !important;
}

@media (max-width: 750px) {
    .ipt_custom input[type*="radio"]:checked + span:after, .ipt_custom [class*="exclusive"] input[type*="checkbox"]:checked + span:after {
        top: -3.5px;
        left: 3px;
        width: 6px;
        height: 6px;
    }
}

.form_btn {
    margin-left: 85px;
}

@media (max-width: 750px) {
    .page-contact .kugiri_m02, .page-reserve .kugiri_m02 {
        padding-top: 58px;
    }

    .page-contact .inner03, .page-reserve .inner03 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .page-contact .inner03::before , .page-reserve .inner03::before {
        width: calc(100% + 60px);
        left: 165px;
    }

    .page-contact .inner03 p.main_lead, .page-reserve .inner03 p.main_lead {
        font-size: 14px;
    }
    
    .page-reserve .inner03 p.main_lead {
        text-align:left;
        }

    .page-contact .tel_wrap {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .page-contact .tel_wrap > * {
        width: 100%;
    }

    .page-contact .tel_wrap p.ttl {
        font-size: 16px;
        padding-top: 28px;
        border: none;
        padding-bottom: 17px;
        margin-bottom: 18px;
    }

    .page-contact .tel_wrap p.ttl::before {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
        top: 0;
    }

    .page-contact .tel_wrap p.ttl::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 1px;
        background: #929C25;
        left: calc(50% - 20px);
        bottom: 0;
    }

    .page-contact .tel_wrap .tel {
        padding: 0;
    }

    .page-contact .tel_wrap .tel p.num {
    }

    .page-contact .tel_wrap .tel p.num a {
    }

    .page-contact .tel_wrap .tel .open {
    }

    .page-contact h2.ttl {
        font-size: 18px;
        padding: 24px 0 0;
        margin-bottom: 20px;
    }

    .page-contact h2.ttl::before {
        width: 20px;
        height: 16px;
        left: calc(50% - 10px);
        top: 0;
    }

    table.form_table.change01.ipt_custom {
    }

    .form_table tr {
        display: table;
        margin-bottom: 0;
    }

    .form_table td {
    }

    .form_table th, .form_table td {
        font-size: 14px;
        padding: 0;
        margin-top: -5px;
    }

    span.wpcf7-form-control.wpcf7-radio {
        margin: 0;
    }

    span.wpcf7-form-control.wpcf7-radio > span {
    }

    main .page-reserve h2 {
        margin-bottom: 20px;
    }

    tr.time_wrap span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
        flex-wrap: wrap;
    }

    tr.time_wrap span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox > span {
        width: 48%;
        display: block;
    }

    .ipt_custom input[type*="radio"] + span, .ipt_custom input[type*="checkbox"] + span {
        font-size: 14px;
        padding: 6px 20px;
        margin-right: 10px;
        margin-bottom: 3px;
    }

    .ipt_custom input[type*="radio"] + span:before, .ipt_custom input[type*="checkbox"] + span:before {
        width: 13px;
        height: 13px;
        top: -2px;
        left: 0;
    }

    .form_table input {
        padding: 10px 12px;
    }

    span.note {
        left: 156px;
        top: 16px;
    }

    span.note > span:not(:last-child) {
        margin-bottom: 5px;
    }

    .wpcf7 span, .wpcf7 textarea {
        font-size: 10px;
    }

    input::placeholder {
        font-size: 14px;
    }

    .require, .any {
        margin: 0 0 0 10px;
    }

    tr.addr_wrap .ttl {
        font-size: 14px;
        margin-bottom: 3px;
    }

    tr.addr_wrap p.addr {
        width: calc(50% - 6px);
        margin-right: 12px;
    }

    tr.addr_wrap p.addr02 {
        width: calc(50% - 6px);
    }

    tr.addr_wrap p.addr03 {
        width: 100%;
        margin: 0;
    }

    tr.addr_wrap p.addr04 {
        width: 100%;
    }

    tr.addr_wrap .addr_list:not(:last-child) {
    }

    .wpcf7 textarea {
    }

    p.check_wrap {
        margin: 20px 0 39px;
    }

    span.check_txt {
        font-size: 14px;
    }

    span.check_txt a {
        font-size: 14px;
    }

    .content-form button, .wpcf7 input[type="submit"] {
        min-width: 330px;
        font-size: 12px;
        padding: 15px;
    }

    .form_btn {
        margin-left: 0;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.policy {
}

.policy p.main_lead {
    margin-bottom: 50px;
}

.policy .box {
    margin-bottom: 80px;
}

.policy h2 {
    margin-bottom: 20px;
}

.policy p:not(.main_lead) {
}

.policy .main_area ul {
    padding-left: 18px;
}

.policy .main_area ul li {
    list-style: disc;
}

.policy .mb35 {
    margin-bottom: 35px;
}

.policy .mb45 {
    margin-bottom: 45px;
}

.policy .mb20 {
    margin-bottom: 20px;
}

@media (max-width: 750px) {
    .policy .kugiri_m02 {
        padding-top: 60px;
    }

    .policy p.main_lead {
        margin-bottom: 50px;
        font-size: 14px;
    }

    .policy .box {
        margin-bottom: 80px;
        font-size: 14px;
    }

    .policy h2 {
        margin-bottom: 20px;
    }

    .policy p:not(.main_lead) {
        font-size: 14px;
    }

    .policy .main_area ul {
        padding-left: 18px;
        margin-bottom: 0 !important;
    }

    .policy .main_area ul li {
        list-style: disc;
        font-size: 14px;
    }

    .policy .mb35 {
        margin-bottom: 35px;
    }

    .policy .mb45 {
        margin-bottom: 45px;
    }

    .policy .mt20 {
        margin-top: 20px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
thanks
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.thanks .kugiri_m02 {
    padding: 0;
}

.thanks h2 {
    margin-bottom: 40px;
}

.thanks p.txt {
    margin-bottom: 40px;
}

.thanks p.cmn_btn a {
    margin: 0 auto;
}

/**************************
 下層　＞ 会社概要
***************************/
.company .kugiri_m02 {
    padding: 86px 0 152px;
}

.company .main_area .base_width {
    width: auto;
    max-width: none;
    min-width: auto;
}

.company .com_width {
    width: 1080px;
    margin: 0 auto;
}

.company .img_ps {
    position: relative;
}

.company .inner03 {
    width: 100%;
    padding: 0 464px 227px 0;
    letter-spacing: .05em;
}

.company h2.ttl {
    font-size: 28px;
    position: relative;
    line-height: 1;
    padding-bottom: 28px;
    margin-bottom: 59px;
}

.company h2.ttl::after {
    position: absolute;
    content: "";
    background: #929C25;
    width: 48px;
    height: 1px;
    bottom: 0;
    left: 0;
}

.company .president {
    position: absolute;
    right: 0;
    top: 123px;
}

.company .president p.main_img {
    position: relative;
    margin-bottom: 12px;
}

.company .president p.main_img::before, .company .president p.main_img::after {
    position: absolute;
    content: "";
    background: no-repeat 50% / contain;
}

.company .president p.main_img::before {
    background-image: url(../images/kousa05.png);
    width: 90px;
    height: 47px;
    top: -15px;
    left: 17px;
}

.company .president p.main_img::after {
    background-image: url(../images/kousa02.png);
    width: 69px;
    height: 137px;
    bottom: 18px;
    right: -30px;
}

.company .president p.main_img img {
    border-radius: 20px;
}

.company .president p.name {
    font-weight: bold;
    margin-bottom: 8px;
}

.company .president span.lead {
    font-size: 12px;
    display: inline-block;
    margin-right: 12px;
}

.company .president p.txt {
    font-size: 12px;
    color: #959595;
}

.company .inner03 h3.ttl {
    color: #383C03;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 43px;
}

.company .inner03 .txt_wrap {
    padding-right: 60px;
}

.company .inner03 .txt_wrap p {
    line-height: 2;
}

.company .inner03 .txt_wrap p:not(:last-child) {
    margin-bottom: 35px;
}

.company .staff {
    padding-bottom: 107px;
}

.company .staff h2.ttl {
    margin-bottom: 64px;
}

.company .staff ol.items {
    margin: 0 -30px -57px;
    padding: 0;
}

.company .staff ol.items li {
    counter-increment: ol_cnt;
    width: calc(33.3333% - 60px);
    margin: 0 30px 57px;
    overflow: hidden;
}

.company .staff ol.items li p.img {
    position: relative;
    margin-bottom: 16px;
    transition: .3s ease-in;
}

.balls-build ol.items li p.img:hover img {
    transform: scale(1.02);
}

.company .staff ol.items li p.img::before, .company .staff ol.items li p.img::after {
    position: absolute;
    writing-mode: vertical-rl;
    white-space: nowrap;
    right: 0;
    color: #383C03;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
}

.company .staff ol.items li p.img::before {
    content: "MEMBER";
    top: 120px;
}

.company .staff ol.items li p.img::after {
    content: counter(ol_cnt, decimal-leading-zero);
    bottom: 114px;
}

.company .staff ol.items li p.img img {
    border-radius: 20px;
}

.company .staff ol.items li p.ttl {
    font-weight: bold;
    text-align: center;
    color: #383C03;
    max-width: 300px;
    margin-bottom: 10px;
}

.company .staff ol.items li p.txt {
    font-size: 14px;
    line-height: 1.8;
}

.company .t_bg {
    background: #F8F8F5;
    padding: 125px 0 68px;
}

.company .t_bg h2 {
    margin-bottom: 0;
}

.company table {
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    margin-top: -29px;
    border: none;
}

.company table tr {
    border-bottom: 1px solid #E3E3D3;
}

.company table tr th, .company table tr td {
    background: none;
    border: none !important;
    padding: 28px 0;
    text-align: left;
}

.company table tr th {
    width: 24%;
    font-weight: 500;
    vertical-align: baseline;
}

.company table tr td {
    width: 76%;
}

.company table tr td .zip {
    display: block;
}

.company table tr td .btn {
    display: inline-block;
    margin-left: 20px;
}

.company table tr td .btn a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #929C25;
    border-radius: 13px;
    text-align: center;
    display: inline-block;
    padding: 1px 10px;
    vertical-align: 3px;
    letter-spacing: 0;
    border: 1px solid #929C25;
}

.company table tr td .btn a:hover {
    color: #929C25;
    background: #fff;
}

.company .access {
    padding: 119px 0 0;
}

.company .access h2 {
    margin-bottom: 60px;
}

.company .access .inner04 {
    margin-bottom: 40px;
}

.company .access p.main_txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    padding-top: 23px;
}

.company .access .addr_wrap {
    width: 540px;
    background: #F8F8F5;
    margin-left: auto;
    padding: 25px 27px;
    border-radius: 10px;
    color: #383C03;
    font-size: 14px;
}

.company .access .addr_wrap p.addr {
    margin-bottom: 10px;
}

.company .access .addr_wrap span.zip {
    display: table;
}

.company .access .addr_wrap p.open {
}

.company .access .map {
}

.company .access .map iframe {
    border-radius: 20px;
}

@media (max-width: 750px) {
    .company {
    }

    .company .kugiri_m02 {
        padding: 61px 0 75px;
    }

    .company .com_width {
        width: calc(100% - 60px);
    }

    .company .inner03 {
        width: 100%;
        padding: 0 0 75px 0;
    }

    .company h2.ttl {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 55px;
    }

    .company h2.center_ttl {
        text-align: center;
    }

    .company h2.center_ttl::after {
        left: calc(50% - 24px);
    }

    .company .president {
        position: static;
        max-width: 290px;
        margin: 0 auto 30px;
    }

    .company .president p.main_img {
    }

    .company .president p.main_img::before, .company .president p.main_img::after {
    }

    .company .president p.main_img::before {
        width: 61;
        height: 32px;
        top: -11px;
        left: -5px;
    }

    .company .president p.main_img::after {
        right: -19px;
        width: 49px;
        height: 96px;
        bottom: 7px;
    }

    .company .president p.main_img img {
    }

    .company .president p.name {
        font-size: 14px;
        text-align: center;
        margin-left: 18px;
        margin-bottom: 8px;
    }

    .company .president span.lead {
        font-size: 10px;
        margin-right: 12px;
    }

    .company .president p.txt {
        font-size: 10px;
        text-align: center;
    }

    .company .inner03 h3.ttl {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .company .inner03 .txt_wrap {
        padding: 0;
    }

    .company .inner03 .txt_wrap p {
        font-size: 14px;
    }

    .company .inner03 .txt_wrap p:not(:last-child) {
        margin-bottom: 27px;
    }

    .company .staff {
        padding-bottom: 34px;
    }

    .company .staff h2.ttl {
        margin-bottom: 40px;
    }

    .company .staff ol.items {
        margin: 0 -8px -15px;
    }

    .company .staff ol.items li {
        width: calc(50% - 16px);
        margin: 0 8px 15px;
    }

    .company .staff ol.items li::before, .company .staff ol.items li::after {
    }

    .company .staff ol.items li::before {
    }

    .company .staff ol.items li::after {
    }

    .company .staff ol.items li p.img {
        margin-bottom: 9px;
    }

    .company .staff ol.items li p.img::before, .company .staff ol.items li p.img::after {
        font-size: 8px;
        right: -2px;
    }

    .company .staff ol.items li p.img::before {
        top: 44px;
    }

    .company .staff ol.items li p.img::after {
        bottom: 47px;
    }

    .company .staff ol.items li p.img img {
        max-width: 146px;
        border-radius: 10px;
    }

    .company .staff ol.items li p.txt {
        font-size: 12px;
    }

    .company .t_bg {
        padding: 40px 0 ;
        margin-bottom: 40px;
    }

    .company .t_bg h2 {
        margin-bottom: 37px;
    }

    .company table {
        margin: 0;
    }

    .company table tr {
        padding-bottom: 18px;
        display: block;
        margin-bottom: 19px;
    }

    .company table tr th, .company table tr td {
        font-size: 14px;
        width: 100%;
        display: block;
        padding: 0;
    }

    .company table tr th {
        margin-bottom: 5px;
    }

    .company table tr td {
    }

    .company table tr td .btn {
        margin-left: 0;
    }

    .company table tr td .btn a {
        font-size: 10px;
        margin-left: 10px;
    }

    .company .access {
        padding: 10px 0 0;
    }

    .company .access h2 {
        margin-bottom: 12px;
    }

    .company .access .inner04 {
        margin-bottom: 31px;
    }

    .company .access p.main_txt {
        font-size: 14px;
        text-align: center;
        margin: 0 auto 8px;
    }

    .company .access .addr_wrap {
        width: 100%;
        font-size: 12px;
        padding: 13px 8px;
        text-align: center;
    }

    .company .access .addr_wrap p.addr {
        margin-bottom: 5px;
    }

    .company .access .addr_wrap span.zip {
        margin: 0 auto;
    }

    .company .access .addr_wrap p.open {
    }

    .company .access .map {
        width: calc(100% + 60px);
        margin: 0 -30px;
    }

    .company .access .map iframe {
        width: 100%;
        height: auto;
        min-height: 280px;
        border-radius: 0;
    }
}

p.reca {
    font-size: 12px;
    text-align: center;
}

p.reca a {
    text-decoration: underline;
    color: #5080B1;
}

/*送信ページタイトル・リキャプチャ　非表示*/
.thanks ul.subpage-list {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}
