@charset "Shift_JIS";
/* CSS Document */

/* ==========================================================
 max-width: 799px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 799px) {
  /* :root {
    --f-size-ss: 10px;
    --f-size-s: 12px;
    --f-size-m: 14px;
    --f-size-l: 16px;
    --f-size-ll: 18px;
    --f-size-3l: 20px;
    --f-size-4l: 22px;
    --b-radius-s: 5px;
    --b-radius-m: 10px;
  } */

  body {
    line-height: 1.75;
    font-size: 14px;
  }

  .header-nav .menu,
  .header-nav .menu .link,
  .header-nav-btn,
  .footer-in,
  .footer-area-01 .box.address > div,
  .footer-area-01 .box.contact {
    display: block;
  }
  .header {
    height: 70px;
    padding-left: 20px;
  }
  .header-logo {
    width: 100px;
  }
  .header-nav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100svh - 70px);
    padding: 60px 40px;
    background: var(--color-lgr-01);
    transform: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .header-nav .menu {
    margin-bottom: 30px;
    border-top: 1px solid var(--color-lgr-02);
  }
  .header-nav .menu .item {
    border-bottom: 1px solid var(--color-lgr-02);
  }
  .header-nav .menu .link,
  .header-logo-tohan {
    padding: 1.5em 1em;
  }
  .header-nav .menu .link {
    position: relative;
  }
  .header-nav .menu .link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-lgr-03);
    border-right: 2px solid var(--color-lgr-03);
    transform: translateY(-50%) rotate(45deg);
  }
  .header-nav .menu .link::after {
    display: none;
  }
  .header-logo-tohan {
    height: auto;
    margin-left: -1em;
  }
  .header-nav-btn {
    /* position: fixed;
    top: 0;
    right: 0; */
    position: relative;
    width: 70px;
    height: 70px;
    transition: background-color 0.2s;
    z-index: 10;
  }
  .header-nav-btn::after {
    content: "MENU";
    bottom: 12px;
    width: 50px;
    margin-left: -25px;
    padding-left: 0.1em;
    letter-spacing: 0.1em;
    color: #212121;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
  }
  .header-nav-btn::after,
  .header-nav-btn .line::before,
  .header-nav-btn .line::after {
    display: block;
    position: absolute;
    left: 50%;
  }
  .header-nav-btn .line::before,
  .header-nav-btn .line::after {
    content: "";
    top: 28px;
    width: 36px;
    height: 2px;
    margin-left: -18px;
    background: #212121;
    transition: transform 0.2s;
  }
  .header-nav-btn .line::before {
    transform: translate(0, -3px);
  }
  .header-nav-btn .line::after {
    transform: translate(0, 3px);
  }
  html.is-open .header-nav-btn {
    background: var(--color-lgr-01);
  }
  html.is-open .header-nav-btn .line::before,
  html.is-open .header-nav-btn .line::after {
    width: 28px;
    margin-left: -14px;
  }
  html.is-open .header-nav-btn::after {
    content: "CLOSE";
    padding-left: 0.08em;
    letter-spacing: 0.08em;
  }
  html.is-open .header-nav-btn .line::before {
    transform: rotate(45deg);
  }
  html.is-open .header-nav-btn .line::after {
    transform: rotate(-45deg);
  }
  html.is-open .header-nav {
    visibility: visible;
    opacity: 1;
  }

  .footer-area-01::after {
    display: none;
  }
  .footer-area-01 .box {
    width: auto;
    padding: 30px 40px;
  }
  .footer-area-01 .box.address > div {
    margin: 5px 0 20px;
  }
  .footer-area-01 .box.address p,
  .footer-area-01 .btn-cmn-01 {
    margin-top: 15px;
  }
  .footer-area-01 .box.contact {
    border-top: 1px solid var(--color-lgr-02);
  }
  .footer-area-01 .txt-color-bl {
    margin: -5px 0 5px;
    font-size: 18px;
  }
  .footer-area-01 .btn-cmn-01 {
    width: 100%;
  }
  .footer-nav .menu {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-nav .item {
    width: calc(50% - 5px);
    margin: 0;
  }
  .footer-nav .item .btn-cmn-02 {
    width: 100%;
    height: 40px;
    border-radius: 20px;
  }

  .footer-area-02 {
    height: auto;
    padding: 20px 0 30px;
    text-align: center;
  }
  .footer-area-02 .txt {
    font-size: 10px;
  }
  .footer-area-02 .copy {
    margin: 0 0 25px;
  }
  .footer-logo-tohan img {
    margin: 0 auto;
  }

  .area {
    margin-bottom: 140px;
  }

  .pageheader {
    height: 140px;
    margin: 0;
    border-radius: 0;
  }
  .pageheader .ttl {
    font-size: 24px;
  }
  .pageheader .nav-path {
    padding: 0 20px;
    font-size: 11px;
  }

  .sec-cmn-01,
  .sec-cmn-02,
  .sec-cmn-03 {
    margin: 80px 20px 0;
  }
  .sec-cmn-01,
  .contents-02 {
    display: block;
  }
  .sec-cmn-03 + .sec-cmn-03 {
    margin-top: 60px;
    padding-top: 60px;
  }
  .sec-cmn-01,
  .sec-cmn-02,
  .sec-cmn-03,
  .contents-01,
  .contents-02,
  .heading-01 {
    width: auto;
  }
  .txt-cmn-01 {
    margin-bottom: 1.6em;
  }
  .txt-cmn-02 {
    margin-bottom: 3rem;
  }
  .ttl-cmn-01,
  .ttl-cmn-02,
  .ttl-cmn-03,
  .ttl-cmn-04,
  .ttl-cmn-05,
  .ttl-cmn-06 {
    line-height: 1.6;
  }
  .ttl-cmn-01,
  .ttl-cmn-03 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .ttl-cmn-02,
  .ttl-cmn-04 {
    font-size: 18px;
  }
  .ttl-cmn-04 {
    padding-left: 28px;
  }
  .ttl-cmn-04::before {
    top: 0.25em;
    width: 18px;
    height: 18px;
  }

  a[href^="tel:"] {
    pointer-events: all;
    text-decoration: underline;
  }
  .link-cmn-02 .btn {
    top: auto;
    display: block;
    margin: 10px 0 0;
  }
  .area .btn-cmn-01 {
    margin-top: 40px;
  }

  .dlist-cmn-01,
  .dlist-cmn-02 {
    display: block;
  }
  .dlist-cmn-01 .ttl,
  .dlist-cmn-01 .txt,
  .dlist-cmn-02 .ttl,
  .dlist-cmn-02 .txt {
    width: auto !important;
  }
  .dlist-cmn-01 .ttl {
    padding-bottom: 5px;
    font-weight: 700;
    border: none;
  }
  .dlist-cmn-01 .txt {
    padding-top: 0;
  }

  .form .dlist-cmn-02 .ttl,
  .form .dlist-cmn-02 .txt {
    padding: 15px;
  }
  .form .dlist-cmn-02 .ttl .required {
    top: 50%;
    transform: translateY(-50%);
  }

  .wrap-input-01 {
    display: block;
  }
  .wrap-input-01 + .wrap-input-01 {
    margin: 5px 0 0;
  }

  .box-cmn-02 {
    margin: 2rem 0 4rem 2rem;
  }
  .box-line-01 {
    padding: 20px;
  }

  .heading-01,
  .heading-02 {
    margin-bottom: 30px;
  }
  .heading-01 .ja,
  .heading-02 {
    font-size: 20px;
  }
  .heading-01 .ja {
    margin: 0;
  }
  .heading-01 .en {
    font-size: 11px;
  }
  .heading-02 {
    padding-left: 34px;
  }
  .heading-02::before {
    width: 24px;
    height: 24px;
    border-width: 8px;
  }
  .dlist-cmn-01 .ttl .month {
    margin-left: 0.5em;
  }

  table {
    line-height: 1.5;
  }
  table td,
  table th {
    padding: 10px;
  }
  table .cell-01 {
    width: 35%;
  }
  .table-cmn-02 {
    width: 100%;
  }

  .wrap-business,
  .wrap-business .box {
    display: block;
  }
  .wrap-business .box {
    width: auto;
    padding: 20px;
  }
  body:not(.home) .wrap-business .box + .box {
    margin-top: 10px;
  }
  .wrap-business .box .img {
    width: 100px;
  }
  body.contact .wrap-business .box-in {
    width: auto;
  }
  .wrap-business .box .ttl-cmn-06 {
    margin: 17px 0 7px;
    line-height: 1.4;
  }

  body.company .contents-02 .box {
    width: auto;
  }
  body.company .contents-02 .img {
    margin-top: 30px;
  }

  body.contact .dlist-contact .ttl,
  body.contact .dlist-contact .txt {
    margin-top: 8px;
  }
  body.contact .dlist-contact .ttl {
    width: 36px;
    font-size: 10px;
  }
  body.contact .dlist-contact .txt {
    width: calc(100% - 45px);
    font-size: 16px;
  }

  body.privacy .box-cmn-01 {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body.privacy .box-cmn-01 .img {
    width: 80px;
  }
  body.privacy .box-cmn-01 .txt {
    width: calc(100% - 100px);
  }
}