@charset "utf-8";

:root {
    --gn: 18vw;
}
html {
    overflow-x: hidden;
}
body {
        /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;  */
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    letter-spacing: inherit;
}
.display_none {
    display: none;
}
#main_contents {
    width: 100%;
}
#page {
    margin: 0 auto 4vw;
}
#page_contents {
    margin-top: 21vw;
}
body.search #contents, body.error404 #contents {
    margin-top: 10vw;
    margin-bottom: 2vw;
}
.wrap {
    width: 90%;
}
section#title {
    height: 10vw;
    gap: 2vw;
    padding: 5vw 0px;
}
.bl_onayami section#title{
   height: 17vw;
   gap: 2vw;
}
.w100p {
    width: 100%;
    height: auto;
}
#top {
    padding-top: 0vw;
    width: 100%;
}
.ttl_underline {
    font-size: 5.5vw;
}

.ttl_underline:after {
    width: 18vw;
    background-size: 4vw;
    background-repeat-y: no-repeat;
}
.ttl_block {
    position: relative;
    margin-bottom: 0vw;
    width: 95%;
    margin: 0 auto;
}
.ttl_underline {
    margin-bottom: 10vw;
}
h1 {
    font-size: 2vw;
    padding: 0 0 1vw;
}
h2 {
    line-height: 1;
    font-size: 2.3rem;
    }

h2.underline {
    font-size: 2.1rem;
}

h2.underline span {
    font-size: 1.1rem;
}
h2.underline b {
    font-size: 5vw;
}
h2.underline span:before {
    width: 21vw;
    height: 3px;
    top: -1em;
}
.border_radius_0 {
    border-bottom-left-radius: 0px!important; 
    border-bottom-right-radius: 0px!important;
}

h2.ac:after {
    font-family: "Font Awesome 5 Free";
    content: '+';
    color: #08a458;
    font-size: 9vw;
    position: absolute;
    top: 37%;
    right: 9%;
    background: #fff;
    width: 8vw;
    height: 8vw;
    font-weight: bold;
    text-align: center;
    line-height: 0.7em;
    transform: translate(0px, -50%);
    border: solid 1px;
}
.ttl_block .ttl:after {
    display: none;
}
.ttl_block .ttl {
    background: #ef5513;
    text-shadow: none;
    border-bottom: 0.7vw solid #416218;
    position: relative;
    margin-top: 5vw;
    top: -5vw;
    color: #ffffff;
    font-size: 5.56vw;
    width: 101%;
    margin-left: -3%;
    padding: 3vw 3%;
    text-align: left;
    font-weight: bold;
}
.padding_40px {
    padding: 10vw 0px;
}
hr.fade {
    background-size: 5vw;
    background-repeat-y: no-repeat;
}
.sp {
    display: block !important;
}
.tb {
    display: none;
}
.pc {
    display: none !important;
}

h2:before {
    top: 3px;
}
h2:after {
    bottom: 3px;
}
h3 {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 2.5vw 0;
    position: relative;
    clear: both;
    line-height: 1.3;
    margin: 6vw 0 3vw;
    text-align: left !important;
    padding-left: 1vw;
}
h3:after {
     display: none;
}
h4 {
    font-size: 1.6rem;
}
#top h3 {
    background: #f6efe8;
    font-size: 4.46vw;
    font-weight: bold;
    border-bottom: 0.6vw solid #ff6605;
    padding: 2.5vw;
    position: relative;
    clear: both;
    line-height: 1.3;
    margin: 6vw 0 3vw;
    text-align: left;
}
a.btn_radius:after {
    position: absolute;
    right: 18% !important;
}
a.btn_radius {
    width: 70%;
    padding: 3vw 0;
    font-size: 1em;
    border-radius: 60.3em;
    margin-top: 5vw;
}
h3 span {
    font-weight: bold;
}

h4 {
    font-size: 1.9rem;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    clear: both;
    padding: 1.8vw 0;
    padding-left: 1vw;
}

h5 {
    font-size: 4.7vw;
    font-weight: bold;
    padding: 0.3vw 2vw;
    position: relative;
    line-height: 1.2;
    clear: both;
}

