/*
Theme Name: Bright-en
Version: 1.0
Template: liquid-lp
*/

html {
    scroll-behavior: auto;
}
body, .wrapper{
    overflow-x: hidden;
}
.pagetop a{
    z-index: 10;  
}

/*==========テキスト==========*/
body{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03em;
    line-height: 1.8;
}
.fz_70 {
    font-size: 70%;
}
/*英字見出し*/
h2, .sec_title, .font_fig, .navbar a{
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 6rem;
}
.navbar a{
    font-size: 1rem;
}
/*丸ゴシック*/
.font_maru {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h3, .sec_h3{
	font-size: 2.2rem;
}
h4, .sec_bus_h4{
	color: #a2c096;
	font-size: 1.6rem;
	font-weight: 600;
}
.title_g{
    color: #F4F2EF;
}
.title_w{
	color: #fff;
}
.title_wb{
    color: #fff;
    text-shadow:1px 1px 0 #A2C096,-1px 1px 0 #A2C096,1px -1px 0 #A2C096,-1px -1px 0 #A2C096;
}
#sec_business .title_wb{
	text-shadow: none;
    -webkit-text-stroke: 1px #A2C096;
}
#sec_service .sec_title{
	font-size: 4rem;
}
.title_vertical{
    writing-mode: vertical-rl;
    position: absolute;
}
.mes_col .sec_h3{
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.mes_col p{
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.9;
    margin-right: 20px;
    margin-top: 2em;
}
.pro_col p{
    font-size: 0.9rem;
    line-height: 1.9;
    margin-right: 20px;
}
.pro_col svg{
    display: none;
}
.mes_col .mes_signature{
	text-align: right;
	font-weight: 600;
    font-size: 1rem;
    line-height: 1.6;
}
#sec_service .title_vertical{
	color: #EB9C7E;
	font-size: 8rem;
    right: 10px;
    top: -10px;	
}
#sec_profile .title_vertical{
	color: #A2C096;
	font-size: 2rem;
	left: 0;
	top: 60px;
}
.pro_col .sec_title{
	font-size: 3rem;
}
a:hover{
    opacity: .7;
}
.company_info a {
    color: #a2c096!important;
    text-decoration: none;
}


/*==========ヘッダー==========*/
.head{
    padding: 0.8rem 0 0.9rem;
}
.logo img{
    width: 200px !important;
    height: auto !important;
    margin: 0;
}
.navbar-nav{
    justify-content: flex-end;
}
.navbar-nav a{
    padding: .5rem 2.15rem;
}
.navbar-nav a:hover{
    background: none;
}

/*==========FV==========*/
.liquid_blocks_slider{
    height: 50vw;
}
.page_header [class^="swiper-button-"], .swiper-pagination{
    display: none;
}
.liquid_blocks_slider .wp-block-cover {
    height: 100%;
    min-height: 50vw;
}
.liquid_blocks_slider .wp-block-cover__image-background {
    height: 100%;
    object-fit: cover;
}
.liquid_blocks_slider .wp-block-cover__inner-container p{
    color: #fff !important;
    font-size: 5.2rem !important;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 7px;
}
.home .mainarea{
    margin: 0;
}

/*==========BUSINESS==========*/
#sec_business.alignfull {
    margin-bottom: 130px;
    padding-top: 50px;
}
.bus_col{
    padding: 60px;
}
.bus_col:first-of-type{
    border-radius: 25px 140px 25px 25px;
}
.bus_col:last-of-type{
    border-radius: 25px 25px 25px 140px;
}
.lp h2.sec_title {
    margin-bottom: 2rem;
}
.lp h3.sec_h3 {
    margin-bottom: 5rem;
}
.bus_col {
    padding: 80px 90px;
}
h4, .sec_bus_h4 {
    margin-bottom: 1.5rem;
}
.wp-block-column.bus_col {
    margin-right: -30px;
}

