/******************************************************************
Theme Name: 税理士法人大高事務所
Author: T.Sugiyama
Author URI: https://fromdime.co.jp
******************************************************************/

/******************************************************************

共通

******************************************************************/
html {
    /*    letter-spacing: 1px;*/
    /* color: #231815; */
    color: #534e4c;
}

a:hover, a:focus, a:active {
    color: #111111;
}
:focus {
    /*    outline: none;*/
    outline-color: #777777;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.archive #main .entry-content a:hover,
.single  #main .entry-content a:hover {
    text-decoration: underline;
}
img {
}

a.hvul:hover,
a.hover_ul:hover {
    text-decoration: underline !important;
}
.ltr_spc_0 {
    letter-spacing: 0;
}

/*-------------------------------------------
ボタン
-------------------------------------------*/
.linkbtn_inner {
    text-align: center;
}
.button {
/*    border: 1px solid #333333;*/
    background-color: #0095a1;
    color: #ffffff;
    display: inline-block;
    width: 95%;
    max-width: 350px;
    text-align: center;
    cursor: pointer;
    line-height: 1.4;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    cursor: pointer;
}
.button.buttonlightcolor {
    background-color: #0095a1;
    border: 1px solid #ffffff;
}
.button.button_thin {
    width: 100%;
    max-width: 140px;
    line-height: 1;
    font-size: 0.9rem;
    padding: 0.4rem 0.5rem;
}
.button.button_big {
    font-size: 1.15rem;
    padding: 0.7rem 4rem;
}
.button.button_external {
    background-color: #5dc1cf;
}
.button.button_border {
    color: #2f2725;
    border: 2px solid #2f2725;
    background: none;
}
button:hover, .button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
    background-color: #555555;
    color: #ffffff;
}
.button .fa {
    /*    color: #ffffff;*/
    color: inherit;
    margin-left: 8px;
}
.button.button_inline {
    border: 1px solid #ffffff;
    /*    background-color: #2f2725;*/
    color: #ffffff;
    border-radius: 2px;
    border-radius: 30px;
    display: inline-block;
    /* width: 100%; */
    padding: 0.2rem 1rem 0.1rem 1rem;
    font-size: 0.9rem;
    cursor: pointer;
    margin-left: 1rem;
}
a.button.button_icon_arrow:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 1rem;
    color: inherit;
    font-size: 1.2rem
}

.button.button_arrow {
    padding-right: 3rem;
}
.button.button_arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    color: inherit;
    font-weight: normal;
    margin-right: 15px;
}
.fa-bars {
    font-size: 2rem;
}
.linkbtn_inner {
    text-align: center;
}



/*-------------------------------------------
ページタイトル
-------------------------------------------*/
#main-title {
    margin: 0 auto;
}
.section_title {
    /*    letter-spacing: 5px;*/
}

/*
タイトルまわり
*/
h1.page-title,
h1.single-title {
    margin-bottom: 2rem;
    /* border: 1px solid #dddddd; */
    padding: 0;
    /* border-radius: 3px; */
    font-size: 1.6rem;
}

/* シングルページ等のタイトル */
.headline_wrapper {
    /* margin-bottom: 3rem; */
/*    margin-top: 2rem;*/
    text-align: center;
}
.category .headline_wrapper {
    margin-bottom: 0;
/*    margin-top: 2rem;*/
}
.headline {
    font-size: 1.4rem;
    font-weight: 500;
    color: #534e4c;
/*    letter-spacing: 5px;*/
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%;
}
.headline_wrapper .headline img {
    max-height: 50px;
    object-fit: contain;
}
.headline_wrapper .headline_title {
    font-size: 1.65rem;
    font-weight: 500;
    color: #534e4c;
}
.headline_wrapper .headline_title_text {
    font-size: 1.3rem;
}
.page h1 {
/*    margin-top: 1rem;*/
    margin-bottom: 1rem;
}


.page #after-header {
    border-bottom: 4px solid #eeeceb;
}
.page-contact .wrap_breadcrumb,
.page-privacy-policy .wrap_breadcrumb,
.page-website-policy .wrap_breadcrumb {
    border-bottom: 4px solid #eeeceb;
}
.page-contact #after-header,
.page-privacy-policy #after-header,
.page-website-policy #after-header {
    border: none;
}
.page-contact .headline_wrapper,
.page-privacy-policy .headline_wrapper,
.page-website-policy .headline_wrapper {
    margin-bottom: 3rem;
}


/*-------------------------------------------
パンくずリスト
-------------------------------------------*/
.wrap_breadcrumb {
    margin-bottom: 2rem;
}
.breadcrumb {
    padding: 1rem 0 1rem;
    font-size: 0.85rem;
    /* margin-bottom: 1rem; */
    color: #534e4c;
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}
.breadcrumb a {
    color: inherit;
}
.breadcrumb a:hover {
    text-decoration: underline;
}


/*-------------------------------------------
ページナビ
-------------------------------------------*/
.wrap_pagination {
    text-align: center;
    margin: 20px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 9px 11px;
    margin: 3px;
    background-color: #534e4c;
    color: #fff;
    border-radius: 50px;
    font-size: 0.9rem;
    display: inline-block;
    border: 1px solid #534e4c;
    color: #ffffff;
    /* border-radius: 50px; */
    line-height: 1;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #ffffff;
    color: #534e4c;
}


/*-------------------------------------------
テーブルの基本レイアウト
-------------------------------------------*/
table.base_table {
}
table.base_table tr {
}
table.base_table tr th,
table.base_table tr td {
}
table.base_table tr th {
	width:20%;
    text-align: left;
    padding: 1rem 1.3rem 1rem 0;
    border-bottom: 1px solid #315a8c;
}
table.base_table tr td {
	width:80%;
    padding: 1rem 1.3rem;
    border-bottom: 1px solid #315a8c;
}


/******************************************************************

構造調整タグ

******************************************************************/
.base_width {
    max-width: 1120px !important;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.inner_width {
/*    width: 90% !important;*/
    width: 100% !important;
    max-width: 900px;
    margin: 0 auto !important;
}

/* main */
#main {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
}
.home #main {
    padding-top: 1rem;
    padding-bottom: 0;
}
.page #main {
    padding-top: 0;
}

/* section */
#main section {
    margin-bottom: 4rem;
}
.home #main section {
    margin-bottom: 4rem;
    position: relative;
}

a.readmore {
    color: #2f2725;
}
a.readmore:hover {
    text-decoration: underline !important;
}

br.br-pc {
}
br.br-sp {
    display: none;
}


/*
.single-news #main {
    float: left;
    width: 68%;
    padding-top: 0;
}
.single-news #inner-content {
    padding-bottom: 3rem;
}
*/

/*
#sidebar {
    float: right;
    width: 28%;
    margin-bottom: 0;
}
#sidebar::-webkit-scrollbar{
    width: 5px;
}
#sidebar::-webkit-scrollbar-track{
    background-color: #ffffff;
    border-left: solid 1px #ececec;
}
#sidebar::-webkit-scrollbar-thumb{
    background-color: #bbbbbb;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #ffffff;
}
*/



/******************************************************************

汎用パーツ

******************************************************************/
.block-sp {
    margin-left: 1rem;
}

/*
newマーク
*/
.new_mark {
    margin: 8px;
    display: inline-block;
}
.new_mark img {
    max-width: 42px;
    vertical-align: bottom;
}


/*
ホバーでスケール
*/
.scale-img {
    position: relative;
    overflow: hidden;
}
.scale-img a:hover {
    opacity: 1;
}
.scale-img a,
.scale-img .thumb,
.scale-img .of_hide {
    position: relative;
    overflow: hidden;
    display: block;
}
.scale-img img {
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -o-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
}
.scale-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*
横並びレイアウト
*/
.flexbox {
    display: flex;
    flex-flow: row;
    align-content: flex-start;
}
.flexbox-wrap {
    flex-flow: row wrap;
}
.flexbox-center {
    align-items: center;
}