h6 {
    background: #fff8d6;
    color: #494949;
    font-size: 3.57vw !important;
    padding: 2.53vw !important;
    clear: both;
    line-height: 1.2 !important;
}

#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
    margin-top: 6vw;
    margin-bottom: 5vw;
}

img.alignright {
    padding: 4px;
    margin: 0 0 0.1em 0.5em;
    display: inline;
    max-width: 50%;
    float: right;
    height: auto;
}
li {
    line-height: 1.5em;
}
/*mv*/
.mv__main {
    padding-top: 10vw;
}
.mv .wrap a.btn {
    width: 100%;
    font-size: 5vw;
    padding-top: 6vw;
    height: 16vw;
    justify-content: center;
    overflow: hidden;
    bottom: -10vw;
    right: inherit;
}
.mv a.btn span:after {
     font-size: 3.2vw;
    right: 6vw;
    top: 11vw;
}
.mv {
    margin-top: 18vw;
    height: 180vw;
	background: #f79646;
}
.mv .wrap a.btn:before {
    font-size: 3.6vw;
    position: absolute;
    top: 0;
    height: 6vw;
    width: 100%;
    margin: 0;
    border-radius: 0;
}
.mv__strong-item {
    font-size: 2.8vw;
    line-height: 1.2;
    width: 31%;
    height: 18vw;
    border-radius: 10px 0 10px 0;
}

.mv__strong-item:nth-child(1) {
    margin-left: 10vw;
}
.mv__strong-item:nth-child(2) {
    margin-right: 10vw;
}
.mv__strong-item strong {
    font-size: 4.8vw;
    line-height: 1.1;
}
.mv__strong {
    border-radius: 10px;
    width: 100%;
    margin: 5vw auto 0;
    position: inherit;
    bottom: inherit;
    height: 40vw;
}
.mv__official {
    left: inherit;
    right: 3vw;
    top: 61vw;
    width: 28vw;
}
.mv__strong-list {
    gap: 3vw;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
}
.mv .wrap a.btn:hover:after {
    content: none;
}
/*グロナビ */
div#gn {position: absolute;top: 14%;transform: translate(50%, 0%);right: 50%;width: 80%;background: 0;border: inherit;}
div#gn ul li {
width: inherit;
border-bottom: 1px solid #aeaeae;
background-color: white;
}
div#gn ul li span b.icon {
    padding-right: 1vw;
    position: absolute;
    left: 12vw;
}
div#gn ul li span {
font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
font-weight: normal;
color: #3f3f3f;
}

div#gn ul li:after {
display: none;
}
div#gn ul li span {
font-size: 5vw;
font-weight: bold;
color: white;
}
div#gn ul li {
text-align: center;
background: inherit;
border: 0;
border-bottom: 1px solid #eef4e9;
padding: 2vw 0;
}
div#gn>div>ul {
border: 0;
}
#gn ul li:last-child:before {
    display: none;
}
#gn ul li.tel {
    width: inherit;
}
/*閉じるボタン*/
#gn span#closed {
    font-size: 11vw;
    top: -18vw;
    right: 50%;
    transform: translate(50%, 0%);
    color: #000000;
    text-align: center;
    position: absolute;
    width: 15vw;
    height: 15vw;
    background: aliceblue;
    border-radius: 50pc;
    display: inline-block !important;
}
#gn ul.sub-menu {
    /* display: none; */
    position: relative;
    min-width: inherit !important;
    width: 100%;
    background: inherit;
    text-align: center;
}
#gn ul li:hover div.sub-menu {
    position: inherit;
    transform: inherit;
    text-align: center;
    width: 100%;
}

#gn ul.sub-menu li a {
    text-align: center;
}

#gn ul.sub-menu li:last-child {
    border: none;
}

/*ul#menu-global-navi01*/
ul#menu-global-navi01 {
display: block !important;
border-top: 1px solid #cfcfcf;
}
ul#menu-global-navi01 a span.icon {
padding-top: 2vw;
}
ul#menu-global-navi01 a {
    height: inherit;
    color: inherit;
    font-weight: bold;
}
#menu-global-navi01 > li:last-child a {
    line-height: 1;
}
#menu-global-navi01 > li:last-child a b.tell01 {
    font-size: 5vw;
}
#menu-global-navi01 > li:last-child a small {
    font-size: 3vw;
}