/*==========SERVICE==========*/
#sec_service{
    padding: 100px 0 140px;
    position: relative;
}
#sec_service > div{
    position: relative;
}
#sec_service .sec_title.title_vertical {
    color: #c3d3bd;
    font-size: 8rem;
    margin: 0;
    right: -107px;
    top: -40px;
}
#sec_service .sec_title {
    font-size: 5rem;
}
.ser_col{
    position: relative;
}
.ser_col .sec_title{
    position: absolute;
}
.col_consul {
    border-radius: 150px 2px 2px 2px;
    padding: 210px 210px 80px;
}
.col_consul .sec_title {
    top: 70px;
    left: -70px;
}
.consul_jirei{
    align-self: center;
    margin-bottom: 50px !important;
}
.col_consul .chart-block{
    margin-bottom: 20px !important;
}
.col_agri .sec_title {
    top: 80px;
    right: -70px;
}
.col_agri {
    border-radius: 2px 2px 150px 2px;
    margin-bottom: 50px;
    padding: 220px 210px 90px;
}

/*========== SERVICE CHART  ==========*/
.wave{
    position:relative;
    height: 200px;
    background: #fff;
}
canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400%;
}
.chart-block {
    margin: 50px auto 80px !important;
    width: 100%;
    max-width: 800px;
    text-align: center;
    height: 120px;
    display: flex;
    justify-content: space-between;
}
.wp-block-columns.chart-block.is-layout-flex {
    gap: 0px;
}
.chart-block div {
    position: relative;
    flex: 1;
    margin-right: -10px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 5px;
    background-color: #F4E2BA;
}

.col_agri .chart-block div {
    margin-right: -18px;
    background-color: #E88B6F;
}
.col_consul .chart-block div p {
    position: relative;
    z-index: 1;
    margin: 0;
}
.col_consul .chart-block div:first-of-type {
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    border-radius: 60px 20px 20px 60px;
}
.col_consul .chart-block div:last-of-type {
    margin-right: 0;
    clip-path: polygon(0% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%);
    border-radius: 3px 60px 60px 3px;
}
.col_consul .chart-block div:nth-of-type(2),
.col_consul .chart-block div:nth-of-type(3),
.col_consul .chart-block div:nth-of-type(4) {
    clip-path: polygon(0% 0, 90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
}
.col_agri .chart-block div p {
    position: relative;
    z-index: 1;
    margin: 0;
}
.col_agri .chart-block div:first-of-type {
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    border-radius: 60px 20px 20px 60px;
}
.col_agri .chart-block div:last-of-type {
    margin-right: 0;
    clip-path: polygon(0% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%);
    border-radius: 3px 60px 60px 3px;
}
.col_agri .chart-block div:nth-of-type(2){
    clip-path: polygon(0% 0, 90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
}
.agr_summary {
    margin-top: -40px!important;
}

/*========== コンサル事例  ==========*/

/*モーダル*/
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    z-index: 30;
}
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    border-radius: 3em;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-inner{
    overflow-y: scroll;
    margin-top: 10px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 4;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*モーダル中身*/

#custom-modal .jirei_content {
    padding: 0 40px;
}
#custom-modal .jirei_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px;
    flex-wrap: wrap;
}
#custom-modal .jirei_title{
    font-size: 1.1rem;
    display: inline-block;
    margin: 10px 20px 10px 10px;
}
#custom-modal .jirei_icon_list{
    display: flex;
    gap: 10px;
}

#custom-modal .jirei_icon_list h4{
    font-size: 0.9rem;
    background: #E88B6F;
    color: #fff;
    padding: 2px 6px 3px;
    border-radius: 6px;
    gap: 10px;
    margin: 0;
}
#custom-modal .jirei_list{
    margin-bottom: 0;
    font-size: 0.8rem;
}