/*
内部リンクボタン
*/
.intlink-wrapper {
    max-width: 250px;
}
.intlink-wrapper .button {
    width: 100%;
    text-align: center;
}


.letter-spacing {
    letter-spacing: 5px;
}
.letter-spacing-w {
    letter-spacing: 10px;
}


/*
YouTube枠レスポンシブ
*/
.video-frame {
    position: relative;
    width: 100%;
}
.video-frame:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    position: relative;
}
.video-frame-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#main .btn-more {
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #ffffff;
    /* border: 2px solid #00a395; */
    color: #64bab8;
    border-radius: 3px;
    padding: 0.2rem;
    position: relative;
}
#main .btn-more:hover {
    background-color: #00a395;
    color: #ffffff;
    text-decoration: none !important;
}


/******************************************************************

プラグイン

******************************************************************/
/*-------------------------------------------
slick
-------------------------------------------*/
.slick-slide a {
    display: block;
}
.slick-prev {
    left: 10px;
    z-index: 10;
}
.slick-next {
    right: 10px;
    z-index: 10;
}
.slick-dots {
    bottom: 0;
}
.slick-prev:before, .slick-next:before {
    color: #808080;
}
.slick-slide img {
    width: 100%;
}


/******************************************************************

ヘッダー

******************************************************************/
#head-bar {
    display: block;
}
#head-bar-sp {
    display: none;
}
.overlay {
    display: none;
}


/*-------------------------------------------
ヘッダーバー
-------------------------------------------*/
#head-bar {
    background-color: #ffffff;
    /* border-bottom: 1px solid #efefef; */
}
.logo-nikke:hover,
.logo:hover {
    opacity: 0.7;
}
.head-bar-inner .logo img {
    width: 100%;
    max-width: 250px;
}
.head-bar-inner .logo-nikke {
    margin-right: 1rem;
}
.head-bar-inner .logo-nikke img {
    width: 100%;
    max-width: 50px;
}
.head-bar-upper {
}
.head-bar-upper-inner {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}
.head-bar-inner .head-bar-left {
    flex-basis: 50%;
    max-width: 50%;
    order: 1;
    padding: 0.5rem 0;
}
.head-bar-inner .head-bar-right {
    flex-basis: 50%;
    max-width: 50%;
    order: 2;
    padding: 0.5rem 0;
}
.head-bar-inner .head-bar-lower {
    padding: 0.5rem 0 1rem;
    z-index: 100 !important;
}
.head-bar-inner .nav-decoration {
}
.head-bar-inner .nav-decoration > li {
    line-height: 1;
    flex-basis: 45%;
    /* max-width: 200px; */
    display: flex;
    justify-content: flex-end;
}
.head-bar-inner .nav-decoration > li.contact-form {
    margin-bottom: 0.8rem;
}
.head-bar-inner .nav-decoration > li .btn-contact {
    background-color: #f7f8f8;
    color: #534e4c;
    font-size: 1.2rem;
    border-radius: 6px;
    border: 1px solid #534e4c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 170px;
    padding: 0.2rem 0.5rem;
}
.head-bar-inner .nav-decoration > li .btn-contact:hover {
    background-color: #dddddd;
}
.head-bar-inner .nav-decoration > li .btn-contact img {
    max-width: 30px;
}
.head-bar-inner .telno {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.3rem;
}
.nav-decoration .telno .tel-mobile {
    pointer-events: none;
}


/*-------------------------------------------
グローバルナビゲーション
-------------------------------------------*/
.head-bar-inner .wrap-globalnavi-pc {
}
.head-bar-inner .wrap-globalnavi-pc .globalnavi-ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 2.0%;
}
.globalnavi-ul > li {
    /* max-width: 170px; */
    text-align: center;
}
.globalnavi-ul > li:last-child {
    margin-right: 0;
}
.globalnavi-ul > li >  a {
    display: inline-block;
    line-height: 1.6;
    padding: 0.2rem 0.5%;
    width: 100%;
    font-weight: 300;
    color: #534e4c;
    border-bottom: 1px solid #534e4c;
    font-size: 0.9375rem;
}
.globalnavi-ul > li.current-page-ancestor a,
.globalnavi-ul > li.active a,
.globalnavi-ul > li a:hover {
    color: #000000;
    border-bottom: 1px solid #000000;
}


/* sub-menu */
.wrap-globalnavi-pc .parent_menu > li.menu-item-has-children {
    position: relative;
    z-index: 999;
}
.wrap-globalnavi-pc .parent_menu > li > .dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    top: 110%;
    left: 0;
    width: 230px;
    text-align: left;
}
.wrap-globalnavi-pc .parent_menu > li > .dropdown {
    box-shadow: 2px 4px 8px #2e2e2e;
    background-color: #ffffff;
}
.wrap-globalnavi-pc .parent_menu > li > .dropdown:before {
    content: "";
    position: absolute;
    display: block;
    /* top: -7px; */
    left: 0;
    /* border-bottom: 7px solid #dfdbcb; */
    width: 100px;
}
.wrap-globalnavi-pc .parent_menu > li:hover > .dropdown {
    /*    display: block;*/
}
.wrap-globalnavi-pc .parent_menu > li > .dropdown > li {
    margin-bottom: 2px;
}
.wrap-globalnavi-pc .parent_menu > li > .dropdown > li:last-child {
    margin-bottom: 0;
}
.wrap-globalnavi-pc .parent_menu > li > .dropdown > li > a {
    /* font-size: 0.9rem; */
    display: inline-block;
    width: 100%;
    padding: 0.4rem 1rem;
    background-color: #5bc1d8;
    color: #ffffff;
}
.wrap-globalnavi-pc .parent_menu > li > .dropdown > li > a:hover {
    background-color: #0095a1;
}



/*-------------------------------------------
メインスライダー
-------------------------------------------*/
#wrap-main-slider {
    position: relative;
    overflow: hidden;
    backface-visibility:hidden;
    position: relative;
}
#wrap-main-slider .main-slider {
}
#wrap-main-slider .text-slider {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

/*-------------------------------------------
サブイメージ
-------------------------------------------*/
.sub-image img {
    width: 100%;
}



/******************************************************************

サイドバー

******************************************************************/
.widgettitle {
    background-color: #5bc1d8;
    color: #ffffff;
    padding: 0.5rem 1.0rem;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    border-radius: 4px;
}
.sidebox {
    margin-bottom: 3rem;
}
.sidebox ul > li {
    padding: 0.2rem 0;
}
.sidebox ul > li:before {
    content: "●";
}
.sidebox ul > li a:hover {
    text-decoration: underline !important;
}



/******************************************************************

ユーティリティナビゲーション

******************************************************************/



/******************************************************************

フッター

******************************************************************/
#before-footer-tel {
    padding: 4rem 0;
}
#before-footer-tel .wrap-tel {
    max-width: 795px;
    margin: 0 auto;
}
#before-footer-tel .wrap-tel .tel-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #ffffff;
    background-color: #eda714;
    border-radius: 9px;
    box-shadow: 6px 6px 0px #eeeceb;
    padding: 1.5rem;
    margin-bottom: 2rem;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