/*div#ac_navi*/
div#ac_navi ul li a {
    display: block;
    color: #434343;
    font-weight: bold;
    text-decoration: none;
    font-size: 4vw;
    height: 13vw;
	  text-align: center;
    margin: 0;
    padding: 0;
}
div#ac_navi ul li a:before {
    font-family: auto;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: #000000;
    padding: 0 10px 0 20px;
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translate(0, -50%);
}
div#ac_navi {
    position: fixed;
    background: #2c9f3cf2;
    height: 100%;
    width: 100%;
    z-index: 999999;
    overflow: auto;
    top: 0;
    display: none;
}
div#ac_navi ul li a:before {
    display: none;
}


/*グロナビ 終わり*/


/*pagetop*/
#pagetop {
    bottom: 50vw;
    right: 2vw;
    width: 15vw;
}
/*footer*/
footer {
    margin-bottom: 55vw;
}
.contents_menu li.menu-item-has-children  a:after {
    content: "+";
    font-size: 4vw;
}
.contents_menu ul.sub-menu {
    display: none;
}
footer .ftmenu {
    padding: 4vw 0 6vw;
    border-bottom: 1px solid #fff;
}
footer .ftmenu .site_ttl p {
    font-size: 3vw;
    line-height: 1.2;
}
footer .ftmenu .text_block {
    padding-top: 3vw;
    padding-left: 12vw;
}
footer .ftmenu .cf {
    display: none;
}
footer .ftmenu .site_ttl a img {
    width: 78vw;
}
footer .menubtn.sp {
    font-size: 10vw;
    color: #00358a;
    width: 15.6vw;
    display: inline-block;
    top: inherit;
    bottom: 0;
    right: 1.4vw;
    position: absolute;
}

.ct_contact {
    display: none;
}

.display_flex {
    flex-wrap: wrap;
}
/* .footer-floating */
.footer-floating {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
}
.footer-floating a {
  text-decoration: none;
}
.footer-floating__title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: var(--sub-color);
    font-size: 5vw;
    padding: 1vw 0;
    letter-spacing: 0.1em;
}
.footer-floating__list {
    display: flex;
}
.footer-floating a {
    text-decoration: none;
    display: block;
    width: 50%;
	text-align: center;
}
.footer-floating__item.tel {
    background: #fff;
    border-right: 1px solid #fff;
}
.footer-floating .text {
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.5;
}
.footer-floating__item.mail {
    background: var(--main-color);
    color: #fff;
    display: grid;
    place-content: center;
    position: relative;
    gap: 1vw;
}
.footer-floating__item.mail:after {
    content: " \f105";
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    position: absolute;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    z-index: 1;
}
.footer-floating .tel_num {
    font-size: 5.5vw;
    line-height: 1;
    padding-top: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}
.footer-floating .tel_num:before {
    display: inline-block;
    content: '\f098';
    font-family: "Font Awesome 5 Free";
    color: var(--main-color);
    font-weight: 900;
    font-size: 4vw;
    transform: scaleX(-1);
}
.footer-floating__item.mail strong {
    display: block;
}
.footer-floating__item.mail small {
    font-size: 0.7em;
}
.footer-floating .time {
    color: #333;
    font-size: 2.5vw;
    padding-bottom: 1vw;
}

/*h2.underline  */
h2.underline b.green_txt { font-size: 4.8vw;}
/*section#title*/
section#title .sub_ttl {
    font-size: 5.6vw;
}
section#title .sub_ttl {
    font-size: 3.2vw;
}
section#title .main_ttl {
    font-size: 1.8rem;
    line-height: 1.1;
}
section#title .main_ttl b span {
  display: block;
}
section#title .sub_ttl2 {
    font-size: 4vw;
}
section#title .main_ttl2 {
    font-size: 5.75vw;
}
section#title:after {
    border-width: 3vw 4vw 4vw;
}