/*==========MESSAGE==========*/
#sec_message{
    margin-bottom: 80px;
}
#sec_message h2+div{
	gap: 90px;
}
.mes_col:last-of-type{
    margin-top: 60px;
    position: relative;
}
.mes_col img{
    max-width: 42%;
    border-radius: 50px;
}
.mes_col figure:first-of-type img{
    margin-left: 30px;
}
.mes_col figure:last-of-type img{
    margin: 20px 0 0 190px;
}
/* ロゴアイコン */

.mes_col:first-of-type{
    margin-left: 20px;
}
.mes_col:last-of-type{
    margin-right: -150px;
}
.mes_col:last-of-type ::before {
    content: '';
    position: absolute;
    top: -77px;
    left: 40%;
    width: 100px;
    height: 100px;
    background: url('img/logo_icon.png') no-repeat center center;
    background-size: contain;
    animation: rotate 20s linear infinite;
}

/* 回転アニメーション */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*==========PROFILE==========*/
#sec_profile{
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    border-radius: 0 0 80px 0;
}
#sec_profile > div{
    background: #fff;
    padding: 50px 10px 50px 100px;
    position: relative;
    border-radius: 0 0 80px 0;
}
#sec_profile .pro_col{
    margin-bottom: 20px;
}
.pro_col figure{
    width: 330px;
    border-radius: 80px;
    position: absolute;
    top: -40px;
    right: -40px;
    padding: 20px;
    background: #fff;
}
.pro_col img{
    border-radius: 80px;
}
#sec_profile dl{
    display: flex;
    justify-content: center;
}
#sec_profile dl > div{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}
#sec_profile dt {
    width: 20%;
    padding: 5px;
    text-align: center;
    background: #a2c096;
    border-radius: 9px 2px 9px 2px;
    margin-bottom: 20px;
    color: #F4F2EF;
}
#sec_profile dd {
  width: 80%;
  padding: 5px 0 0 25px
}
.core_col{
    padding-right: 100px;
    margin-left: -100px;
}
/*白背景の曲線*/
.gooeys {
    position: relative;
    width: 400px;
    height: 140px;
    -webkit-filter: url('#filter');
    filter: url('#filter');
    z-index: -1;
}
.gooey {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100%;
}
.gooeys_top .gooey:first-child {
    right: 300px;
    top: -50px;
    border-radius: 0;
}
.gooeys_top .gooey:nth-child(2) {
    right: 59%;
    top: -90px;
}
.gooeys_bottom .gooey:first-child {
    right: 72px;
    top: 120px;
    border-radius: 0;
}
.gooeys_bottom .gooey:nth-child(2) {
    right: 44px;
    top: 53px;
}


/*==========COMPANY==========*/
#sec_company .sec_title{
	font-size: 3rem;
    text-align: center;
}
.com_col{
    padding: 80px 0;
}
.company_info{
    letter-spacing: 1px;
    line-height: 1.5;
    display: table;
    width: auto;
    margin: 0 auto;
}
.info_item{
    display: table-row;
    height: 67px;
}
#sec_company dt {
    text-align: left;
    padding: 0 25px 0 5px;
    flex: 0 0 100px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: solid 1.5px #B2A077;
}
#sec_company dd {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    border-bottom: solid 1.5px #A2C096;
}


/*==========NEWS==========*/
#sec_news {
    padding: 60px 0 100px;
}
#sec_news .sec_title{
	font-size: 3rem;
}
#sec_news > div{
    max-width: 850px;
}
.news_list li{
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
}
.news_list li:last-of-type{
    margin-bottom: 0;
}
.news_list a{
    text-decoration: none;
	color: #f4f2ef !important;
}
.news_list time{
    font-size: 0.9rem;
}