#before-footer-tel .wrap-tel .tel-link:hover {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px 0px #eeeceb;
}
#before-footer-tel .wrap-tel .tel-link p {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    width: 100%;
    max-width: 330px;
}
#before-footer-tel .wrap-tel .tel-link p span {
    display: inline-block;
}
#before-footer-tel .wrap-tel .tel-link p span:first-child {
    margin-right: 0.5rem;
}
#before-footer-tel .wrap-tel .tel-link .info-list {
    width: 100%;
    max-width: 360px;
}
#before-footer-tel .wrap-tel .tel-link .info-list .info-item {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    font-size: 1.1rem;
}
#before-footer-tel .wrap-tel .tel-link .info-list .info-item .info-header {
    width: 100%;
    max-width: 100px;
}
#before-footer-tel .wrap-tel .tel-link .info-list .info-item .info-body {
    width: 100%;
    max-width: 250px;
    padding-left: 1rem;
}
#before-footer-tel .wrap-tel .tel-prompt {
    font-size: 1.65rem;
    text-align: center;
    line-height: 1.5;
}
#before-footer-nav {
    background-color: #f7f8f8;
    padding: 0.7rem 0;
}
#before-footer-nav .flexbox {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
#before-footer-nav .nav-decoration {
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
}
#before-footer-nav .wrap-utilitynavi {
    flex-basis: 50%;
    max-width: 50%;
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}
#before-footer-nav .nav-decoration > li {
    line-height: 1;
}
#before-footer-nav .nav-decoration > li .btn-contact {
    background-color: #ffffff;
    color: #534e4c;
    font-size: 1.2rem;
    border-radius: 6px;
    border: 1px solid #534e4c;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    padding: 0.2rem 1.2rem;
    width: 100%;
}
#before-footer-nav .nav-decoration > li .btn-contact img {
    max-width: 30px;
    margin-left: 0.5rem;
}
#before-footer-nav .nav-decoration > li .btn-contact:hover {
    background-color: #dddddd;
}
#before-footer-nav .telno {
    background-color: #ffffff;
    color: #534e4c;
    font-size: 1.3rem;
    border-radius: 6px;
    border: 1px solid #534e4c;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    padding: 0.4rem 0.5rem;
    width: 100%;
}
#footer {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}
#footer a {
}
#footer .logo a {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}
#footer .logo a:hover {
    text-decoration: underline;
}
#footer .company-info {
    font-size: 0.90rem;
    text-align: center;
}
.copyright {
    font-size: 0.9rem;
}
#footer-main {
    padding: 1rem 0 0;
    background-color: #eeeceb;
}
#footer-bottom {
    padding: 0 0.5rem 1rem;
    text-align: center;
    background-color: #eeeceb;
}


/*-------------------------------------------
ユーティリティーナビ
-------------------------------------------*/
.utilitynavi-ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
}
.utilitynavi-ul > li {
    margin-right: 3%;
}
.utilitynavi-ul > li:last-child {
    margin-right: 0;
}
.utilitynavi-ul > li:after {
    content: ">";
    margin-left: 0.5rem;
}
.utilitynavi-ul > li a:hover {
    text-decoration: underline;
}


/*-------------------------------------------
フッターナビ
-------------------------------------------*/
.footernavi-ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    /* font-size: 0.9rem; */
}
.footernavi-ul > li {
    margin-bottom: 1rem;
    margin-right: 3%;
}
.footernavi-ul > li:last-child,
.footernavi-ul > li:nth-child(6n+6) {
    margin-right: 0;
}
.footernavi-ul > li:after {
    content: ">";
    margin-left: 0.5rem;
}
.footernavi-ul > li a:hover {
    text-decoration: underline;
}


/******************************************************************

トップページ(toppage)

******************************************************************/
.home .section_title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    line-height: 1.2;
}


/*-------------------------------------------
リード
-------------------------------------------*/
.home #lead-area {
}
.home #lead-area .section_header {
    margin-top: -6%;
}
.home #lead-area .section_main {
}
.home #lead-area .main-image-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.3rem 1%;
    margin-bottom: 2rem;
}
.home #lead-area .section_header_text {
    font-size: 1.65rem;
    text-align: center;
    margin-bottom: 2rem;
}
.home #lead-area .section_inner.strengths {
    background-color: #f7f8f8;
}
.home #lead-area .section_inner.strengths .section_inner_box {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.home #lead-area .section_inner.strengths .section_inner_box .strengths-list-wrapper {
    flex-basis: 100%;
    max-width: 585px;
    padding: 2rem 5%;
}
.home #lead-area .section_inner.strengths .section_inner_box .section_inner_title {
    font-size: 1.65rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
.home #lead-area .section_inner.strengths .section_inner_box .strengths-list {
}
.home #lead-area .section_inner.strengths .section_inner_box .strengths-list > li {
    font-size: 1.1rem;
    line-height: 1;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 0.8rem;
}
.home #lead-area .section_inner.strengths .section_inner_box .icon-wrapper {
    flex: 1;
}

.home #lead-area .section_inner.credo {
    padding-top: 2rem;
}
.home #lead-area .section_inner.credo .credo-inner {
    display: flex;
    flex-flow: wrap;
    gap: 2rem 7%;
}
.home #lead-area .section_inner.credo .credo-inner .text {
    flex: 1;
}
.home #lead-area .section_inner.credo .credo-inner .text .section_inner_title {
    font-size: 1.65rem;
    margin-bottom: 0.5rem;
}
.home #lead-area .section_inner.credo .credo-inner .text .section_inner_box {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}
.home #lead-area .section_inner.credo .credo-inner .text .button-wrapper {
    text-align: center;
}
.home #lead-area .section_inner.credo .credo-inner .thumb {
    flex-basis: 70%;
    max-width: 330px;
}
.home #lead-area .section_inner.credo .credo-inner .button {
    font-size: 1.3rem;
    background-color: #534e4c;
    max-width: 400px;
}
.home #lead-area .absolute-border-wrapper {
    position: relative;
    overflow: hidden;
}
.home #lead-area .absolute-border {
    display: block;
    height: 4px;
    width: 100vw;
    background-color: #eeeceb;
    position: absolute;
    left: 0;
    top: 60%;
    z-index: -1;
}


/*-------------------------------------------
お知らせ
-------------------------------------------*/
.home #news-area {
}
.home #news-area .section_header {
    text-align: center;
    margin-bottom: 1.5rem;
}
.home #news-area .section_title_text {
    font-size: 1.3rem;
}
.home #news-area .section_title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #534e4c;
}
.home #news-area .section_main {
    margin-bottom: 1rem;
}
.home #news-area .section_footer {
    text-align: center;
}
.home #news-area .section_footer a {
    display: inline-block;
    background-color: #dee9f0;
    color: #585757;
    line-height: 1;
    padding: 0.3rem;
    width: 90%;
    max-width: 210px;
    font-size: 1.15rem;
}
.home #news-area .section_footer a:hover {
    text-decoration: underline;
}
.home #news-area .categorynavlist-wrapper {
}

.postlist-wrapper .postlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2%;
}
.postlist-wrapper .postlist > li {
    margin-bottom: 2rem;
}
.postlist-wrapper .postlist > li .text {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: space-between;
    background-color: #dee9f0;
    padding: 0.5rem 0.5rem 1rem;
}
.postlist-wrapper .postlist > li .text .list-title {
    font-size: 1rem;
    font-weight: 500;
    background-color: #ffffff;
    padding: 0.3rem;
    margin: 0.5rem 0;
    width: 100%;
    color: #534e4c;
}
.postlist-wrapper .postlist > li .text .date {
    font-size: 0.85rem;
}
.postlist-wrapper .postlist > li .text .excerpt {
    font-size: 0.85rem;
}
.postlist-wrapper .postlist > li .text .icon_post_cat {
    font-size: 0.85rem;
    /* width: 8rem; */
    padding: 0.2rem 0.5rem;
    text-align: center;
    font-weight: 400;
    background-color: #5bc1d8;
    color: #ffffff;
    line-height: 1;
}
/* カテゴリーページ */
body:not(.home) .categorynavlist-wrapper {
    margin-bottom: 3rem;
}