/* section#title_blue */
section#title_blue {
    padding: 5vw 0;
}
section#title_blue .main_ttl {
    font-size: 7vw;
    line-height: 1.1;
}
section#title_blue:after {
    border-width: 3.4vw 4vw 4vw;
}
/* btn */
.btn {
    width: 88%;
    padding: 2.3vw;
    border-radius: 5px;
    font-size: 1.8rem;
	    width: 73%;
}
.btn:after {
    font-size: 1.5rem;
    top: 50%;
    transform: translate(0%, -50%);
    line-height: 0;
}
.btn02 {
    font-size: 4vw;
    width: 80%;
    padding: 3vw 0;
    border-radius: 5px;
}
.btn02:after {
    font-size: 3.8vw;
    right: 4vw;
}
/*ヘッダー*/
header {
    top: 0;
    z-index: 99999;
    width: 100%;
    background: white;
    border-bottom: 1px solid #eee;
    position: fixed;
    height: 18vw;
    padding: 1.5vw;
}
header .wrap {
    height: initial;
    width: auto;
}
.header__left img {
  width: 55vw;
}
.header__right-contact { 
    display: none;
}
.header__left p {
    transform: scale(0.9);
    font-size: 2vw;
    top: 10vw;
    white-space: nowrap;
    line-height: 1.2em;
    position: absolute;
    left: 0vw;
}
.header__download, .header__contact {
    width: 13vw;
}
.header__right-btns {
    gap: 1.5vw;
    align-items: center;
	flex-wrap: nowrap;
}
.header__wrapper {
    flex-wrap: nowrap;
}
header .menubtn.sp {
    width: 8vw;
    padding-left: 1vw;
}


footer .copy {
    margin-bottom: 26vw;
    font-size: 2.5vw;
    padding: 2vw 0;
}
/* 非表示ブロック */
section#contact_block {
    display: none;
}
/* スマホフッターメニュー */
.contents_menu {
    border-top: 1px solid #ffffff;
}
.contents_menu ul.sub-menu li a {
    padding-left: 9vw;
}
.contents_menu ul li a {
    display: block;
    text-decoration: none;
    padding: 3vw 8vw 3vw 4vw;
    font-size: 3.8vw;
    font-weight: normal;
    color: #ffffff;
    position: relative;
    line-height: 1.2;
    background: var(--main-color);
    font-weight: bold;
	    border-bottom: 1px solid;
}
.contents_menu ul.sub-menu a:after {
    content: "\f105" !important;
}
.contents_menu ul li a:after {
    content: " \f105";
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    z-index: 1;
}
.contents_menu li.menu-item-has-children a.active:after {
    content: "-" !important;
    font-size: 6vw;
    line-height: 0.6;
}
/* スマホフッターメニュー終わり */


/*#page*/
div#page p {
    font-size: 4vw;
}
#page .page_under01 {
    margin-bottom: 6vw;
}
#page .page_under01 ul.child li a {
    padding: 5vw;
}
/*ページネーション*/
#page .pagenation li {
    display: inline-block;
    padding: 0 0.67vw;
}
#page .pagenation li a {
    display: block;
    padding: 2vw 1.73vw;
    color: #4c4c4c !important;
    text-decoration: none;
    padding: 1vw 4vw !important;
    font-size: 3.4vw !important;
}
/*.archive01*/
img.attachment-post-thumbnail {
    width: 67vw;
    height: 43vw;
}
.archive01 ul > li {
    border-bottom: 1px solid #e8e8e8;
    margin: 20px 0 0;
    padding: 0 0 10px;
    position: relative;
    line-height: 1.5em;
    clear: both;
}
.archive01 dl {
    margin-bottom: 5vw;
}
.archive01 dt {
    float: inherit;
    margin: auto;
    width: 70%;
    overflow: hidden;
    height: 50vw;
}
.archive01 dd {
    margin-left: inherit;
    min-height: inherit;
    position: inherit;
    width: auto;
    padding: 0;
    display: block;
}
.archive01 .archive_thumbnail {
    width: 100%;
    margin: auto;
    display: block;
    background-color: #f5f1ea;
    overflow: hidden;
    text-align: center;
    border: inherit;
    float: inherit;
}
.archive01 li div#day {
    font-size: 2.8vw;
}
.archive01 dl {
    margin-bottom: 5vw;
}
.archive02 ul {
    display: inherit !important;
}

.archive02 ul li {
    line-height: 1.5em;
    font-size: 14px;
    margin: 0 0 0;
    padding: 10px 0 10px;
}
.archive02 dl dt {
    font-size: 1rem;
}
.archive02 dl dd {
    padding: 0 !important;
    margin: 0;
}