/*==========CONTACT==========*/
#sec_contact{
    padding-top: 80px;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.contact_form{
    max-width: 500px;
    width: 100%;
}
.contact_form .wpcf7-submit:focus, .contact_form .wpcf7-submit:active{
    background: #a2c096 !important;
    box-shadow: none !important;
    border: none !important;
}
.contact_form .wpcf7-submit{
    background: #a2c096;
    border: none;
    letter-spacing: 8px;
    max-width: 250px;
    width: 80%;
    padding: 15px;
    border-radius: 30px;
    margin-top: 30px;
}
.contact_form .wpcf7-submit:hover{
    opacity: .8;
}
.contact_form label span:not(.require){
    margin-top: 5px;
    display: block;
}
.contact_form .wpcf7-text, .contact_form textarea{
    border: none;
    padding: 10px;
}
.contact_form .form_submit_btn{
    text-align: center;
}
.contact_form .wpcf7-spinner{
    display: block;
    margin: 0 auto;
}
.contact_form .require{
    color: #a2c096;
    font-size: 0.7rem;
    margin-left: 5px;
}
.contact_form .recaptcha_text, .contact_form .recaptcha_text a{
    color: #ccbcb7 !important;
}
.contact_form .recaptcha_text{
    font-size: 60%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
    border-color: #A2C096;
    border-radius: 2px;
}

/*==========フッター==========*/
footer{
    background: #345847;
    margin-top: 20px;
}
footer .widget{
    margin: 0;
}
footer .widget_media_image{
    text-align: center !important;
    margin-bottom: 18px;
}
footer .widget img{
    width: 70%;
    max-width: 230px !important;
}
footer .textwidget{
    text-align: center;
}
footer .widget p{
    color: #fff;
    margin: 0;
}
.grecaptcha-badge { visibility: hidden; }

/*========== 波線区切り ==========*/
.page_header::before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(/wp-content/themes/Bright-en/img/nami1W.svg) repeat-x;
    background-size: 100px auto;
    z-index: 2;
    background-repeat: repeat-x;
    transform: scaleY(-1);
}
#sec_business::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(/wp-content/themes/Bright-en/img/nami1W.svg) repeat-x;
    background-size: 100px auto;
    z-index: 2;
    background-repeat: repeat-x;
}
#sec_service::before {
    content: "";
    display: block;
    position: absolute;
    top: -39px;
    left: 6px;
    width: 100%;
    height: 70px;
    background: url(/wp-content/themes/Bright-en/img/nami1Y.svg) repeat-x;
    background-size: 100px auto;
    z-index: 2;
    background-repeat: repeat-x;
}
#sec_service::after {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(/wp-content/themes/Bright-en/img/nami1G.svg) repeat-x;
    background-size: 100px auto;
    z-index: 2;
    background-repeat: repeat-x;
}
.ser_col p{
    margin-bottom: 25px;
}
.ser_col img{
    border-radius: 4px;
}
.ser_col.separat_sec_nami::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(/wp-content/themes/Bright-en/img/nami1G.svg) repeat-x;
    background-size: 100px auto;
    z-index: 2;
    background-repeat: repeat-x;
}
.col_agri::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: -60px;
    width: 109%;
    height: 70px;
    background: url(/wp-content/themes/Bright-en/img/nami1G.svg) repeat-x;
    background-size: 100px auto;
    z-index: 2;
    background-repeat: repeat-x;
    transform: rotate(180deg);
}
#sec_message::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(/wp-content/themes/Bright-en/img/nami1W.svg) repeat-x;
    background-size: 100px auto;
    z-index: 2;
    background-repeat: repeat-x;
}
#sec_news::before {
    content: "";
    display: block;
    position: absolute;
    top: -39px;
    left: 6px;
    width: 100%;
    height: 70px;
    background: url(/wp-content/themes/Bright-en/img/nami1Y.svg) repeat-x;
    background-size: 100px auto;
    z-index: 2;
    background-repeat: repeat-x;
}
#sec_news::after {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(/wp-content/themes/Bright-en/img/nami1G.svg) repeat-x;
    background-size: 100px auto;
    z-index: 2;
    background-repeat: repeat-x;
}
#sec_contact::before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(/wp-content/themes/Bright-en/img/nami1W.svg) repeat-x;
    background-size: 100px auto;
    z-index: 2;
    background-repeat: repeat-x;
}