/*-------------------------------------------
カテゴリーナビ
-------------------------------------------*/
.categorynavlist {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem 1.8%;
    padding: 0.7rem 0;
}
.categorynavlist > li {
    line-height: 1.4;
}
.categorynavlist > li a {
    text-align: center;
    background-color: #5bc1d8;
    color: #ffffff;
    display: block;
    border-radius: 3px;
    padding: 0.5rem 0.1rem;
}
.categorynavlist > li.current a,
.categorynavlist > li a:hover {
    background-color: #00a395;
}



/*-------------------------------------------
アシンメトリーコンテンツ：共通
-------------------------------------------*/
.home .asymmetry-content {
    overflow: hidden;
}
.home .asymmetry-content .btn-detail {
    font-size: 1.3rem;
    background-color: #f6ab00;
    /* border: 2px solid #00a395; */
    color: #ffffff;
    border-radius: 3px;
    padding: 0.2rem;
    position: relative;
}
.home .asymmetry-content .btn-detail:hover {
    opacity: 0.7;
    text-decoration: none !important;
}
.home .asymmetry-content .icon-square-box-wrapper {
    position: relative;
}
.home .asymmetry-content .icon-square-box {
    display: block;
    max-width: 340px;
    width: 80%;
    background-color: #f6ab00;
    position: absolute;
    top: -20%;
    left: -10%;
    z-index: -1;
}
.home .asymmetry-content .icon-square-box:before {
    content: "";
    display: block;
    padding-top: 88.23%;
}
.home .asymmetry-content {
}
.home .asymmetry-content .bg-color {
}
.home .asymmetry-content .section_header {
    display: flex;
    /* flex-flow: wrap; */
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.home .asymmetry-content .section_title_text {
    flex-basis: 350px;
    max-width: 350px;
    padding: 4% 0% 0 0;
    text-align: center;
}
.home .asymmetry-content .section_thumb_wrapper {
    flex: 1;
    max-width: 750px;
}
.home .asymmetry-content .section_title_wrapper {
}
.home .asymmetry-content .section_title {
    font-size: 2.0rem;
    font-weight: 400;
    margin-bottom: 0;
    color: #231815;
}
.home .asymmetry-content .section_main {
    margin-top: -6%;
}
.home .asymmetry-content .section_inner {
    display: flex;
    flex-flow: wrap;
    /* align-items: center; */
}
.home .asymmetry-content .section_inner_text {
    flex-basis: 650px;
    max-width: 650px;
    display: flex;
    flex-flow: wrap;
    padding: 7% 4% 1% 0;
}
.home .asymmetry-content .section_inner_thumb {
    flex: 1;
}
.home .asymmetry-content .section_inner_text_box {
    flex: 1;
    padding: 2% 3% 1% 0%;
}
.home .asymmetry-content .absolute-border-wrapper {
    position: relative;
}
.home .asymmetry-content .absolute-border {
    display: block;
    height: 4px;
    width: 110vw;
    background-color: #eeeceb;
    position: absolute;
    left: calc(calc(-110vw / 2) + 600px);
    bottom: 0;
    /* transform: translateX(-50vw); */
    z-index: -1;
}
.home .asymmetry-content .section_inner_title {
    font-size: 1.65rem;
    font-weight: 400;
    padding-bottom: 1.0rem;
    text-align: center;
}
.home .asymmetry-content .section_inner .subtitle {
    font-size: 1.3rem;
    margin: 1rem 0 1rem;
}
.home .asymmetry-content .section_inner .description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.home .asymmetry-content .section_inner .button-wrapper {
    text-align: center;
}


/*-------------------------------------------
アシンメトリーコンテンツ：odd
-------------------------------------------*/
.home .asymmetry-content.odd .btn-detail {
}
.home .asymmetry-content.odd .btn-detail:hover {
}
.home .asymmetry-content.odd .icon-square-box {
}
.home .asymmetry-content.odd .section_inner .icon-square-box {
}
.home .asymmetry-content.odd {
}
.home .asymmetry-content.odd .bg-color {
    background-color: #f7f8f8;
}
.home .asymmetry-content.odd .section_header {
}
.home .asymmetry-content.odd .section_title_text {
    order: 2;
}
.home .asymmetry-content.odd .section_thumb_wrapper {
}
.home .asymmetry-content.odd .section_title_wrapper {
}
.home .asymmetry-content.odd .section_title {
}
.home .asymmetry-content.odd .section_main {
}
.home .asymmetry-content.odd .section_inner {
}
.home .asymmetry-content.odd .section_inner_text {
}
.home .asymmetry-content.odd .section_inner_thumb {
    order: 2;
}
.home .asymmetry-content.odd .section_inner_text_box {
    color: #534e4c;
}
.home .asymmetry-content.even .absolute-border {
    left: calc(-110vw / 2);
}
.home .asymmetry-content.odd .section_inner_title {
}
.home .asymmetry-content.odd .section_inner .description {
}


/*-------------------------------------------
アシンメトリーコンテンツ：even
-------------------------------------------*/
.home .asymmetry-content.even .btn-detail {
    background-color: #7baa17;
}
.home .asymmetry-content.even .btn-detail:hover {
}
.home .asymmetry-content.even .icon-square-box {
    background-color: #7baa17;
    left: unset;
    right: -10%;
}
.home .asymmetry-content.even {
}
.home .asymmetry-content.even .bg-color {
    background-color: #ffffff;
}
.home .asymmetry-content.even .section_header {
}
.home .asymmetry-content.even .section_title_text {
}
.home .asymmetry-content.even .section_thumb_wrapper {
}
.home .asymmetry-content.even .section_title_wrapper {
}
.home .asymmetry-content.even .section_title {
}
.home .asymmetry-content.even .section_main {
}
.home .asymmetry-content.even .section_inner {
}
.home .asymmetry-content.even .section_inner_text {
    padding: 7% 0 1% 4%;
}
.home .asymmetry-content.even .section_inner_thumb {
}
.home .asymmetry-content.even .section_inner_text_box {
    padding: 2% 0% 1% 3%;
}
.home .asymmetry-content.even .section_inner_title {
}
.home .asymmetry-content.even .section_inner .description {
}


/*-------------------------------------------
リード
-------------------------------------------*/
.home #message-area {
}
.home #message-area .thumb-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 0 2%;
}
.home #message-area .thumb-wrapper .thumb {
    flex-basis: 90%;
    max-width: 400px;
}
.home #message-area .section_header_text {
    font-size: 1.65rem;
    text-align: center;
}