/*.archive_category */
.archive_category ul.tax_parents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.archive_category li.cat-item {
    padding: 0 !important;
    width: 48% !important;
    margin: 0 !important;
    background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 
90deg
 , rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    border: 1px solid #dcdcdc !important;
    position: relative !important;
    margin-bottom: 2vw !important;
}
.archive_category ul li.cat-item a {
    display: inherit;
    text-decoration: none;
    border-bottom: none;
    margin: 0vw 0 0;
    color: #434343;
}
.archive_category ul p#cat_ttl {
    margin: 0;
    background-color: inherit;
    color: #5a5a5a;
    text-align: left;
    width: 37vw;
    display: inline-block;
    padding: 1.4vw;
}
.archive_category li.cat-item:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 900;
    font-size: 3vw;
    position: absolute;
    top: 50%;
    right: 2.3vw;
    width: 4.3vw;
    color: #ffffff;
    transform: translate(50%, -50%);
    clear: both;
}
.archive_category ul.tax_parents li.cat-item:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 900;
    font-size: 3vw;
    position: absolute;
    top: 50%;
    right: 1.3vw;
    width: 2.2vw;
    color: #ffffff;
    transform: translate(50%, -50%);
}
.archive_category li.cat-item:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    right: 0.3vw;
    top: 50%;
    transform: translate(0%, -50%);
    color: white;
    display: inline-block;
    z-index: 999;
}
/*.archive_category */

#breadcrumbs .wrap {
    width: 100% !important;
    padding: 0;
}
table, td, th, tr {
    font-size: inherit;
    font: 100%;
    line-height: 1.3em
}

table.line {
    border-collapse: collapse;
    border-spacing: 0;
}