/*========== 芽 ==========*/
.scrollup_me::before {
    content: "";
    display: block;
    position: absolute;
    top: -155px;
    right: 170px;
    width: 80px;
    height: 50px;
    background: url(/wp-content/themes/Bright-en/img/me.svg)no-repeat center center;
    background-size: contain;
    z-index: 2;
    transition: transform 1s ease;
}
#sec_message .scrollup_me::before {
    content: "";
    display: block;
    position: absolute;
    top: -65px;
    right: 50%;
    width: 80px;
    height: 50px;
    background: url(/wp-content/themes/Bright-en/img/meW.svg)no-repeat center center;
    background-size: contain;
    z-index: 2;
    transition: transform 1s ease;
}
#sec_news .scrollup_me::before {
    top: -55px;
}

/*========== アーカイブ・投稿 ==========*/
.sidebar .title_wb{
    font-size: 2rem;
    letter-spacing: 1.5px;
}
.sidebar .title_wb span{
    border: none;
}
.sidebar ul li{
    border-bottom: solid 1.5px #B2A077;
}
.container .breadcrumb{
    border-top: none !important;
    border-bottom: none !important;
}
.list .post_links:hover{
    background: none;
}










/*========== デスクトップ ==========*/
@media screen and (max-width:1200px){
    .gooeys{
        display: none;
    }
}
/*========== デスクトップ ==========*/
@media screen and (min-width:960px){
  .pc_only, .tab_none, .sp_none{
    display: block;
  }
  .pc_none, .tab_only, .sp_only{
    display: none;
  }
}

/*========== タブレット ==========*/
@media screen and (max-width: 959px) {
    .pc_none, .tab_only, .sp_none {
        display: block;
    }
    .pc_only, .tab_none, .sp_only{
        display: none;
    }
    .liquid_blocks_slider .wp-block-cover__inner-container p{
        font-size: 3.6rem !important;
    }
    .bus_col {
        padding: 60px 50px;
    }
    #sec_service .sec_title {
      font-size: 4rem;
    }
    #sec_service .sec_title.title_vertical {
        right: 50px;
        top: 9px;
    }
    #sec_service .title_vertical {
      writing-mode: horizontal-tb;
    }
    .col_consul .sec_title {
        left: 70px;
    }
    .col_consul {
        padding: 210px 50px 80px;
    }
    .col_agri .sec_title {
        right: 70px;
    }
    .col_agri {
        margin-bottom: 0;
        padding: 220px 50px 10px;
    }
    .ser_col.separat_sec_nami::after {
        left: -61px;
        width: 120%;
        bottom: 15px;
    }
    .col_agri{
        padding-bottom: 20px;
    }
    .col_agri::before{
        top: -74px;
    }
    #sec_news::after {
        top: -27px;
    }
    .mes_col figure:last-of-type img {
        margin: 20px 0 0 5rem;
    }

    /*モーダル*/
    .close {
        font-size: 20px;
    }
    .modal-content {
        padding: 16px;
        width: 95%;
        height: 90%;
        border-radius: 10px;
    }
    .modal-content .has-text-align-center {
        font-size: .7em!important;
    }
    .modal-content .u-mb-40, .modal-content .u-mb-30 {
        margin-bottom: .5em!important;
    }

    /*モーダル中身*/
    #custom-modal .jirei_content {
        padding: 0;
    }
    #custom-modal .jirei_header {
        margin: 0 0 10px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    #custom-modal .jirei_title{
        font-size: 0.9rem;
    }
    #custom-modal .jirei_icon_list{
        gap: 4px;
        margin-left: 10px;
        justify-content: flex-start;
    }

    #custom-modal .jirei_icon_list h4{
        font-size: 0.7rem;
    }
    #custom-modal .jirei_list{
        padding-left: 20px;
        line-height: 1.4;
        margin-bottom: 0;
        font-size: 0.7rem;
    }
    #custom-modal .jirei_list li{
        margin-bottom: 5px;
    }
}