/******************************************************************

投稿

******************************************************************/
.single-post .entry-content a {
    color: #009fe8;
    text-decoration: underline;
}
.single-post #inner-content {
    display: flex;
    flex-flow: wrap;
}
.single-post #main {
    padding-top: 0;
    flex: 1;
    margin-right: 3%;
}
.single-post #sidebar {
    padding-top: 0;
    flex-basis: 210px;
    max-width: 210px;
}
.single-post .single_title_wrapper {
    border-bottom: 1px solid #888888;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.single-post .single_title_wrapper .single_title {
}
.single-post .single_title_wrapper .single_title {
    font-size: 1.3rem;
}
.single-post .single_title_wrapper .icon_post_cat {
    background-color: #5bc1d8;
    color: #ffffff;
    padding: 0.4rem 1rem;
    line-height: 1;
    margin-right: 1rem;
    border-radius: 4px;
}
.single-post .single_title_wrapper .flexbox {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 1rem;
}
.single-post .article-header .date {
}
.single-post .single-title_wrapper .icon_post_cat {
    color: #ffffff;
    padding: 0 1rem;
    margin-right: 1.5rem;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.single-post .entry-content {
    margin: 0 auto 5rem;
}
.single-post .entry-content p {
    margin-bottom: 1rem;
}
.single-post .entry-content a:hover {
    text-decoration: underline !important;
}
.single-post .entry-content .content-block {
    margin-bottom: 5rem;
}
.single-post .entry-content .content-block .thumb {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.single-post .entry-content .content-block .thumb img {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    /* max-height: 300px;
    object-fit: contain; */
}
.single-post .entry-content .content-block .text {
    margin-bottom: 1.5rem;
}
.single-post .article-footer .post_link {
    display: flex;
    justify-content: center;
}
.single-post .article-footer .post_link .left-align {
    margin-right: 2rem;
}
.single-post .article-footer .post_link .right-align {
    margin-left: 2rem;
}
.single-post .article-footer .post_link a:hover {
    text-decoration: underline !important;
}
.single-post .article-footer .post_link a i {
}


/******************************************************************

固定ページ(page)

******************************************************************/
.section_title_wrapper.border-title {
    text-align: center;
}
.section_title_wrapper.border-title .section_title_text {
    font-size: 1.3rem;
    color: #231815;
    border-bottom: 4px solid #64bab8;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.page:not(.page-privacy-policy):not(.page-website-policy):not(.page-contact) #after-header {
    margin-bottom: 2rem;
}

/*
アコーディオン
*/
.accordion-trigger {
    cursor: pointer;
}
.accordion-trigger:hover {
    opacity: 0.8;
}
.accordion-trigger .accordion-trigger-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion-trigger .accordion-trigger-text:hover span {
    text-decoration: underline;
}
.accordion-trigger .accordion-trigger-text:after {
    content: "\f0ab";
    font-family: FontAwesome;
    margin-left: 1rem;
    color: inherit;
    font-size: 1.8rem
}
.accordion-trigger.opened .accordion-trigger-text:after {
    content: "\f0aa";
}


.button.btn-pdf {
    max-width: 135px;
    border-radius: 0;
    padding: 0.2rem 2rem;
    position: relative;
    text-decoration: none !important;
    margin: 0.5rem;
}
.button.btn-pdf:after {
    content: "";
    background-image: url(assets/images/btn-icon-arrow-right-white.png);
    background-size: contain;
    width: 18px;
    height: 11px;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*
アンカーリンク
*/
.anchor-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem 1.8%;
    padding: 0.7rem 0;
}
.page-company .anchor-list {
    grid-template-columns: repeat(3, 1fr);
}
.anchor-list > li {
    line-height: 1.4;
}
.anchor-list > li a {
    text-align: center;
    background-color: #5bc1d8;
    color: #ffffff;
    display: block;
    border-radius: 3px;
    padding: 0.5rem 0.1rem;
}
.anchor-list > li.current a,
.anchor-list > li a:hover {
    background-color: #00a395;
}




.section_title_wrapper.border-title .section_title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.page #main #page-lead .section_header .section_title {
    line-height: 1.6;
}


/*-------------------------------------------
税務顧問・会計顧問
-------------------------------------------*/
.page-advisor #main {
    padding-bottom: 0;
}
.page-advisor #main #page-lead {
}
.page-advisor #main #page-lead .section_header .section_title {
    font-size: 1.65rem;
    text-align: center;
    margin-bottom: 1rem;
}
.page-advisor #main #page-lead .section_main .section_inner .description {
    font-size: 1.1rem;
    text-align: center;
}
.page-advisor #examples {
    margin-bottom: 0;
}
.page-advisor .images_wrapper {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 50%,
        #eeeceb 50%,
        #eeeceb 100%
    );
    padding-bottom: 3rem;
}
.page-advisor .images_wrapper .images {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.page-advisor .images_wrapper .images .image {
    flex: 1;
    max-width: 520px;
}
.page-advisor #examples {
    background-color: #eeeceb;
}
.page-advisor #examples .examples {
    max-width: 795px;
    margin: 0 auto;
    padding-bottom: 3rem;
}
.page-advisor #examples .example {
    padding: 2rem 0;
    border-bottom: 5px solid #ffffff;
}
.page-advisor #examples .example:first-child {
    padding-top: 0;
}
.page-advisor #examples .example_header {
    margin-bottom: 1rem;
}
.page-advisor #examples .example_title {
    text-align: center;
    color: #ffffff;
    background-color: #eda714;
    border-radius: 9px;
    box-shadow: 6px 6px 0px #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    max-width: 195px;
    padding: 0.5rem;
}
.page-advisor #examples .example_description {
    font-size: 1.1rem;
}


/*-------------------------------------------
相続の手続き
-------------------------------------------*/
.page-inheritance #main {
    padding-bottom: 0; 
}
.page-inheritance #main #page-lead .section_header .section_title {
    font-size: 1.65rem;
    text-align: center;
    margin-bottom: 1rem;
}
.page-inheritance #main #page-lead .section_main .section_inner {
    max-width: 750px;
    margin: 0 auto;
}
.page-inheritance #main #page-lead .section_main .section_inner .description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.page-inheritance #introduction {
    background-color: #f7f8f8;
    padding: 2rem 0;
}
.page-inheritance #introduction .introduction {
    display: flex;
    gap: 1rem 4%;
    margin-bottom: 4rem;
}
.page-inheritance #introduction .introduction:last-child {
    margin-bottom: 0;
}
.page-inheritance #introduction .introduction .image {
    flex-basis: 47%;
}
.page-inheritance #introduction .introduction .description {
    flex: 1;
    padding-top: 1rem;
}
.page-inheritance #introduction .introduction .description .description_title {
    margin-bottom: 1rem;
}
.page-inheritance #introduction .introduction .description .description_title h2 {
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 5px solid #545251;
}
.page-inheritance #introduction .introduction .description .description_text {
    font-size: 1.1rem;
}
.page-inheritance #example .section_inner {
    max-width: 770px;
    margin: 0 auto;
}
.page-inheritance #example .section_header {
    margin-bottom: 4rem;
}
.page-inheritance #example .section_title {
    color: #ffffff;
    background-color: #534e4c;
    border-radius: 25px;
    font-size: 1.65rem;
    font-weight: 700;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding: 0.5rem 1rem;
}
.page-inheritance #example .examples {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.page-inheritance #example .example {
    display: flex;
    gap: 1rem 5%;
}
.page-inheritance #example .example .image {
    flex-basis: 22%;
}
.page-inheritance #example .example .description {
    flex: 1;
    padding-top: 1rem;
}
.page-inheritance #example .example .description_title {
    margin-bottom: 1rem;
}
.page-inheritance #example .example .description_title h2 {
    color: #ffffff;
    border-radius: 7px;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 0.3rem 1.5rem;
}
.page-inheritance #example .example .description_title h2.green {
    background-color: #91ae8c;
}
.page-inheritance #example .example .description_title h2.cyan {
    background-color: #6bb0bb;
}
.page-inheritance #example .example .description_title h2.orange {
    background-color: #d79c75;
}
.page-inheritance #example .example .description_title h2.coral {
    background-color: #c29485;
}
.page-inheritance #example .example .description_text {
    font-size: 1.1rem;
}