table.line th {
    background-color: #eae8e3;
    border: #d3d3d3 1px solid;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

table.line td {
    border: #d3d3d3 1px solid;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

ul.tax_parents li {
    width: 42% !important;
    margin: 0 0 3% !important;
}

ul.tax_parents li:nth-child(odd) {
    margin-right: 3% !important;
}
.bl_footer_info {
    padding-top: 0 !important;
}
.bl_onayami {
    padding-bottom: 2em;
}
.bl_onayami .ttl_block {
    padding-top: inherit;
}
.bl_onayami .ttl_block .sub {
    font-size: 3.7vw;
    margin-top: 32px;
    margin-bottom: 0;
}
.bl_onayami ul.display_flex.image_ul li {
    width: 30%;
}
.bl_onayami ul.display_flex.content_box li {
    width: 100%;
    border-radius: 8px;
}
.bl_onayami ul.display_flex.content_box li .block p {
    font-size: 3.5vw;
    height: auto;
    min-height: inherit;
    line-height: 1.5em;
    padding-bottom: 2vw;
}
.bl_onayami a.btn span:after {
    color: #3a8a85;
    top: 50%;
    display: none;
}
.bl_onayami ul.display_flex.content_box li .block a.btn {
    font-size: 3.8vw;
    padding: 2vw 1vw;
    width: auto;
}
.bl_onayami ul.display_flex.content_box li .block a.btn:after {
    display: inline;
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}
.bl_onayami ul.display_flex.content_box li .ttl {
    text-align: left;
    padding: 2.5vw 0;
    font-size: 4.4vw;
    position: relative;
    height: inherit !important;
    display: inherit;
    padding-left: 4vw;
    border-radius: 7px;
}
.bl_onayami ul.display_flex.content_box li .ttl .accordion_icon {
    top: 50%;
    right: 6vw;
}
.bl_onayami ul.display_flex.content_box li .block {
    display: none;
}
.bl_onayami ul.display_flex.content_box {
    row-gap: 20px;
}
.bl_onayami ul.display_flex.image_ul {
    padding: 11vw 0 1vw;
}
/* bl_cloud-accounting */
.bl_cloud-accounting {
    padding-bottom: 12vw;
}
.bl_cloud-accounting__text {
    width: 100%;
    padding: 0;
    font-size: 3.8vw;
    line-height: 1.65;
}
.bl_cloud-accounting__box {
   flex-wrap: wrap-reverse;
    gap: 10vw;
    padding: 14vw 0 10vw;
}
.bl_cloud-accounting__logo {
    margin: 0 auto;
    width: 55%;
}
.bl_cloud-accounting a.btn {
    width: 80%;
    padding: 4.5vw 0;
    font-size: 4vw;
}
.ttl.ac:after {    
	content: '+';
    color: var(--main-color);
    font-size: 8vw;
    position: absolute;
    top: 50%;
    right: 2vw;
    background: #fff;
    width: 7vw;
    height: 7vw;
    font-weight: bold;
    text-align: center;
    transform: translate(0px, -50%);
}
.bl_reason__list {
    padding-top: 18vw;
    gap: 10vw;
    padding-bottom: 8vw;
}
.bl_reason {
   padding-bottom: 12vw;
}
.bl_reason__item {
    width: 80%;
    padding-top: 7vw;
    height: auto;
    margin: auto;
    border-width: 1px;
}
.bl_reason > div.wrap {
    flex-wrap: wrap;
}

.bl_reason .number {
    width: 11vw;
    height: 11vw;
    font-size: 6vw;
    transform: translate(50%, 50%);
}

.bl_reason .number img {
    height: auto;
    width: 12.3vw;
}
.bl_reason__item .ttl {
    font-size: 4.6vw;
    justify-content: inherit;
    display: block;
    height: auto;
}
.bl_reason a.btn {
    margin-top: 0vw;
    width: 77vw;
    font-size: 3.8vw;
    padding: 3.5vw 0;
}
.bl_reason .text {
    padding: 3vw 5vw;
    font-size: 3.5vw;
}
.bl_reason .accordion_box:last-child {
    margin-bottom: 7vw;
}
/* フッター */
footer .menubtn.sp #ac_btn img {
    display: none;
}

/* お問い合わせ冒頭 */
div.bl_contact_form p:first-child {
    margin-top: 0;
}
/*検索*/
input#search-input {
    width: -webkit-fill-available;
}
button.search-btn {
    margin-top: 3vw;
}
#page .bl_column4.no02 ul li {
    border-bottom: 1px solid #eee;
    height: 90vw;
}
#page .bl_column4.no02 ul li p#title {
    font-size: 5vw;
    padding: 0;
    line-height: 1.4em;
    margin-bottom: 2vw;
}
#page .bl_column4.no02 ul li p {
font-size: 3.6vw;
}
#page .bl_column4.no02 ul li {
    height: inherit !important;
}
#page .bl_column4.no02 div#thumbnail {width: inherit;height: inherit;float: initial;text-align: center;margin-right: 0;}
#page .bl_column4.no02 .right a.hv.btn {
    margin-top: 3vw;
    padding: 2.5vw 7vw !important;
}
#page .bl_column4.no02 div#thumbnail img {
    object-fit: cover;
    width: 70vw;
    height: 40vw;
}
img.attachment-post-thumbnail {
    width: inherit;
    height: inherit;
}
#page .cat b a {
    font-size: 10px;
    padding: 0 1vw;
    display: inherit;
    margin-right: 1vw;
}
#page div#day02 a :after {
    color: #3b8a85;
}
#page div#day02 a {
    width: 40vw;
    font-size: 3.5vw;
    padding: 2vw;
    float: right;
    margin: 5vw 0 0;
}
/* もっと見る */
.more_btn {
    position: relative;
    margin: 0 auto;
    padding: 4.1vw !important;
    width: 63%;
    background: #f95c66;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    border-radius: 1.5vw;
    box-shadow: 0px 2px #a6a6a6;
    display: block;
    font-family: 'M PLUS Rounded 1c','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}
.more_btn:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 198px;
    min-height: 58px;
    display: block;
    border-radius: 10px;
    box-sizing: border-box;
}
.more_btn:hover {
    cursor: pointer;
    opacity: ;
}
#page .search_ttl {
    font-size: 5.5vw;
    width: 35vw;
}
.bl_support_menu h2.underline {
    margin-top: 6vw;
    line-height: 1.1;
     margin-bottom: 2vw
}
.bl_support_menu__item{
    width: 48%;
}
.bl_support_menu__item .ttl{font-size: 4.3vw;height: 14vw;}