/*========== スマホ ==========*/
@media screen and (max-width: 767px) {
    .pc_none, .tab_none, .sp_only{
        display: block;
    }
    .pc_only, .tab_only, .sp_none{
        display: none;
    }
    h2, .sec_title, .font_fig {
        font-size: 3rem;
    }
    h3, .sec_h3{
        font-size: 1.6rem;
    }
    .head{
        padding: 0.4rem 0 0.4rem;
    }
    .liquid_blocks_slider .wp-block-cover__inner-container p{
        font-size: 1.6rem !important;
        letter-spacing: 3px;
        margin-left: 3%;
    }
    .liquid_blocks_slider{
        height: 60vw !important;
    }
    #sec_business.alignfull {
        margin-bottom: 80px;
    }
    .sec_bus .sec_h3{
        margin-bottom: 3rem;
    }
    .sec_bus_h4{
        font-size: 1.4rem;
    }
    #sec_service{
        padding-top: 50px;
    }
    #sec_service .sec_title.title_vertical {
        font-size: 3rem;
        left: 15px;
        top: -20px;
    }
    #sec_service .sec_title {
        font-size: 2.5rem;
    }
    .wp-block-column.bus_col {
        margin-right: 0;
    }
    .ser_col .sec_title {
        position: unset;
    }
    .col_consul {
        padding: 70px 40px 60px;
        border-radius: 70px 2px 0 0;
    }
    .col_agri {
        padding: 50px 40px 10px;
        border-radius: 2px 2px 70px 2px;
    }
    .col_consul .chart-block div:first-of-type {
        clip-path: polygon(100% 0px, 100% 80%, 50% 100%, 0% 80%, 0px 0%);
        border-radius: 50px 50px 3px 3px;
    }
    .col_consul .chart-block div:nth-of-type(2), 
    .col_consul .chart-block div:nth-of-type(3) {
        clip-path: polygon(0% 0px, 50% 20%, 100% 0px, 100% 80%, 50% 100%, 0% 80%);
    }
    .col_consul .chart-block div:nth-of-type(4) {
        clip-path: polygon(0% 0px, 50% 15%, 100% 0px, 100% 85%, 50% 100%, 0% 85%);
    }
    .col_consul .chart-block div:last-of-type {
        clip-path: polygon(0% 0px, 50% 15%, 100% 0%, 100% 100%, 0% 100%);
        border-radius: 3px 3px 50px 50px;
    }
    .chart-block {
        height: 400px;
    }
    .chart-block div {
        margin-bottom: -10px;
        margin-right: 0;
    }
    .col_consul .chart-block div {
        background-color: #E88B6F;
    }
    .col_agri .chart-block div:first-of-type {
        clip-path: polygon(100% 0px, 100% 82%, 50% 100%, 0% 82%, 0px 0%);
        border-radius: 50px 50px 3px 3px;
    }
    .col_agri .chart-block div:nth-of-type(2) {
        clip-path: polygon(0% 0px, 50% 15%, 100% 0px, 100% 85%, 50% 100%, 0% 85%);
        padding-top: 20px;
    }
    .col_agri .chart-block div:last-of-type {
        clip-path: polygon(0% 0px, 50% 15%, 100% 0%, 100% 100%, 0% 100%);
        border-radius: 3px 3px 50px 50px;
        padding-top: 20px;
    }
    .col_agri .chart-block div {
        margin-bottom: -12px;
        margin-right: 0;
        background-color: #F4E2BA;
    }
    .agr_summary {
        margin-top: -50px !important;
    }
    #sec_message .sec_h3{
        margin-bottom: 3rem;
    }
    .mes_col:last-of-type{
        margin: 0;
    }
    .pro_col figure {
        width: 220px;
        border-radius: 80px;
        top: -80px;
        right: -40px;
        padding: 20px;
        background: #fff;
    }
    .pro_col img {
        border-radius: 60px;
    }
    #sec_profile .title_vertical {
        font-size: 1.5rem;
        left: -29px;
        top: 45px;
    }
    .pro_col .sec_title {
        font-size: 1.9rem;
        margin-bottom: 5rem;
    }
    .mes_col figure:first-of-type img {
        margin-left: 45%;
    }
    .mes_col:last-of-type ::before{
        top: -57px;
        right: 10px;
        width: 70px;
        height: 70px;
    }
    .mes_col_wrap{
        margin-bottom: 0;
    } 
    #sec_message h2+div{
        gap: 70px;
    }
    .mes_col figure:first-of-type img {
        margin-left: 46%;
    }
    .mes_col figure:last-of-type img {
        margin: -30px 0 0 5%;
    }
    #sec_profile .pro_col {
        margin-bottom: 10px;
        gap: 0;
    }

    .core_col{
        padding: 0;
        margin: 0;
        align-items: flex-start !important;
    }
    .core_col h3{
        font-size: 3rem;
        line-height: 1.1;
    }
    #sec_profile > div {
        padding: 40px 0px 50px 30px;
    }
    #sec_profile dl > div{
        width: auto;
    }
    #sec_profile dl {
        justify-content: flex-start !important;
    }
    #sec_profile dt {
        width: auto;
        padding: 5px 18px;
        text-align: center;
        background: #a2c096;
        border-radius: 9px 2px 9px 2px;
        margin-bottom: 15px;
    }
    #sec_profile dd {
        width: auto;
        padding: 0 10px 10px;
    }
    #sec_company{
        margin-top: 40px;
        margin-bottom: 120px;
    }
    #sec_company .sec_title{
        margin-bottom: 0;
    }
    .com_col{
        padding: 0;
    }
    .company_info{
        font-size: 0.9rem;
    }
    #sec_news{
        padding: 10px 0 50px;
    }
    .contact_form {
        width: 90%;
    }

    /*投稿*/
    .hero .ttl_h1{
        font-size: 1.5rem;
    }


    /*========== 波線区切り ==========*/
    .page_header::before {
        top: -5px;
        left: 0;
        width: 100%;
        height: 70px;
        background-size: 40px auto;
    }
    #sec_business::before {
        top: -9px;
        left: 0;
        width: 100%;
        height: 70px;
        background-size: 40px auto;
    }
    #sec_service::before {
        top: -18px;
        left: -34px;
        width: 110%;
        height: 70px;
        background-size: 40px auto;
    }
    #sec_service::after {
        top: -10px;
        left: 0px;
        width: 100%;
        height: 70px;
        background-size: 40px auto;
    }
    .ser_col.separat_sec_nami::after {
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 70px;
        background-size: 40px auto;
    }
    .col_agri::before {
        top: -89px;
        left: -15px;
        background-size: 40px auto;
        width: 110%;
    }
    #sec_message::before {
        top: -20px;
        left: 0;
        width: 100%;
        height: 70px;
        background-size: 40px auto;
    }
    #sec_news::before {
        top: -29px;
        left: -35px;
        width: 110%;
        background-size: 40px auto;
    }
    #sec_news::after {
        top: -20px;
        background-size: 40px auto;
    }

    #sec_contact::before {
        top: -15px;
        left: 0;
        width: 100%;
        height: 70px;
        background-size: 40px auto;
    }
    /* 芽 */
    .scrollup_me::before {
        width: 50px;
        top: -97px;
    }
    #sec_news .scrollup_me::before {
        top: -59px;
    }
    #sec_message .scrollup_me::before {
        width: 50px;
        top: -53px;
        right: 46%;
    }
    .gooeys{
        display: none;
    }

}