/*-------------------------------------------
不動産オーナー様
-------------------------------------------*/
.page-rental-housing #main {
    padding-bottom: 0;
}
.page-rental-housing #main #page-lead {
    margin-bottom: 0;
}
.page-rental-housing #main #page-lead .section_header .section_title {
    font-size: 1.65rem;
    text-align: center;
    margin-bottom: 1rem;
}
.page-rental-housing #main #page-lead .section_main {
    background-color: #f7f8f8;
}
.page-rental-housing #main #page-lead .worry {
    padding: 2rem 0;
}
.page-rental-housing #main #page-lead .worry_header {
    margin-bottom: 1rem;
}
.page-rental-housing #main #page-lead .worry_header .worry_title {
    text-align: center;
    font-size: 1.25rem;
}
.page-rental-housing #main #page-lead .worry_main {
    margin-bottom: 1rem;
}
.page-rental-housing #main #page-lead .worry_main .worry_examples {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem 2rem;
}
.page-rental-housing #main #page-lead .worry_main .worry_examples .image {
    width: 100%;
    max-width: 175px;
}
.page-rental-housing #main #page-lead .worry_main .worry_examples .worry_example {
    flex: 1;
    max-width: 565px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.page-rental-housing #main #page-lead .worry_main .worry_examples .worry_example p {
    color: #ffffff;
    background-color: #7baa17;
    border-radius: 7px;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 0.1rem 1rem;
    text-align: center;
}
.page-rental-housing #main #page-lead .worry_footer {
}
.page-rental-housing #main #page-lead .worry_footer .prompt {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.page-rental-housing #main #page-lead .worry_footer .prompt p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 1rem;
}
.page-rental-housing #main #page-lead .worry_footer .prompt span {
    display: inline-block;
}
.page-rental-housing .images_wrapper {
    background: linear-gradient(
        to bottom,
        #f7f8f8 0%,
        #f7f8f8 50%,
        transparent 50%,
        transparent 100%
    );
    padding-bottom: 3rem;
}
.page-rental-housing .images_wrapper .images {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.page-rental-housing .images_wrapper .images .image {
    flex: 1;
    max-width: 520px;
}
.page-rental-housing #support {
    margin-bottom: 0;
}
.page-rental-housing #support .section_header .section_title {
    color: #ffffff;
    background-color: #eda714;
    border-radius: 25px;
    font-size: 1.65rem;
    text-align: center;
    padding: 0.5rem 1rem;
    max-width: 640px;
    margin: 0 auto 3rem;
}
.page-rental-housing #support .section_main {
    margin-bottom: 3rem;
}
.page-rental-housing #support .section_main .support_cycle {
    max-width: 640px;
    margin: 0 auto 2rem;
    text-align: center;
}
.page-rental-housing #support .section_main .support_cycle img {
    max-width: 570px;
}
.page-rental-housing #support .examples {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 855px;
    margin: 0 auto;
}
.page-rental-housing #support .example {
    display: flex;
    gap: 1rem 5%;
}
.page-rental-housing #support .example .image {
    flex-basis: 22%;
}
.page-rental-housing #support .example .description {
    flex: 1;
    padding-top: 1rem;
}
.page-rental-housing #support .example .description_title {
    margin-bottom: 1rem;
}
.page-rental-housing #support .example .description_title h2 {
    color: #ffffff;
    border-radius: 7px;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 0.3rem 1.5rem;
}
.page-rental-housing #support .example .description_title h2.yellow {
    background-color: #f5c03f;
}
.page-rental-housing #support .example .description_title h2.cyan {
    background-color: #52bfcf;
}
.page-rental-housing #support .example .description_title h2.pink {
    background-color: #ea6484;
}
.page-rental-housing #support .example .description_text {
    font-size: 1.1rem;
}
.page-rental-housing #support .section_footer .last {
    max-width: 855px;
    margin: 0 auto;
}
.page-rental-housing #support .section_footer .last_title {
    margin-bottom: 2rem;
}
.page-rental-housing #support .section_footer .last_title h2 {
    font-size: 1.65rem;
    text-align: center;
}
.page-rental-housing #support .section_footer .last_text {
    font-size: 1.1rem;
}


/*-------------------------------------------
農業事業者様
-------------------------------------------*/
.page-agriculture #main {
    padding-bottom: 0;
}
.page-agriculture #main #page-lead .section_main .lead-desc-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem 3%;
}
.page-agriculture #main #page-lead .section_main .lead-desc-wrapper .icon {
    flex: 1;
    max-width: 95px;
}
.page-agriculture #main #page-lead .section_main .lead-desc-wrapper .desc {
    max-width: 735px;
}
.page-agriculture #main #page-lead .section_main .lead-desc-wrapper .desc .section_title_wrapper {
    margin-bottom: 1rem;
}
.page-agriculture #main #page-lead .section_main .lead-desc-wrapper .desc .section_title {
    font-size: 1.65rem;
    margin-bottom: 0.5rem;
}
.page-agriculture #main #page-lead .section_main .lead-desc-wrapper .desc .text {
    font-size: 1.1rem;
}
.page-agriculture .images_wrapper {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 50%,
        #f8f7f0 50%,
        #f8f7f0 100%
    );
    padding-bottom: 3rem;
}
.page-agriculture .images_wrapper .images {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.page-agriculture .images_wrapper .images .image {
    flex: 1;
    max-width: 520px;
}
.page-agriculture #example {
    background-color: #f8f7f0;
    padding-bottom: 3rem;
    margin-bottom: 0;
}
.page-agriculture #example .examples {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.page-agriculture #example .example {
    display: flex;
    gap: 1rem 2%;
}
.page-agriculture #example .example .image {
    flex-basis: 17%;
}
.page-agriculture #example .example .description {
    flex: 1;
    padding-top: 1rem;
}
.page-agriculture #example .example .description_title {
    margin-bottom: 1rem;
}
.page-agriculture #example .example .description_title h2 {
    color: #7baa17;
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 5px solid #7baa17;
}
.page-agriculture #example .example .description_text {
    font-size: 1.1rem;
}


