@media screen and (max-width: 767.999px) {
  .pc {
    display: none;
  }
  :target {
    scroll-margin-top: 65px;
  }
  #pan_list > span {
    display: flex;
    justify-content: start;
    font-size: 11px;
  }
  #pan_list > span > span {
    white-space: nowrap;
  }
  #pan_list > span > span.breadcrumb_last {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  header {
    position: sticky;
    height: 65px;
    top: 0;
    z-index: 10;
  }
  header #header_logo span {
    display: block;
  }
  header #header_main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
  }
  header #sp_menu_button {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 5px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: #FFFFFF;
    z-index: 10;
  }
  header #sp_menu_button > span {
    width: 18px;
    height: 14px;
    position: relative;
  }
  header #sp_menu_button > span > span {
    width: 18px;
    height: 2px;
    display: block;
    background: #000000;
    position: absolute;
    left: 0;
    transition: all .4s;
  }
  header #sp_menu_button > span > span.top {
    top: 0;
  }
  header #sp_menu_button > span > span.middle {
    top: 6px;
  }
  header #sp_menu_button > span > span.bottom {
    top: 12px;
  }
  header #sp_menu_button.open > span > span {
    transform: rotate(360deg);
  }
  header #sp_menu_button.open > span > span.top {
    transform: translateY(6px) rotate(-45deg);
  }
  header #sp_menu_button.open > span > span.middle {
    transform: translateY(0) rotate(45deg);
  }
  header #sp_menu_button.open > span > span.bottom {
    opacity: 0;
  }
  header #header_logo {
    font-size: 8px;
    text-align: center;
  }
  header #header_logo a {
    color: #000000;
  }
  header #header_contact_area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-image: linear-gradient(0deg, #e8024e 0%, #e93100 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
  header #header_navi {
    display: none;
  }
  header #header_navi #header_navi_wrapper {
    padding-bottom: 80px;
  }
  header #header_navi #header_navi_wrapper > ul > li {
    display: none;
  }
  header #header_navi.smp_active {
    position: fixed;
    display: block;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    padding: 30px 0 80px;
    box-sizing: border-box;
    overflow-y: auto;
  }
  header #header_navi.smp_active #header_navi_wrapper {
    overflow-y: scroll;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul.main_navi {
    padding: 0 30px;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li {
    display: block;
    border-top: 1px solid #dddddd;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li > a {
    color: #484848;
    padding: 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    background: url(../image/base/menu_arrow.svg) no-repeat;
    background-position: left center;
    background-size: 11px auto;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li .sub_navi {
    padding-bottom: 13px;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li .sub_navi ul li {
    padding: 0 25px;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li .sub_navi ul li:nth-of-type(1) {
    margin-top: 0;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li .sub_navi ul li a {
    color: #484848;
    display: block;
    padding: 5px 0;
    font-size: 12px;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li.parent {
    padding-right: 20px;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li.parent > a {
    padding-right: 0;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li.sp_link_area {
    padding: 30px 0;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li.sp_link_area > ul {
    display: flex;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li.sp_link_area > ul > li {
    width: 33.3%;
    box-sizing: border-box;
    padding-left: 20px;
    background: url(../image/base/menu_arrow.svg) no-repeat;
    background-position: left center;
    background-size: 11px auto;
  }
  header #header_navi.smp_active #header_navi_wrapper > ul > li.sp_link_area > ul > li a {
    font-size: 13px;
    color: #484848;
  }
  header #header_navi.smp_active #header_company_info {
    border-top: 1px solid #dddddd;
    padding: 35px 0 0;
    text-align: center;
  }
  header #header_navi.smp_active #header_company_info .logo_arae .txt {
    font-size: 14px;
    font-weight: 600;
  }
  header #header_navi.smp_active #header_company_info .address {
    margin-top: 25px;
    font-size: 12px;
    line-height: 1.75;
  }
  header #header_navi.smp_active #header_company_info .sns_link {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
    gap: 0 15px;
  }
  header #header_navi.smp_active #header_company_info .sns_link li {
    display: flex;
  }
  header #header_navi.smp_active #header_company_info .sns_link li a {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background: #666666;
    border-radius: 50%;
  }
  header #header_sub_navi {
    display: none;
  }
  #footer_contact {
    padding: 35px 20px 42px;
    position: relative;
  }
  #footer_contact h2 {
    color: #ccfaf2;
    font-size: 12px;
    text-align: center;
  }
  #footer_contact h2::before {
    display: none;
  }
  #footer_contact .description {
    text-align: center;
    margin-top: 1px;
    font-size: 24px;
    font-weight: 700;
  }
  #footer_contact .suggest {
    text-align: center;
    font-size: 13px;
    line-height: 1.61;
    margin-top: 11px;
  }
  #footer_contact .result {
    width: 99px;
    height: 99px;
    position: absolute;
    top: -30px;
    right: 12px;
    box-sizing: border-box;
    background: url(../image/base/balloon_ylw.svg) no-repeat;
    background-size: 100%;
    text-align: center;
    padding-top: 11px;
    color: #614811;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
  }
  #footer_contact .result .num {
    font-size: 27px;
    font-weight: 800;
  }
  #footer_contact .result .unit {
    font-size: 12px;
  }
  #footer_contact .result .over {
    font-size: 10px;
  }
  #footer_contact .contact_list {
    margin-top: 22px;
  }
  #footer_contact .contact_list > li {
    margin-top: 14px;
  }
  #footer_contact .contact_list > li a {
    display: flex;
    position: relative;
    border-radius: 45px;
  }
  #footer_contact .contact_list > li a .btn_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 7;
    padding: 20px 45px 22px 27px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }
  #footer_contact .contact_list > li a .btn_wrapper .icon {
    width: 22px;
    margin-right: 14px;
  }
  #footer_contact .contact_list > li a .btn_wrapper::after {
    content: "";
    top: 50%;
    right: 27px;
    position: absolute;
    border-top: 2px solid var(--main-gradient-left);
    width: 9px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    border-image: linear-gradient(var(--main-gradient));
    border-image-slice: 1;
  }
  #footer_contact .contact_list > li a .btn_wrapper::before {
    content: "";
    top: 50%;
    right: 27px;
    position: absolute;
    border-right: 2px solid var(--main-gradient-left);
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-50%);
    border-image: linear-gradient(to top, var(--main-gradient-left) 0%, var(--main-gradient-right) 100%);
    border-image-slice: 1;
  }
  #footer_contact .contact_list > li a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(var(--main-gradient));
    content: "";
    z-index: 1;
  }
  #footer_contact .contact_list > li a::after {
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: inherit;
    background: #FFFFFF;
    content: "";
    z-index: 2;
  }
  #footer_contact .contact_list > li:nth-of-type(1) {
    margin-top: 0;
  }
  footer #footer_wrapper {
    padding: 40px 20px 45px;
    text-align: center;
  }
  footer #footer_wrapper #footer_logo a {
    font-size: 14px;
  }
  footer #footer_wrapper #footer_logo a span {
    display: block;
    text-align: center;
  }
  footer #footer_wrapper #footer_logo a span.image {
    margin-top: 3px;
  }
  footer #footer_wrapper .address {
    margin-top: 25px;
    font-size: 12px;
    line-height: 1.75;
  }
  footer #footer_wrapper #footer_sns_link {
    display: flex;
    margin: 15px auto 0;
    gap: 0 13px;
    justify-content: center;
  }
  footer #footer_wrapper #footer_sns_link li {
    display: flex;
  }
  footer #footer_wrapper #footer_sns_link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #385157;
    line-height: 1;
  }
  footer #footer_wrapper #footer_copyright {
    margin-top: 18px;
    font-size: 10px;
  }
}
