/*==========================================================================*/
/*                     H O V E R    &    P C    O N L Y                     */
/*==========================================================================*/
@media screen and (min-width: 751px) {
  #lightboxOverlay, #lightbox {
    min-width: var(--content-width) !important;
    width: 100% !important;
  }

  .sp {
    display: none !important;
  }

  .side-banner img{width: 200px;transition: .3s}
  .side-banner li a:hover{opacity: .8}

  a:hover {
    text-decoration: none;
  }
  .to-top a:hover{
    opacity: 0.7;
  }
  .back_top a:hover {
    background: #514111;
  }
  #gnavi .nav-item:hover .f-nav-block {
    opacity: 1;
    visibility: visible;
  }
  .h-contact-buttons a:not(.sweetlink):hover {
    opacity: 0.8;
  }
  #gnavi .nav-item:hover .nav-link {
    color: var(--color-primary);
  }
  #gnavi .nav-item:hover .nav-link:before {
    transform: rotate(180deg);
  }
  .f-nav-list li a:hover {
    color: var(--color-primary);
  }
  .concerns-list li {
    transition: all 0.2s;
  }
  .concerns-list li:hover {
    transform: translateY(-10px);
  }
  .point-item-text {
    transition: all 0.2s;
  }
  .point-item-text:hover {
    transform: translateX(10px);
  }
  .btn-primary:before {
    transition: all 0.2s;
  }
  .btn-primary:hover:before {
    background: #fff2d1;
  }
  .sale-item, .inheritance-item {
    transition: all 0.2s;
  }
  .sale-item:hover, .inheritance-item:hover {
    transform: translateY(-10px);
  }
  .btn-secondary:hover {
    background-color: #333;
  }
  .tab-title-wrapper li {
    transition: all 0.2s;
  }
  .tab-title-wrapper li:hover {
    background: #fff2d1;
  }
  .post-shortcut:hover {
    background: #f1f2f3;
  }
  .btn-contact:before {
    transition: all 0.2s;
  }
  .btn-contact.btn-line:hover:before {
    background: #d6ffe7;
  }
  .btn-contact.btn-mail:hover:before {
    background: #fff2d1;
  }
  .main-visual .inner {
    min-height: 920px;
  }
  .main-visual .visual-bg img {
    min-height: 920px;
  }
  .concerns-section, .block-sales-bg, .block-inheritance-bg, .guide-section, .block-contact-info .block-bg {
    content-visibility: auto;
  }
  body.nav-fixed .h_wrap_txt{
    left: 280px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* END screen-min:751px */
}
@media screen and (min-width: 751px) and (max-width: 1500px) {
  h1 {
    width: 250px;
    height: 160px;
    padding: 0 20px;
  }
  .h-contact-buttons a {
    font-size: 16px;
    padding: 5px 20px;
  }
  .h-contact-buttons a.btn-call {
    font-size: 24px;
    padding-right: 15px;
  }
  .h-contact-buttons a.btn-call .btn-icon {
    transform: translate(8px, -5px);
  }
  .h_wrap_txt {
    left: 260px;
  }
  body.nav-fixed h1 {
    width: 240px;
    padding: 28px 15px;
  }
  body.nav-fixed .h_wrap_txt {
    left: 260px;
  }
  /* END screen-min:751px && screen-max:1500px */
}
/*==========================================================================*/
/*                        M O B I L E    D E V I C E                        */
/*==========================================================================*/
@media screen and (min-width: 1px) and (max-width: 750px) {
  #wrapper {
    min-width: unset !important;
  }
  .pc {
    display: none !important;
  }
  * {
    column-gap: 0px !important;
    row-gap: 0px !important;
  }
  .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #menu-toggle {
    display: block;
  }
  .h-right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 9;
    padding: 100px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
  }
  .h-right-inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  body.nav-fixed header {
    background: transparent;
    height: auto;
  }
  body.open-nav .h-right {
    opacity: 1;
    visibility: visible;
  }
  body.nav-fixed .h-contact-buttons a.btn-call .btn-txt .f_sm {
    font-size: 14px;
  }
  .h-contact-buttons a.btn-call .btn-icon {
    transform: translate(-5px, -5px) !important;
  }
  #gnavi {
    margin-bottom: 30px;
  }
  #gnavi .nav-list {
    margin: 0;
    width: 100%;
    display: block;
  }
  #gnavi .nav-item {
    border-bottom: solid 1px #c9b990;
  }
  #gnavi .nav-link {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    height: 56px !important;
    padding: 10px 25px 10px 5px !important;
    font-size: 16px !important;
  }
  #gnavi a.nav-link {
    background: url("../images/icon-arrow-right-05.png") right 10px center/18px no-repeat;
  }
  #gnavi span.nav-link:before {
    right: 10px !important;
  }
  #gnavi span.nav-link.open:before {
    transform: rotate(180deg);
  }
  #gnavi .f-nav-block {
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 0 0 20px !important;
    width: 100%;
    left: 0;
    min-height: unset;
    transition: none;
    display: none;
  }
  #gnavi .f-nav-block .nav-block-ttl {
    display: none;
  }
  .f-nav-block:after {
    display: none;
  }
  .f-nav-block .f-nav-list {
    margin-top: 0;
    display: block !important;
    width: 100%;
    padding-left: 10px;
  }
  .f-nav-block .f-nav-list li {
    font-size: min(14px, 3.5vw);
  }
  .f-nav-block .f-nav-list li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .f-nav-block .f-nav-list li a {
    padding-left: 20px;
  }
  .f-nav-block .f-nav-list li a:before {
    width: 12px;
  }
  .h-contact-buttons {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .h-contact-buttons a {
    max-width: 100%;
    width: 280px;
    text-align: left;
    justify-content: flex-start;
    font-size: 15px !important;
    height: 68px !important;
    padding: 5px 20px !important;
  }
  .h-contact-buttons a.btn-line {
    padding-left: 10px !important;
  }
  .h-contact-buttons a.btn-call {
    font-size: 30px !important;
    text-align: center;
    justify-content: center;
  }
  .h-contact-buttons a.btn-call .btn-icon img {
    width: 18px !important;
  }
  .h-contact-buttons li:not(:last-child) {
    margin-bottom: 15px;
  }
  h1 {
    width: 216px !important;
    height: 80px !important;
    padding: 0 !important;
  }
  h1 img {
    width: 180px !important;
  }
  .side-banner {
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(43, 28, 2, 0.9);
  }
  .side-banner .btn-close {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../images/icon-close.png") center/14px no-repeat rgba(43, 28, 2, 0.9);
  }
  .main-visual {
    margin-top: 40px;
  }
  .main-visual .inner {
    padding: 0 20px;
  }
  .main-visual .visual-bg:before {
    left: -20px;
    bottom: -20px;
    width: 88px;
    height: 75px;
    background-image: url("../images/visual-decor-01-sp.png");
  }
  .main-visual .visual-content-bg {
    background-image: url("../images/visual-bg-01-sp.png");
  }
  .main-visual [class*=visual-content] {
    width: calc(100% - 50px);
    height: auto;
    aspect-ratio: 750/560;
    left: 20px;
    background-size: 100% 100%;
  }
  .main-visual .visual-content {
    padding: 20px 25px 20px 20px;
  }
  .main-visual .visual-content .visual-sub-ttl {
    font-size: min(3.5vw, 28px);
    letter-spacing: 0;
    word-break: keep-all;
    white-space: nowrap;
    margin-bottom: 0.4em;
  }
  .main-visual .visual-content h2 {
    font-size: min(4.7vw, 42px);
    white-space: nowrap;
    word-break: keep-all;
  }
  .main-visual .visual-content h2 [class*=color-] {
    margin: 0 5px;
    padding: 0 10px 7px;
  }
  .main-visual .visual-content h2 .color-01:before, .main-visual .visual-content h2 .color-01:after {
    left: -3px;
    top: -3px;
  }
  .main-visual .visual-content h2 .color-02:before {
    right: -3px;
    top: -3px;
  }
  .main-visual .visual-content h2 .color-02:after {
    left: 3px;
    top: -3px;
  }
  .main-visual .visual-content h2 .color-02 span:before {
    left: 3px;
    top: -3px;
  }
  .block-contact-info {
    padding-top: 50px;
  }
  .block-contact-info .block-bg {
    background-image: url("../images/contact-section-bg-sp.jpg");
    height: 61.0666666667vw;
  }
  .block-contact-info .block-contact-wrapper {
    padding: 1px 20px 30px;
    margin-bottom: -57px;
    background-size: 400px;
  }
  .block-contact-info .block-contact-wrapper h3 {
    font-size: min(36px, 6vw);
    background-image: url(../images/contact-section-title-bg-sp.png);
    background-size: 100% auto;
    background-position: center bottom;
    height: auto;
    aspect-ratio: 750/255;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 1em;
    max-width: 500px;
    margin: -1em auto 1em;
  }
  .block-contact-info .block-contact-wrapper h3 span {
    padding: 0;
  }
  .block-contact-info .block-contact-wrapper .block-desc {
    font-size: min(20px, 3.8vw);
    margin-bottom: 1.5em;
  }
  .group-contact-buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .group-contact-buttons li {
    width: 100%;
  }
  .group-contact-buttons li:not(:last-child) {
    margin-bottom: 20px;
  }
  .group-contact-buttons .btn-contact {
    flex-direction: row;
    align-items: center;
    height: 80px;
    width: 250px;
    font-size: 15px;
    margin: 0 auto;
  }
  .group-contact-buttons .btn-contact .btn-icon {
    position: absolute;
    left: 15px;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
  .group-contact-buttons .btn-contact .btn-txt {
    padding-top: 0;
    letter-spacing: 0;
    padding-left: 70px;
    padding-right: 15px;
    text-align: left;
    justify-content: flex-start;
  }
  .group-contact-buttons .btn-contact.btn-call .btn-txt{
    font-size: 24px;
    justify-content: center;
    padding-top: 0;
  }
  .group-contact-buttons .btn-contact.btn-call .btn-txt .f_sm{
    font-size: 12px;
  }
  .target-area {
    display: block;
    text-align: center;
  }
  .target-area dd {
    font-size: min(18px, 4.5vw);
    padding: 12px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .target-area dd span {
    margin-left: 0;
    margin-top: 5px;
    font-size: 77.78%;
  }
  .f-info {
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
  }
  .f-info .f-logo {
    width: 220px;
  }
  .f-info .site-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .f-info .site-info .address {
    margin: 20px 0 25px;
  }
  .btn-tel {
    font-size: 34px;
    letter-spacing: 0.05em;
  }
  .f-map iframe {
    height: 70vw;
  }
  footer .f-nav-block {
    padding: 25px 0;
    display: block;
  }
  footer .f-nav-block .nav-block-ttl {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
  footer .f-nav-block:first-child .f-nav-list.flex-wrap {
    display: flex !important;
  }
  footer .f-nav-block:first-child .f-nav-list.flex-wrap li {
    margin-right: 20px;
  }
  address {
    padding: 35px 0;
    font-size: min(12px, 3vw);
    letter-spacing: 0;
  }
  .to-top{
    bottom: 0;
  }
  .to-top > a,
  .back_top a{
    width: 40px;
    height: 40px;
  }
  .back_top {
    bottom: 40px;
  }
  .back_top a{
    font-size: 12px;
    padding-bottom: 3px;
  }
  .back_top a::before{
    top: 4px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
  .concerns-section {
    padding: 130px 0 50px;
    background-image: url("../images/concerns-section-bg-sp-01.jpg"), url("../images/concerns-section-bg-sp-02.jpg");
    background-position: center top, center bottom;
    background-size: 100% auto;
    background-color: #f5f3ea;
  }
  .primary-ttl {
    font-size: min(40px, 6.5vw);
    padding-bottom: 30px;
    background-size: 80px;
  }
  .primary-ttl .underline {
    background-size: 1em auto;
    padding-bottom: 0;
  }
  .concerns-list {
    margin-bottom: 20px;
  }
  .concerns-list li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .concerns-list li:before {
    left: -4px;
    top: -4px;
  }
  .concerns-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .concerns-list li:nth-child(2n+2):before {
    left: 4px;
    z-index: 5;
  }
  .concerns-list li a {
    padding: 2px 0 0;
    font-size: min(16px, 4vw);
    height: 120px;
  }
  .concerns-list li a:after {
    top: 5px;
    left: 5px;
  }
  .concerns-list li a img {
    max-width: 60px;
    margin-bottom: 5px;
  }
  .point-section {
    padding: 50px 0;
  }
  .point-section:before {
    width: calc(100% - 20px);
    height: 100%;
    left: 10px;
    top: calc(50px + 6vw);
  }
  .point-section:after {
    display: none;
  }
  .point-section .inner {
    padding: 0 25px;
  }
  .point-wrapper {
    margin-bottom: 50px;
  }
  .point-frame:after {
    width: calc(100% + 20px);
    left: -10px;
  }
  .point-frame-inner {
    padding: 40px 25px;
  }
  .point-frame .primary-ttl {
    font-size: min(32px, 6vw);
  }
  .point-frame .desc {
    font-size: 15px;
  }
  .point-frame .group-buttons li {
    margin: 7px;
  }
  .point-item {
    flex-direction: column !important;
    align-items: center;
  }
  .point-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .point-item-img {
    margin: 0 !important;
    transform: translateX(10px);
  }
  .point-item-img img {
    max-width: 100%;
  }
  .point-item-text {
    min-width: 100%;
    margin: -30px 0 0 !important;
    padding: 30px 20px;
  }
  .point-item-text-bg {
    top: 5px;
    left: 5px;
  }
  .point-item-text:after {
    left: -5px;
    top: -5px;
  }
  .point-item-ttl {
    font-size: min(32px, 5vw);
  }
  .point-item .item-number {
    font-size: 32px;
    text-shadow: #fff 5px 0px 0px, #fff 4.90033px 0.993347px 0px, #fff 4.60531px 1.94709px 0px, #fff 4.12668px 2.82321px 0px, #fff 3.48353px 3.58678px 0px, #fff 2.70151px 4.20736px 0px, #fff 1.81179px 4.6602px 0px, #fff 0.849836px 4.92725px 0px, #fff -0.145998px 4.99787px 0px, #fff -1.13601px 4.86924px 0px, #fff -2.08073px 4.54649px 0px, #fff -2.94251px 4.04248px 0px, #fff -3.68697px 3.37732px 0px, #fff -4.28444px 2.57751px 0px, #fff -4.71111px 1.67494px 0px, #fff -4.94996px 0.7056px 0px, #fff -4.99147px -0.291871px 0px, #fff -4.83399px -1.27771px 0px, #fff -4.48379px -2.2126px 0px, #fff -3.95484px -3.05929px 0px, #fff -3.26822px -3.78401px 0px, #fff -2.4513px -4.35788px 0px, #fff -1.53666px -4.75801px 0px, #fff -0.560763px -4.96845px 0px, #fff 0.437495px -4.98082px 0px, #fff 1.41831px -4.79462px 0px, #fff 2.34258px -4.41727px 0px, #fff 3.17346px -3.86382px 0px, #fff 3.87783px -3.15633px 0px, #fff 4.4276px -2.32301px 0px, #fff 4.80085px -1.39708px 0px, #fff 4.98271px -0.415447px 0px;
    height: 36px;
    top: -18px;
  }
  .point-item .item-number span {
    font-size: 14px;
    width: 77px;
    padding-left: 25px;
    margin-right: 25px;
  }
  .point-item .item-number span:before {
    width: 20px;
  }
  .point-item .item-number span:after {
    border-left: solid 16px #9e8f76;
    border-top: solid 18px transparent;
    border-bottom: solid 18px transparent;
  }
  .point-item-detail li {
    font-size: min(20px, 3vw);
    padding-left: 25px;
  }
  .point-item-detail-slider {
    margin-right: 20px;
  }
  .point-item-detail-slider .slick-next {
    width: 12px;
    left: calc(100% + 15px);
  }
  .btn-primary > span {
    min-width: 220px;
    height: 56px;
    font-size: 16px;
  }
  .solution-section {
    padding: 50px 0;
  }
  .solution-section .block-sales {
    padding: 30px 20px;
  }
  .solution-section .block-sales-bg {
    background-image: url("../images/solution-section-bg-01-sp.jpg");
    background-size: 100% auto;
    background-color: #f3eee6;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .solution-section .block-sales:before {
    display: none;
  }
  .solution-section .block-inheritance {
    padding: 30px 20px;
  }
  .solution-section .block-inheritance:before {
    display: none;
  }
  .solution-section .block-inheritance-bg {
    background-image: url("../images/solution-section-bg-02-sp.jpg");
    background-size: 100% auto;
    background-color: #efeeeb;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .solution-section .block-inheritance-bg:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .solution-section .block-inheritance .block-inner {
    display: block;
  }
  .solution-section .block-inheritance .block-text {
    margin-bottom: 30px;
  }
  .solution-section .block-inheritance .block-text .block-title {
    text-align: center;
    margin-bottom: 15px;
  }
  .solution-section .block-inheritance .block-text .block-title img {
    display: inline;
    margin: 0;
  }
  .solution-section .block-inheritance .block-item-wrapper {
    width: 100%;
  }
  .solution-section .block-title {
    font-size: 22px;
    margin-bottom: 1em;
  }
  .solution-section .block-title img {
    width: 60px;
  }
  .solution-section .desc {
    font-size: 15px !important;
  }
  .sale-item-wrapper {
    display: block;
  }
  .sale-item-wrapper .sale-item {
    width: 100%;
    max-width: 368px;
    margin: 0 auto 30px;
  }
  .sale-item-wrapper .sale-item:last-child {
    margin-bottom: 0;
  }
  .sale-item-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sale-item-text:after {
    top: 10px;
  }
  .sale-item-text dl {
    margin-left: -20px;
    margin-right: 20px;
    padding: 20px 20px 0 20px;
  }
  .sale-item-text dl dt {
    font-size: min(16px, 4.5vw);
  }
  .sale-item-text dl dd {
    font-size: min(22px, 7vw);
  }
  .sale-item-text p {
    font-size: 15px;
  }
  .inheritance-item {
    display: block;
    max-width: 313px;
    margin: 0 auto 30px;
  }
  .inheritance-item:after {
    width: 30px;
    height: 30px;
  }
  .inheritance-item:last-child {
    margin-bottom: 0;
  }
  .inheritance-item-img img {
    width: 100%;
  }
  .inheritance-item dl {
    margin: -40px 0 0;
    padding: 15px 35px;
  }
  .inheritance-item dl:before {
    width: calc(100% - 40px);
    left: 20px;
    height: 41px;
    top: 0px;
    border: solid 1px #252221;
    border-bottom: none;
  }
  .inheritance-item dl:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 40px;
  }
  .inheritance-item dl dt {
    font-size: min(18px, 4vw);
  }
  .inheritance-item dl dd {
    font-size: min(26px, 6vw);
  }
  .guide-section {
    padding: 50px 0;
    background-image: url("../images/guide-section-bg-sp.jpg");
  }
  .guide-section .primary-ttl {
    margin-bottom: 30px;
  }
  .guide-item-wrapper {
    display: block;
    width: calc(100vw - 100px);
    margin: 0 auto;
  }
  .guide-item-wrapper .slick-list {
    padding-top: 70px;
  }
  .guide-item-wrapper .guide-item {
    width: 100%;
    margin: 0 10px 10px;
  }
  .guide-item-wrapper .slick-prev, .guide-item-wrapper .slick-next {
    width: 42px;
    height: 42px;
    background: #fff;
  }
  .guide-item-wrapper .slick-prev:before, .guide-item-wrapper .slick-next:before {
    display: none;
  }
  .guide-item-wrapper .slick-prev:after, .guide-item-wrapper .slick-next:after {
    content: "";
    width: 14px;
    height: 14px;
    border-left: solid 3px var(--color-primary);
    border-bottom: solid 3px var(--color-primary);
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 7px);
    transform: rotate(45deg);
  }
  .guide-item-wrapper .slick-prev {
    left: -50px;
  }
  .guide-item-wrapper .slick-next {
    right: -50px;
  }
  .guide-item-wrapper .slick-next:after {
    left: calc(50% - 8px);
    transform: rotate(-135deg);
  }
  .guide-item {
    padding: 1px 15px 24px;
  }
  .guide-item:after {
    background-size: 7px;
  }
  .guide-item-ttl {
    font-size: min(24px, 6vw);
  }
  .guide-item-img img {
    width: 100px;
  }
  .btn-secondary {
    min-width: 150px;
  }
  .blog-section {
    padding: 50px 0;
    background-size: 10px;
  }
  .blog-section .tab-content-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tab-title-wrapper {
    overflow: auto;
    padding-bottom: 12px;
  }
  .tab-title-wrapper li {
    font-size: 16px;
    word-break: keep-all;
    white-space: nowrap;
    padding: 10px 20px;
    height: auto;
    margin-right: 10px;
    z-index: 1;
  }
  .tab-title-wrapper li:after {
    content: "";
    width: calc(100% + 10px);
    height: 12px;
    background: #fff;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -12px;
  }
  .tab-title-wrapper li:last-child {
    margin-right: 0;
  }
  .tab-title-wrapper li:last-child:after {
    width: 100%;
  }
  .tab-content-wrapper {
    padding: 10px 30px 20px;
  }
  .post-shortcut {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .post-shortcut .post-title {
    margin-top: 10px;
  }
  .h_wrap_txt {
    position: relative;
    left: initial;
    top: initial;
    padding: 0 8px 8px 8px;
  }
  /* END min-width:1px && screen-max:750px */
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .concerns-list li a {
    font-size: min(13px, 3.5vw);
    height: 96px;
    line-height: 1.6em;
  }
  .concerns-list li a img {
    width: 40px;
      margin-bottom: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 370px) {
.main-visual [class*=visual-content] {
    height: 65vw;  
}
}


@media screen and (min-width: 425px) and (max-width: 750px) {
  /* END min-width:425px && screen-max:750px */
}
@media screen and (min-width: 525px) and (max-width: 750px) {
  /* END min-width:525px && screen-max:750px */
}