/*-------------------------------------------
創業支援
-------------------------------------------*/
.page-startup .bg-gray {
    background-color: #f7f8f8;
}
.page-startup #main {
    padding-bottom: 0; 
}
.page-startup #main #page-lead .section_header {
    max-width: 840px;
    margin: 0 auto 4rem;
}
.page-startup #main #page-lead .section_header .section_title {
    font-size: 1.65rem;
    margin-bottom: 0.5rem;
}
.page-startup #main #page-lead .section_main {
    max-width: 740px;
    margin: 0 auto;
}
.page-startup #main #page-lead .section_main .lead-content-header {
    margin-bottom: 2rem;
}
.page-startup #main #page-lead .section_main .lead-content-header-title {
    font-size: 1.65rem;
    text-align: center;
}
.page-startup #main #page-lead .section_main .image {
    text-align: center;
    margin-bottom: 2rem;
}
.page-startup #main #page-lead .section_main .image img {
    width: 100%;
    max-width: 550px;
}
.page-startup #main #page-lead .section_main .description {
    font-size: 1.1rem;
}
.page-startup #task .task-content {
    padding: 2rem 0;
}
.page-startup #task .task-content-inner {
    display: flex;
    gap: 2rem 4%;
}
.page-startup #task .task-content-inner.row-reverse {
    flex-direction: row-reverse;
}
.page-startup #task .task-content-inner .images,
.page-startup #task .task-content-inner .text {
    flex: 1;
}
.page-startup #task .task-content-inner .images {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.page-startup #task .task-content-inner .images.column-reverse {
    flex-direction: column-reverse;
}
.page-startup #task .task-content-inner .images .icon {
    text-align: center;
}
.page-startup #task .task-content-inner .images .icon img {
    width: 100%;
    max-width: 250px;
}
.page-startup #task .task-content-inner .text .task-text-header {
    margin-bottom: 1rem;
}
.page-startup #task .task-content-inner .text .task-text-header-title {
    color: #ffffff;
    background-color: #7baa17;
    border-radius: 7px;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    padding: 0.3rem 1rem;
    max-width: 355px;
}
.page-startup #task .task-content-inner .text .task-examples {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.page-startup #task .task-content-inner .text .task-example-header {
    margin-bottom: 0.5rem;
}
.page-startup #task .task-content-inner .text .task-example-header-title {
    color: #7baa17;
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 5px solid #7baa17;
    padding-bottom: 0.2rem;
}
.page-startup #task .task-content-inner .text .task-example-body {
    font-size: 1.1rem;
}
.page-startup #support {
    margin-bottom: 0;
}
.page-startup #support .section_header {
    padding: 2rem 0;
}
.page-startup #support .section_header .section_title_wrapper,
.page-startup #support .section_main .section_inner {
    max-width: 750px;
    margin: 0 auto;
}
.page-startup #support .section_header .section_title {
    font-size: 1.65rem;
    text-align: center;
    margin-bottom: 2.5rem;
}
.page-startup #support .section_header .section_title_sub {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.page-startup #support .section_header .section_title_sub:last-child {
    margin-bottom: 0;
}
.page-startup #support .section_main {
    padding: 2rem 0;
}
.page-startup #support .section_main .burden .icon {
    text-align: center;
    margin-bottom: 2.5rem;
}
.page-startup #support .section_main .burden .icon img {
    width: 100%;
    max-width: 340px;
}
.page-startup #support .section_main .burden p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.page-startup #support .section_main .burden p:nth-of-type(2) {
    margin-bottom: 2.5rem;
}
.page-startup #support .section_main .burden p:nth-of-type(3) {
    margin-bottom: 0;
}
.page-startup #support .section_main .burden-list {
    margin-bottom: 1rem;
}
.page-startup #support .section_main .burden-list li {
    font-size: 1.1rem;
    color: #ffffff;
    background-color: #534e4c;
    border-radius: 7px;
    padding: 0.2rem 0.8rem;
    margin-bottom: 0.5rem;
}
.page-startup #support .section_main .burden-list li:last-child {
    margin-bottom: 0;
}
.page-startup #support .section_main .avoidable p:last-of-type {
    margin-bottom: 2.5rem;
}
.page-startup #support .section_main .avoidable .icon {
    text-align: center;
}
.page-startup #support .section_main .avoidable .icon img {
    width: 100%;
    max-width: 570px;
}
.page-startup #support .section_main .avoidable p {
    font-size: 1.1rem;
}
.page-startup .self-introduction {
    margin-bottom: 2rem;
}
.page-startup .self-introduction p {
    font-size: 1.65rem;
    max-width: 800px;
    margin: 0 auto;
}


/*-------------------------------------------
会社情報
-------------------------------------------*/
.page-company .section_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 3%;
}
.page-company .section_header {
    width: 100%;
    max-width: 195px;
}
.page-company .section_main {
    width: 100%;
    max-width: 770px;
}
.page-company .section_title_wrapper {
    color: #ffffff;
    background-color: #534e4c;
    box-shadow: 6px 6px 0px #eeeceb;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 1.8rem;
}
.page-company .section_title_en {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.page-company .section_title_jp {
    font-size: 1.25rem;
    font-weight: 700;
}
.page-company #greeting .section_main {
    /* padding-top: 2rem; */
}
.page-company #greeting .greeting-content {
    margin-bottom: 2rem;
}
.page-company #greeting .greeting-content:last-child {
    margin-bottom: 0;
}
.page-company #greeting .greeting-content .greeting-content_header {
    margin-bottom: 2rem;
}
.page-company #greeting .greeting-content .greeting-content_title {
    font-size: 1.65rem;
}
.page-company #greeting .greeting-content .greeting-content_text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.page-company #greeting .greeting-content .point-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}
.page-company #greeting .greeting-content .point-list li {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    padding: 0.2rem 1rem;
    border-radius: 7px;
    max-width: 355px;
    line-height: 1.5;
}
.page-company #greeting .greeting-content .point-list li.bg-olive-drab {
    background-color: #7baa17;
}
.page-company #greeting .greeting-content .point-list li.bg-forest-green {
    background-color: #00913a;
}
.page-company #greeting .greeting-content .point-list li.bg-dark-green {
    background-color: #006934;
}
.page-company #greeting .greeting-content .point-details-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.page-company #greeting .greeting-content .point-details-list_header {
    margin-bottom: 1rem;
}
.page-company #greeting .greeting-content .point-details-list_header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 0.2rem;
}
.page-company #greeting .greeting-content .point-details-list_header h3.olive-drab {
    color: #7baa17;
    border-bottom: 5px solid #7baa17;
}
.page-company #greeting .greeting-content .point-details-list_header h3.forest-green {
    color: #00913a;
    border-bottom: 5px solid #00913a;
}
.page-company #greeting .greeting-content .point-details-list_header h3.dark-green {
    color: #006934;
    border-bottom: 5px solid #006934;
}
.page-company #greeting .greeting-content .point-details-list_main p {
    font-size: 1.1rem;
}
.page-company #profile {
    padding: 2rem 0;
    background-color: #f8f7f0;
}
.page-company #profile .profile-table-wrapper {
    margin-bottom: 2rem;
}
.page-company #profile .profile-table {
    font-size: 1.25rem;
}
.page-company #profile .profile-table th {
    font-weight: 400;
    text-align: left;
}
.page-company #profile .profile-table th,
.page-company #profile .profile-table td {
    padding: 0.2rem 1rem 0.2rem 0;
}
.page-company #profile .thumb-wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem 3%;
}
.page-company #profile .thumb-wrapper .thumb {
    flex: 1;
    max-width: 310px;
}
.page-company #map {
    margin-bottom: 0;
} 

/*-------------------------------------------
プライバシーポリシー
-------------------------------------------*/
.page-privacy-policy #privacy-policy .section_inner_header {
    margin-bottom: 2.5rem;
}
.page-privacy-policy #privacy-policy .section_main .section_inner_block {
    margin-bottom: 1.5rem;
}
.page-privacy-policy #privacy-policy .section_main .section_inner_block h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}


/*-------------------------------------------
サイトポリシー
-------------------------------------------*/
.page-website-policy .entry-content .section_header {
    text-align: center;
    margin-bottom: 3rem;
}
.page-website-policy .entry-content .section_title {
    margin-bottom: 1rem;
}
.page-website-policy .entry-content .section_title_text {
    font-size: 1.55rem;
    font-weight: bold;
}
.page-website-policy .entry-content .section_inner_header,
.page-website-policy .entry-content .section_main .section_inner_block {
    margin-bottom: 1.5rem;
}
.page-website-policy .entry-content .section_inner_header h2,
.page-website-policy .entry-content .section_main .section_inner_block h2 {
    background-color: #878180;
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    text-align: center;
    padding: 0.2rem 0.5rem;
}
.page-website-policy .entry-content .section_main .section_inner_block a {
    color: #009fe8;
}
.page-website-policy .entry-content .section_main .section_inner_block a:hover {
    text-decoration: underline !important;
}


/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
.page-contact #main {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}
.page-contact #contact .section_header {
    /* text-align: center; */
    margin-bottom: 3rem;
}

/******************************************************************

カスタム投稿

******************************************************************/


/******************************************************************

404 Page Not Found

******************************************************************/
p.notfound {
    margin-bottom: 50px;
}


/******************************************************************

フォーム

******************************************************************/
input[type="radio"] {
    border: inset 1px #000000;
}
input[type="radio"]:checked {
    background-color: #dcdcdc;
    color: #5a5a5a;
}
input[readonly] {
    background-color: #eeeeee;
    color: #555555;
    border-color: #eeeeee;
    box-shadow: none;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], select, textarea, [type=number] {
    /*    display: block;*/
    display: inline-block;
    box-sizing: border-box;
    /* width: 100%; */
    max-width: 100%;
    height: 100%;

    height: 2.4375rem;

    padding: .5rem;
    border: 1px solid #878180;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    /*    border-radius: 0;*/
    transition: box-shadow .5s,border-color .25s ease-in-out;
    border-radius: 2px;
    margin-bottom: 0;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}