.bl_support_menu__item p.txt{
    font-size: 3.3vw;
    line-height: 1.3em;
    height: 41vw;
}
.bl_support_menu__item a.btn02 {
    font-size: 1.2rem;
    border-radius: 3px;
    padding: 1.2vw 0;
    font-weight: bold;
}
.bl_support_menu__item a.btn02:after {
    right: 0;
    font-size: 0.8em;
}
.bl_support_menu {
    padding-bottom: 10vw;
}
.bl_support_menu__item img {
    width: auto;
    height: auto;
    margin-bottom: 4vw;
}
.bl_support_menu__list {
    gap: 5vw 0;
}
/* .bl_contact */
.bl_contact span.tel {
    font-size: 7.8vw;
    top: 6.8vw;
    left: 36vw;
}

.bl_contact {
    padding: 5vw 0 5vw;
    position: relative;
}

.bl_contact p.date {
    top: 15.5vw;
    left: 39vw;
    font-size: 2.6vw;
}
.bl_contact h2.underline span {
    font-size: 3vw;
    line-height: 1.6em !important;
}
.bl_contact h2.underline {
font-size: 6vw;
    padding-bottom: 11vw!important;
}
.bl_contact:after {
    z-index: -1;
    content: '';
    display: block;
    height: 112vw;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}


/*.bl_banner */
.bl_banner {
   padding: 19vw 0 8vw;
}
.bl_banner .wrap {
    width: 90%;
}

/* form */
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-email"], .wpcf7 input[name="tel-756"], .wpcf7 input[name="text-462"], .wpcf7 input[name="your-subject"] {
    width: 75%;
    padding: 0;
	height: 8vw !important;
	box-sizing: border-box;
}

.wpcf7-text, .wpcf7-number {
    width: 75%;
    height: 8vw !important;
	box-sizing: border-box;
}
.wpcf7 textarea[name="your-message"] {
    width: 100%;
	box-sizing: border-box;
    padding: 0;
	height: 46vw;
}
#page p:has(label) {
	padding: 0;
}
.contact_form p.btn {
    text-align: center;
    padding-top: 20px!important;
}
.wpcf7-spinner {
    display: block;
}


section.bl_case_slider .bx-wrapper .bx-prev {
    left: 5vw;
    width: 9vw !important;
    height: 9vw !important;

}

section.bl_case_slider .bx-wrapper .bx-next {
    left: 88vw;
    width: 9vw !important;
    height: 9vw !important;
}
iframe {
    max-width: 100%;
}

/* 2023.05.22 フローティングバナー追加
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: block;
	z-index: 999999;
}
.Bnr .Bnr__img{
    position: fixed;
    bottom: 24.5vw;
    z-index: 88;
    right: 0;
    width: 100%;
    border: 2px solid var(--main-color);
    z-index: 99;
    box-sizing: border-box;
}
.Bnr__img__inner{
  box-sizing:border-box;
  padding: 10px;
  background-color: #fff;
}
.Bnr .Bnr__img__inner a{
  display: block;
  text-decoration: none;
}
.Bnr .Bnr__img p.close{
    position: absolute;
    right: -1vw;
    top: -6.5vw;
    padding: 1vw;
    background-color: var(--main-color);
}
.Bnr .Bnr__img p.close a{
    display: grid;
    width: 5vw;
    height: 4vw;
    place-content: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
    font-size: 3vw;
    color: #fff;
}
.Bnr .Bnr__img p.image,
.Bnr .Bnr__img__inner p.text { display: none; }
.Bnr p.title {
    font-weight: bold;
    color: var(--blue-color);
    font-size: 4.5vw;
}
.Bnr .Bnr__img__inner a.btn {
  position: absolute;
  display: block;
  left: -10px;
  top: -2px;
  background: #fff;
  opacity: 0;
  width: 100%;
  height: 70%;
}
.Bnr .Bnr__img__inner a.btn:before
.Bnr .Bnr__img__inner a.btn:after {
    display: none;
}

div.sub-menu {
    display: none;
    position: inherit;
    transform: inherit;
}

/* コンタクト */
div#page p.ex {
        padding: 0 0 1vw 0;
        font-size: 3.6vw;
}