[type=text], textarea {
    /*    width: 100%;*/
}
select {
    min-width: 350px;
}


/******************************************************************

お問い合わせフォーム

******************************************************************/
.form-wrapper [type=text],
.form-wrapper [type=password],
.form-wrapper [type=date],
.form-wrapper [type=datetime],
.form-wrapper [type=datetime-local],
.form-wrapper [type=month],
.form-wrapper [type=week],
.form-wrapper [type=email],
.form-wrapper [type=number],
.form-wrapper [type=search],
.form-wrapper [type=tel],
.form-wrapper [type=time],
.form-wrapper [type=url],
.form-wrapper [type=color],
.form-wrapper select,
/*.form-wrapper textarea,*/
.form-wrapper [type=number] {
/*    width: auto;*/
    max-width: 100%;
}

/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
.form-wrapper {
}
.form-wrapper .section_header {
    margin-bottom: 3rem;
}
.form-wrapper .inner_width {
    width: 70%;
    margin: 0 auto;
}
.form-wrapper .section_header {
/*    text-align: center;*/
    margin-bottom: 3rem;
}
.form-wrapper .section_title_wrapper {
    margin: 0rem 0 4rem;
}
.form-wrapper .section_title {
    margin-bottom: 1rem;
}
.form-wrapper .contact-form-lead {
}
.form-wrapper .section_main {
}

/*
.iframe-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow:auto; 
    -webkit-overflow-scrolling:touch;
    border:2px solid #ccc;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
.regulations-area iframe {
    width: 100%;
}

*/


.mw_wp_form_input .icon-select-wrapper {
    display: flex;
}
.mw_wp_form_input .icon-select-wrapper::after {
content: '';
    position: relative;
    right: 2.4375rem;
    width: 2.5rem;
    /* height: 2.5rem; */
    height: 2.4375rem;
    background-image: url(./assets/images/icon-select.png);
    background-size: contain;
    background-position: center;
    border-radius: 0 2px 2px 0;
    pointer-events: none;
    display: block;
    background-color: #878180;
    /* content: "\f063"; */
    /* font-family: FontAwesome; */
    /* font-weight: 900; */
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.form-wrapper form .button.btn-auto-input-zip {
    background-color: #878180;
    padding: 0.5rem 1rem;
    line-height: 1;
    width: auto;
    border-radius: 25px;
    font-size: 0.95rem;
    margin: 0.5rem;
}
.form-wrapper form .button.btn-auto-input-zip:hover {
    background-color: #0095a1;
}


/*-------------------------------------------
会員規程のボックス
-------------------------------------------*/
.regulations-area .scroll-box {
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid #e5e5e5;
}
/* スクロールバーのカスタマイズ */
.regulations-area .scroll-box::-webkit-scrollbar{
    /*    width: 10px;*/
    width: 2px;
}
.regulations-area .scroll-box::-webkit-scrollbar-track{
    background-color: #e5e5e5;
    border-left: solid 1px #e5e5e5;
}
.regulations-area .scroll-box::-webkit-scrollbar-thumb{
    background-color: #888888;
    /*    background-color: #bbbbbb;*/
    /*    border-radius: 10px;*/
    /*    box-shadow: inset 0 0 0 2px #e62410;*/
}

.regulations-title {
    background-color: #888888;
    color: #ffffff;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    text-align: center;
    margin-bottom: 0.3rem;
}
.regulations-area-inner {
    /* margin-bottom: 1rem; */
    text-align: center;
}
.agree-check-area {
    text-align: center;
}
.form-wrapper .privacy-policy .regulations-title {
    margin-bottom: 1rem;
}
/* 個人情報保護方針 */
.regulations-area {
    margin: 0 auto 3rem;
    max-width: 450px;
    font-size: 1.2rem;
}
.form-wrapper .privacy-policy a.btn-privacy-policy {
    background-color: #f6ab00;
    color: #ffffff;
    margin: 1.5rem 0 1rem;
    padding: 0.5rem;
    max-width: 400px;
    width: 100%;
    font-size: 1.2rem;
}
.form-wrapper .privacy-policy a.btn-privacy-policy:hover {
    text-decoration: underline !important;
    background-color: #5bc1d8;
}
.same-check-inner {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    border-bottom: 2px solid #315a8c;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}
.same-check-inner .same-check-title-wrapper {
    margin-right: 2rem;
}
.same-check-inner .same-check-title {
    font-size: 1.2rem;
    font-weight: normal;
}
.same-check-inner .same-check-input {
}

.mw_wp_form_confirm .confirm-hide {
    display: none;
}

/*
form
*/
.form-wrapper .info-wrapper {
    margin-bottom: 5rem;
}
.form-wrapper .info-wrapper .info-box {
    width: 100%;
    margin-bottom: 1.0rem;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
}
.form-wrapper .info-wrapper .info-box .th {
    font-size: 1.2rem;
    flex-basis: 28%;
    max-width: 28%;
    margin-right: 3%;
    padding: 0.5rem 0;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
    color: #231815;
}
.form-wrapper .info-wrapper .info-box .th .text-small {
    font-size: 0.9rem;
    font-weight: normal;
    margin-top: 0.5rem;
}
.form-wrapper .info-wrapper .info-box .td {
    flex-basis: 69%;
    max-width: 69%;
}
.form-wrapper .info-wrapper textarea {
    height: auto;
}
.form-wrapper .info-wrapper .info-box .td .flexbox {
    flex-flow: nowrap;
}
.form-wrapper .info-wrapper .info-box .td .flexbox .itemleft {
    margin-right: 1rem;
}
.form-wrapper .caution-area {
    margin-bottom: 2.5rem;
}
.form-wrapper .caution {
    color: #ff3434;
    font-size: 0.9rem;
}
.form-wrapper .info-wrapper .attention {
    font-weight: normal;
    color: #4ea9ff;
    display: inline-block;
    font-size: 0.9rem;
    margin-left: 0.5rem;
}
.form-wrapper .info-wrapper .attention.required {
    color: #E50012;
}


/* button */
.form-wrapper form .form-button {
    text-align: center;
}
.form-wrapper form .button-wrapper {
    margin-bottom: 1rem;
}
.form-wrapper form .button {
    width: 90%;
    max-width: 280px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #231815;
    font-size: 1.4rem;
}
.form-wrapper form .button:hover {
    background-color: #0095a1;
}
.form-wrapper form .button.back {
    background-color: #999999;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}


/*
contact form
*/
.form-wrapper form .button {
    cursor: pointer;
}
.form-wrapper form .button.wpcf7c-btn-back {
    background-color: #999999;
    width: auto;
}
.form-wrapper form .button .wpcf7-submit {
    cursor: pointer;
}
.form-wrapper .wpcf7-spam-blocked {
    line-height: 1.4;
    padding: 1rem;
}
.grecaptcha-badge {
    display: none;
}
.page-entry .grecaptcha-badge,
.page-contact .grecaptcha-badge {
    bottom: 100px !important;
    display: block;
}
.form-wrapper .wpcf7c-conf {
    background-color: #eeeeee !important;
    color: #000000 !important;
    border: 1px solid #dddddd !important;
}
.form-wrapper form input.wpcf7c-conf:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
}




/******************************************************************
*******************************************************************

メディアクエリー

*******************************************************************
******************************************************************/
/* style-sp.cssにコーディング */