@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1500px) {
  .header_in {
    /* padding: 20px; */
    font-size: 13px;
  }
  .header_links li {
    margin-left: 30px;
  }
  .header_right > a {
    padding: 5px 10px;
    margin-left: 20px;
  }

  /* 20240804 */
  .header.v2 .header_in {
    padding: 2px 20px;
  }
  /* 20240804 */
}

@media screen and (max-width: 1160px) {
  .header_in {
    padding: 10px;
    font-size: 12px;
  }

  /* 20231220 */
  .smartf-rewards {
    padding: 16px 0 24px;
  }

  .smartf-rewards .rewards {
    height: auto;
    flex-wrap: wrap;
  }

  .smartf-rewards .rewards .rank {
    height: 80px;
    width: 100%;
    border-right: 0;
    object-fit: contain;
  }

  .smartf-rewards .rewards .reward {
    height: 90px;
  }

  .smartf-rewards .ps {
    display: flex;
    justify-content: center;
  }

  .smartf-rewards .ps p {
    width: 60%;
  }
  /* 20231220 */
}

@media screen and (max-width: 991.9px) {
  .visible-sp {
    display: block;
  }
  .hidden-sp {
    display: none !important;
  }
  body {
    font-size: 14px;
    line-height: 1.7;
  }
  .fixedcontainer {
    width: 90%;
  }
  .header_in {
    padding: 10px 0;
  }
  .header2 {
    padding: 0;
  }
  .header .logo {
    padding-left: 15px;
  }
  .menu-trigger {
    position: relative;
    top: 0px;
    right: 3%;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    z-index: 3;
  }

  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    background: #000;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  .g-nav {
    display: none;
    position: fixed;
    top: 71px;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100% - 71px);
    z-index: 2;
    overflow: auto;
    padding-bottom: 30px;
  }
  .g-nav .list {
    padding: 20px;
    border-bottom: 1px solid #d8d8d8;
  }
  .g-nav .list li {
    margin-left: 0;
  }
  .g-nav .list li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 0;
    font-weight: bold;
  }
  .g-nav .list li p {
    padding: 10px 0;
    font-weight: bold;
    position: relative;
  }
  .g-nav .list li p img {
    position: absolute;
    right: 0;
  }
  .dropdown {
    position: initial;
  }
  .hover_menu:hover .dropdown {
    /* height: 405px; */
    height: auto;
  }
  .dropdown ul li:nth-child(6) {
    margin-left: 0;
  }
  .dropdown ul li {
    width: 100%;
  }
  .dropdown ul {
    padding: 0;
    display: block;
  }
  .dropdown ul li {
    margin-right: 0;
  }
  .g-nav .list li .dropdown ul li a {
    padding-left: 20px;
    font-weight: normal;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .header_right {
    display: none;
  }
  .header_links {
    display: none;
  }
  .concept_content {
    width: 100%;
    margin-top: 30px;
  }
  .concept_img {
    position: initial;
    width: 100%;
  }
  .concept_ttl {
    font-size: 16px;
  }
  .concept_ttl span {
    font-size: 20px;
  }
  .btn3 {
    width: 100%;
  }
  .concept2_in {
    display: block;
  }
  .fixedcontainer2 {
    width: 90%;
  }
  .sec {
    padding: 40px 0;
  }
  .main {
    padding: 40px 0;
  }
  .main_in {
    display: block;
  }

  /* 	20230528 - Add font for responsive */
  .main_in h1 {
    padding: 1rem;
    font-size: 36px;
  }

  .main_in h1 .small {
    margin-top: 16px;
    font-size: 24px;
  }

  .main_img {
    width: 76%;
    margin: 0 auto;
  }
  .main_btn {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .main_btn a {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }
  .top_main_in {
    display: block;
    width: 90%;
    padding: 30px 20px 20px;
  }

  .top_main_in.wide {
    padding: 50px 0 80px;
  }

  .top_main_logo {
    margin-bottom: 20px;
  }
  .top_main_btn_wrap {
    margin-top: 10px;
  }
  .top_main_ttl {
    font-size: 24px;
  }
  .top_main_ttl span {
    font-size: 20px;
  }
  .top_main_logo img {
    width: 200px;
  }
  .top_main_btn_wrap a {
    width: 100%;
    margin: 5px 0;
    font-size: 16px;
    padding: 10px 0;
  }
  .concept .fixedcontainer {
    margin-bottom: 40px;
  }
  .concept2_in {
    padding: 30px 20px;
  }
  .point:after {
    content: none;
  }
  .work_list {
    display: block;
  }
  .concept_txt {
    font-size: 14px;
  }
  .concept_btn {
    margin-top: 20px;
  }
  .btn3 {
    font-size: 16px;
    padding: 15px 0;
  }
  .concept2_ttl {
    font-size: 18px;
  }
  .concept2_img {
    margin-top: 20px;
  }
  .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .title:after {
    width: 40px;
    margin-left: -20px;
    height: 3px;
  }
  .point {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
  .point_in {
    width: 100%;
    padding: 40px 20px 20px;
    margin-top: -30px;
  }
  .point_num {
    left: 20px;
    font-size: 64px;
    top: -40px;
  }
  .point_ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .point_img {
    width: 100vw;
    margin-left: -5vw;
    padding: 40px;
    background: #f8f7f6;
  }
  .title2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .func_list {
    display: block;
  }
  .func_one {
    width: 100%;
    margin-bottom: 20px;
    border-top-width: 5px;
    margin-right: 0;
  }

  /* 20241128追記 */
  .work_list:not(:has(> *:nth-child(3))) .work_one {
    margin-left: 0;
  }
  /* 20241128追記ここまで*/

  .func_one:nth-child(4) {
    margin-top: 0;
  }
  .func_img {
    padding: 10px 10px 0;
  }
  .func_ttl {
    font-size: 18px;
  }
  .title3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sub_ttl {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .work_one {
    width: 100%;
    margin-bottom: 30px;
  }
  .work_ttl {
    font-size: 16px;
  }
  .btn4 {
    font-size: 16px;
    padding: 15px 0;
    width: 100%;
  }

  .btn_wrap.more {
    margin-top: 16px;
    text-align: center;
  }

  .btn_wrap.more .btn4 {
    width: 100%;
  }

  .news_one {
    flex-wrap: wrap;
    padding: 15px;
  }
  .news_ttl {
    width: 100%;
    margin-top: 15px;
  }
  .news_cat {
    font-size: 12px;
  }
  .btn_wrap {
    margin-top: 20px;
  }
  .flow_ttl {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .flow_list {
    display: block;
  }
  .flow_one {
    width: 90%;
    margin: 0 auto 60px;
    padding: 40px 20px 20px;
  }
  .flow_one:last-child {
    margin-bottom: 0;
  }
  .flow_one_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .flow_img img {
    width: 120px;
  }
  .faq_one {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .faq_one:last-child {
    margin-bottom: 0;
  }
  .ques:before {
    width: 30px;
    height: 30px;
    top: 7px;
  }
  .ques {
    font-size: 16px;
    padding: 10px 10px 10px 38px;
    margin-bottom: 5px;
  }
  .ans:before {
    width: 30px;
    height: 30px;
    top: 7px;
  }
  .ans {
    padding: 10px 10px 10px 38px;
  }
  .cta_btns {
    display: block;
  }
  .cta_btns a {
    width: 90%;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 0;
  }
  .footer_in1 {
    padding: 40px 0 20px;
  }
  .footer_in1 .fixedcontainer {
    display: block;
  }
  .footer_info {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer_logo {
    margin-bottom: 20px;
  }
  .footer_links {
    width: 100%;
  }
  .footer_links > ul > li {
    width: 50%;
  }
  .footer_links > ul {
    width: 80%;
    margin: 0 auto;
  }
  .footer_in2 ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_in2 ul li:nth-child(2n) {
    display: none;
  }
  .footer_in2 ul li {
    margin: 0 10px;
    line-height: 2;
  }
  .video {
    width: 100%;
    height: 52vw;
  }

  .inner {
    display: block;
  }
  .sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
  .sidebar .sidebar_one.banner {
    display: none;
  }
  .sidebar2 {
    margin-top: 30px;
  }
  .content {
    width: 100%;
  }
  .subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .submain {
    height: 240px;
  }
  .submain_ttl {
    font-size: 24px;
  }
  .submain_form {
    margin-top: 10px;
  }
  .submain_in {
    width: 90%;
  }
  .submain_form div {
    width: 100%;
    padding: 10px;
  }

  .company_info {
    flex-direction: column;
  }

  .company_info .company_building {
    max-width: 100%;
    margin-right: unset;
  }

  .company_info table {
    max-width: 100%;
  }

  .company_info th,
  .company_info td {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: left;
  }
  .company_info th {
    font-weight: bold;
  }
  .mg_category {
    display: none;
  }
  .logo2 {
    padding-left: 10px;
  }
  .logo2 img {
    width: 120px;
  }
  .magazine_top {
    padding: 20px 0;
  }
  .magazine_slider_one {
    margin: 0;
  }
  .magazine_info {
    padding: 15px;
  }
  .magazine_slider_img {
    height: 200px;
  }
  .magazine_ttl {
    font-size: 16px;
  }
  .magazine_one {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .banner {
    text-align: center;
  }
  .sidebar_ttl {
    font-size: 16px;
  }
  .sidebar_one {
    margin-bottom: 20px;
  }
  .single_content h2 {
    font-size: 20px;
  }
  .single_content h3 {
    font-size: 17px;
  }
  .content_date {
    display: block;
  }
  .date_list {
    margin-top: 10px;
    justify-content: flex-end;
  }
  .fixed_bottom {
    width: 100%;
    padding: 10px;
  }
  .fixed_bottom_img {
    width: 100px;
    height: 90px;
    margin-right: 10px;
  }
  .fixed_bottom_content {
    width: calc(100% - 110px);
  }
  .fixed_bottom_btn {
    width: 100%;
  }
  .fixed_bottom_ttl {
    font-size: 16px;
  }
  #work_tab .fixedcontainer {
    width: 100%;
  }
  .tablinks {
    width: 24%;
    font-size: 12px;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
  }
  .tablinks img {
    width: 16px;
    margin-right: 5px;
  }
  .tablinks#defaultOpen {
    padding: 15px 0;
  }
  .tabcontent {
    padding: 20px;
  }
  .tabcontent a {
    width: 50%;
    padding: 10px 5px;
    font-size: 12px;
  }
  .tabcontent a span {
    padding: 0 5px;
    font-size: 10px;
    margin-left: 5px;
  }
  #work_result {
    padding-bottom: 40px;
  }
  .work_slider_one {
    margin: 0 10px;
    display: block !important;
    padding: 15px;
  }
  .work_slider_img {
    width: 100%;
    height: 50vw;
  }
  .work_slider_content {
    width: 100%;
    margin-top: 10px;
  }
  .work_slider_ttl {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .work_slider_client {
    margin-bottom: 10px;
  }
  .work_slider_cats span {
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 5px;
  }
  .resolve_links {
    display: block;
  }
  .resolve_one {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .relove_one:nth-child(2) {
    border: none;
    border-top: 1px solid #fed9b3;
    border-bottom: 1px solid #fed9b3;
  }
  .nayami_list {
    display: block;
  }
  .nayami_one {
    width: 100%;
    margin-bottom: 40px;
  }
  .nayami_one:last-child {
    margin-bottom: 0;
  }
  #nayami {
    padding: 40px 0 10px;
    margin-bottom: 40px;
  }
  #nayami::after {
    bottom: -30px;
    border-width: 30px 49vw 0 49vw;
  }
  .resolve_num {
    width: 100px;
    font-size: 18px;
  }
  .resolve_one {
    border-top: 1px solid #fed9b3;
  }
  .resolve_one:nth-child(2) {
    border: none;
    border-top: 1px solid #fed9b3;
  }
  .resolve_one:last-child {
    border-bottom: 1px solid #fed9b3;
  }
  .resolve_ttl {
    font-size: 12px;
  }
  .resolve_div {
    display: block;
    margin-top: 40px;
  }
  .resolve_div > div {
    width: 100%;
  }
  .resolve_div_num span {
    font-size: 40px;
  }
  .resolve_div_num {
    font-size: 18px;
  }
  .resolve_div_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .resolve_img {
    margin-top: 20px;
    height: auto;
  }
  .lp_feature_one {
    display: block;
    margin-top: 30px;
  }
  .lp_feature_content {
    width: 100%;
    margin-bottom: 20px;
  }
  .lp_feature_ttl {
    font-size: 20px;
    padding-left: 24px;
  }
  .lp_feature_ttl:before {
    width: 18px;
    height: 2px;
    top: 14px;
  }
  .lp_feature_points {
    padding: 40px 15px 20px;
  }
  .lp_feature_img {
    width: 100%;
  }
  .work_img {
    height: 50vw;
  }
  .summary {
    padding: 10px;
  }
  .system_title {
    width: 60px;
  }
  .system_detail {
    width: calc(100% - 70px);
  }
  .system_title p {
    line-height: 1.6;
    height: 60px;
    font-size: 15px;
  }
  .item:after {
    width: 4px;
    left: 28px;
  }
  .smartf-form {
    padding: 20px 15px;
    margin: 20px 0;
  }
  #smartf-form.header {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .smartf-form > div {
    padding: 20px 15px;
  }
  .single_content .smartf-form th,
  .single_content .smartf-form td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 0;
  }
  .single_ttl {
    font-size: 24px;
  }
  .breadcrumb2 {
    overflow-x: scroll;
  }
  .breadcrumb ul {
    width: max-content;
  }
  .review {
    display: block;
  }
  .smartf-rating {
    width: 100%;
    margin-bottom: 20px;
  }
  .graph {
    width: 100%;
  }
  .mg_category_links {
    display: block;
  }
  .header2 {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
  }
  .form_right {
    width: 100%;
    padding: 10px 15px;
    margin-top: 30px;
  }
  .form_left {
    width: 100%;
  }
  .price_cards {
    display: block;
    margin: 0 0 20px;
  }
  .price_card {
    width: 100%;
    margin-top: 20px;
  }
  .price_card > h3 {
    font-size: 20px;
  }
  .price_card > .number strong {
    font-size: 54px;
  }
  .price_form {
    padding: 20px;
    border-radius: 10px;
  }

  /* 20240804 */
  .header.v2 {
    padding: 0;
  }

  .header.v2 .header_in .header_left {
    align-items: center;
  }

  .header.v2 .g-nav {
    top: 54px;
    height: calc(100vh - 54px);
    overflow: scroll;
  }

  .header.v2 .g-nav .hover_menu:hover .dropdown {
    height: auto;
  }

  .header.v2 .g-nav .hover_menu:hover .dropdown li {
    margin: 10px 0;
    padding: 0 0;
  }

  .header.v2 .g-nav ul li ul {
    margin-bottom: 20px;
  }

  .header.v2 .g-nav ul li ul li {
    width: 100%;
  }

  .header.v2 .g-nav .list li p img {
    margin-top: 10px;
  }

  .smartf-column-cover {
    position: relative;
    padding: 0 0 44px;
    background-color: #f2f2f2;
  }

  .smartf-column-cover .background {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .smartf-column-cover .background img {
    height: auto;
  }

  .smartf-column-cover .fixedcontainer {
    position: relative;
    z-index: 100;
  }

  .smartf-column-search-from .topic.small {
    width: 100%;
  }

  .smartf-column-cards {
    gap: 32px;
  }

  .smartf-column-cards.no-slick .smartf-column-gap {
    width: 100%;
  }

  .smartf-column-case-cards .slick-prev,
  .smartf-column-cards .slick-prev {
    left: -12px;
  }

  .smartf-column-case-cards .slick-next,
  .smartf-column-cards .slick-next {
    right: -12px;
  }

  .smartf-column-case-cards .slick-prev:hover,
  .smartf-column-cards .slick-prev:hover {
    left: -12px;
  }

  .smartf-column-case-cards .slick-next:hover,
  .smartf-column-cards .slick-next:hover {
    right: -12px;
  }

  .smartf-column-card .card-main h3 {
    height: auto;
  }

  .smartf-column-card .card-main .tags {
    height: auto;
  }

  section.smartf-column-order-search-from {
    order: 50;
  }

  .sidebar.column {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #a3a3a3;
    border-radius: 0;
  }
  /* 20240804 */
}

@media screen and (max-width: 575.98px) {
  .main_in h1 {
    font-size: 24px;
  }

  .main_in h1 .small {
    margin-top: 16px;
    font-size: 18px;
  }

  .main#lp2 .main_in h1,
  .main#lp3 .main_in h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991.98px) {
  .top_main_flex {
    flex-direction: column;
  }

  .top_main_flex img {
    margin: 1rem 0;
  }

  /* 20230717 */
  .top_main_ttl.v2 {
    padding: 0 1rem;
    font-size: 36px;
  }

  .top_main_ttl.v2 .top_main_btn_wrap {
    text-align: center;
  }

  .top_main_flex .pc {
    margin: 2rem 0 0;
  }

  .top_main_logo {
    margin-right: unset;
  }
  /* 20230717 */

  .smartf-detachment .headline {
    padding: 0 1rem;
  }

  .smartf-detachment .headline > img {
    height: 96px;
    width: 96px;
  }

  .pain-and-solve {
    flex-direction: column;
  }

  .pain-and-solve .transition {
    margin: 1rem 0;
  }

  .pain-and-solve .transition img {
    transform: rotate(90deg);
  }

  .pain-and-solve .pain > div,
  .pain-and-solve .solve > div {
    margin: 0 0.5rem;
  }

  .pain-and-solve p {
  }

  .pain-and-solve li {
    margin: 0.5rem;
  }

  .smartf-middle-quote h2 {
    font-size: 32px;
  }

  .smartf-middle-quote p {
    width: 60%;
  }

  .smartf-middle-quote .pc-image {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    margin-right: -10vw;
  }

  .smartf-speciality {
    flex-direction: column;
  }

  .smartf-speciality > .description {
    padding: 0;
    order: 2;
  }

  .smartf-speciality > .image {
    order: 1;
  }

  .smartf-feature {
    align-items: start;
  }

  .smartf-feature .name {
    width: 180px;
  }

  .smartf-feature h3 {
    font-size: 16px;
  }

  /* 20240804 */
  .header.v2 .header_in .header_left .logo {
    width: 180px;
  }

  .header.v2 .header_in .header_left .header_links {
    margin: 0 16px;
  }

  .header.v2 .header_in .header_right {
    width: 160px;
  }
  /* 20240804 */

  /* 20250218 */
  .inner:has(.form_left.-sp-reverse):has(.form_right.-sp-reverse) {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 80px;
  }
  .form_left.-sp-reverse {
    order: 2;
    width: 100%;
    margin-top: 50px;
  }
  .form_left.-sp-reverse .form_title {
    position: absolute;
    top: 0;
    left: 0;
  }
  .form_right.-sp-reverse {
    order: 1;
    width: 100%;
    margin-top: 0;
  }
  /* 20250218 */
}

@media screen and (max-width: 767.98px) {
  /* 20230717 */
  .top_main_ttl.v2 h1 {
    font-size: 36px;
  }

  .top_main_ttl.v2 h1 small {
    font-size: 28px;
  }

  .top_main_ttl.v2 h1 .subtitle {
    font-size: 16px;
  }
  /* 20230717 */

  /* 20240115 */
  .top_main_btn_wrap {
    padding: 0 16px;
  }
  /* 20240115 */

  /* Additional Banner */
  .fixed_bottom.white {
    border-radius: 0;
    box-shadow: unset;
    bottom: 0;
    right: 0;
  }

  .fixed_bottom.white .fixed_bottom_content {
    width: calc(100% - 2rem - 100px);
  }

  .fixed_bottom.white .fixed_bottom_img {
    width: 100px;
    height: 100px;
  }

  .fixed_bottom.white .fixed_bottom_btn_wrap {
    margin-top: 1rem;
  }

  .fixed_bottom.pure-white {
    border-radius: 0;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.125);
    bottom: 0;
    right: 0;
  }

  .fixed_bottom.pure-white .fixed_bottom_content {
    margin-right: 64px;
    padding: 1rem;
  }

  .fixed_bottom.pure-white .fixed_bottom_content .text {
    padding-bottom: 0;
  }

  .fixed_bottom.pure-white .fixed_bottom_content .fixed_bottom_ttl {
    font-size: 19px;
  }

  .fixed_bottom.pure-white .fixed_bottom_content .fixed_bottom_txt {
    font-size: 13px;
  }

  .fixed_bottom.pure-white .fixed_bottom_btn_wrap {
    margin-top: 1rem;
  }

  .fixed_bottom.black {
    border-radius: 0;
    box-shadow: unset;
    bottom: 0;
    right: 0;
  }

  .fixed_bottom.black .fixed_bottom_content {
    width: calc(100% - 2rem - 100px);
  }

  .fixed_bottom.black .fixed_bottom_content .text {
    padding: 0.675rem 0.5rem 0.675rem 0;
  }

  .fixed_bottom.black .fixed_bottom_content .text .fixed_bottom_ttl {
    color: white;
    font-size: 17px;
  }

  .fixed_bottom.black .fixed_bottom_txt {
    font-size: 10px;
  }

  .fixed_bottom.black .fixed_bottom_btn {
    width: auto;
    padding: 5px 24px;
  }

  .smartf-news-form {
    margin: 0;
  }

  .smartf-news-form .outer {
    width: 100%;
    padding: 1rem;
  }

  .smartf-news-form .outer .hbspt-form {
    padding: 1rem;
  }

  .pc-hidden {
    display: unset;
  }

  .mobile-hidden {
    display: none;
  }

  /* 20230909 */
  .smartf-reasons .reason {
    width: 100%;
  }

  .smartf-reasons .reason ul {
    margin: 2.5rem 0 4rem;
  }

  /* 20231010 */
  .smartf-reasons .feature,
  .smartf-reasons.two-column .feature {
    width: 48%;
  }

  .smartf-reasons .feature .card h3 {
    font-size: 20px;
  }

  .smartf-solution .troubles {
    flex-wrap: wrap;
  }

  .smartf-solution .troubles .trouble,
  .smartf-solution.qms .troubles .trouble {
    width: 48%;
    padding: 1rem;
  }

  .smartf-solution h2.red {
    font-size: 24px;
  }

  .smartf-solution .solutions .solution {
    width: 100%;
    margin-bottom: 3rem;
  }

  .smartf-solution .solutions .solution h3 {
    font-size: 20px;
  }
  /* 20231010 */

  .smartf-implementation .before,
  .smartf-implementation .after {
    grid-template-columns: unset;
  }

  .smartf-specialities {
    width: auto;
  }

  .smartf-specialities .specialities {
    grid-template-columns: unset;
  }

  .smartf-implement-flow {
    grid-template-columns: 45% 5% 45% 5%;
  }

  .smartf-implement-flow .step {
    margin-bottom: 2rem;
  }

  .smartf-implement-flow .step img {
    height: 128px;
  }

  .smartf-implement-flow .arrow:after {
    top: 96px;
  }
  /* 20230909 */

  /* 20230928 */
  .smartf-banner-pms .quote {
    font-size: 16px;
  }

  .smartf-banner-pms .message {
    font-size: 16px;
  }

  .smartf-banner-pms .card {
    width: 100%;
    padding: 1rem;
  }

  .smartf-banner-pms .card .logo {
    width: 40%;
  }

  .smartf-banner-pms .card .information {
    width: 60%;
    padding-left: 0.5rem;
    align-items: center;
  }

  .smartf-banner-pms .card .information p {
    line-height: 1.6;
    font-size: 18px;
  }

  .smartf-banner-pms .card .information a {
    width: 240px;
    font-size: 14px;
    padding: 0.5rem 0.5rem;
    margin: 0 1rem 0.75rem 1rem;
  }

  /* 20240310 */
  .single_content .smartf-column-author .profile {
    flex-direction: column;
  }

  .single_content .smartf-column-author .profile .picture {
    margin-right: unset;
    margin-bottom: 10px;
  }

  .single_content .smartf-column-author .profile .detail {
    padding: unset;
  }
  /* 20240310 */

  /* 20240609 */
  .smartf-company-info {
    flex-direction: column;
    gap: 30px;
  }

  .smartf-company-info .card {
    width: 100%;
  }
  /* 20240609 */

  .fixed_bottom.wide {
    left: 0;
    right: 0;
    transform: unset;
    /* height: 200px; */
    height: 120px;
  }

  .fixed_bottom.wide .fixedcontainer .background {
    object-position: 15% 0;
  }

  .fixed_bottom.wide .fixedcontainer .inner .logo img {
    padding: 1rem 0 0.5rem;
  }

  /* 20240408 */
  .fixed_bottom.wide .fixedcontainer .inner.v2 .logo img {
    padding: 1rem 0;
  }
  /* 20240408 */

  .fixed_bottom.wide .fixedcontainer .inner .links {
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .fixed_bottom.wide .fixedcontainer .inner .links .link {
    padding-left: 1.5rem;
  }

  .fixed_bottom.wide .fixedcontainer .inner .links .link a {
    width: 270px;
    padding: 0.5rem;
  }
  /* 20230928 */

  /* 20240804 */
  .smartf-column-block h2 {
    font-size: 24px;
  }

  .smartf-column-case-cards {
    max-height: unset;
  }
  /* 20240804 */
}

@media screen and (max-width: 575.98px) {
  /* 20230718 */
  .top_main_in.wide {
    padding: 40px 0 120px;
  }

  .top_main_ttl.v2 h1 {
    font-size: 22px;
  }

  .top_main_ttl.v2 h1 small {
    font-size: 14px;
  }

  .top_main_ttl.v2 h1 .subtitle {
    margin: 16px 0;
    font-size: 16px;
  }

  .top_main .attention {
    right: 0;
    left: 0;
    font-size: 12px;
  }

  /* 20230718 */

  .top_main_flex {
    margin: 0;
  }

  .top_main_flex .pc {
    width: 240px;
    margin-right: 0;
  }

  .top_main_logo.space {
    margin: 0 5rem;
  }

  .smartf-detachment .headline {
    padding: 0 0.75rem;
  }

  .smartf-detachment .headline > img {
    height: 64px;
    width: 64px;
    margin-right: 0.75rem;
  }

  .smartf-detachment .headline > h2 {
    font-size: 18px;
  }

  .smartf-detachment .body {
    padding: 2rem 1rem;
  }

  .pain-and-solve .pain,
  .pain-and-solve .solve {
    margin: 0;
  }

  .pain-and-solve .transition {
    margin: 1rem 0;
  }

  .pain-and-solve p {
    font-size: 12px;
    word-break: keep-all;
  }

  ul.pain-and-solve {
    flex-direction: row;
  }

  .pain-and-solve li {
    font-size: 12px;
    padding: 0.5rem 1.25rem;
  }

  .pain-and-solve .pain img,
  .pain-and-solve .solve img {
    /* 		width: 64px; */
    height: 64px;
  }

  .pain-and-solve .solve pain.wide {
    width: 78.9px;
  }

  .pain-and-solve .solve img.double {
    width: 132px;
  }

  .smartf-middle-quote .fixedcontainer {
    padding: 0;
  }

  .smartf-middle-quote h2 {
    font-size: 22px;
  }

  .smartf-middle-quote p {
    width: 60%;
    font-size: 14px;
  }

  .smartf-middle-quote .pc-image {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    margin-right: -10vw;
  }

  h2.fullline:after {
    width: 100%;
  }

  .smartf-speciality {
    margin: 2rem 0 0;
    padding: 0 1rem;
  }

  .smartf-speciality > .description p {
    word-break: break-word;
  }

  .smartf-feature:not(.overview) {
    flex-direction: column;
  }

  /* 20230727 */
  .smartf-feature.overview {
    padding: 3rem 0 0;
  }
  /* 20230727 */

  .smartf-feature.overview .badge {
    width: 50%;
  }

  /* 20230727 */
  .smartf-feature.overview .sub h4 {
    font-size: 12px;
  }

  .smartf-feature.overview .sub .badge {
    padding: 0.75rem;
    width: calc(100% / 3);
  }

  .smartf-feature.overview .option {
    margin: 0 2rem;
  }

  .smartf-feature.overview .option h3 {
    padding: 1.5rem 2rem;
  }

  .smartf-feature.overview .option .btn_wrap {
    font-size: 1rem;
  }

  .smartf-feature.overview .option .btn_wrap .intro {
    margin-bottom: 2rem;
  }

  .smartf-feature.overview .option .btn_wrap .intro span {
    padding: 0 0.15rem;
    font-size: 1.4rem;
    color: #ff931e;
  }

  .smartf-feature.overview .option .btn_wrap .outro span {
    padding: 0 0.15rem;
    font-size: 1.2rem;
    border-bottom: 2px solid #ffc483;
  }
  /* 20230727 */

  /* 20230728 */
  .smartf-archive-menu {
    margin-top: -2rem;
  }

  .smartf-archive-menu .menu {
    width: 100%;
    height: unset;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }

  .smartf-archive-menu .menu .text {
    margin: 0;
  }

  .smartf-archive-menu .menu .items {
    margin: 0;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .smartf-archive-menu .menu .items li {
    font-size: 13px;
  }

  .smartf-archive-menu .menu .items li a {
    margin: 0;
    padding: 0.25rem 1.5rem;
  }

  .smartf-archive a {
    width: 100%;
  }

  /* 20240320 */
  .smartf-archive a .image {
    height: calc(90vw * 0.55);
  }

  .smartf-archive a .info .attributes {
    padding-bottom: 12px;
  }

  .smartf-archive a .info .attributes .date {
    font-size: 12px;
  }

  .smartf-archive a .info .attributes .type {
    padding: 0 12px;
    font-size: 10px;
  }

  .smartf-archive a .info {
    padding: 12px;
  }

  .smartf-archive a .info h2 {
    font-size: 14px;
  }

  .smartf-archive a .info p {
    display: none;
  }
  /* 20240320 */

  .content.full {
    width: 100%;
  }
  /* 20230728 */

  /* 20231010 */
  .smartf-reasons .feature,
  .smartf-reasons.two-column .feature {
    width: 100%;
    margin-bottom: 2rem;
  }

  .smartf-solution .troubles .trouble,
  .smartf-solution.qms .troubles .trouble {
    width: 100%;
  }

  .smartf-solution .solutions .solution .image {
    margin: 0;
  }

  .smartf-solution .solutions .solution .detail ul.grid {
    grid-template-rows: unset;
    grid-template-columns: 1fr auto;
    grid-auto-flow: row;
    grid-gap: 0 1rem;
  }
  /* 20231010 */

  .smartf-comparison-table {
    display: none;
  }

  /* 20240609 */
  .smartf-company-info .card .head {
    font-size: 16px;
  }

  .smartf-company-info .card .body {
    font-size: 12px;
  }

  .smartf-company-info .card .image {
    height: auto;
  }

  .smartf-company-info .card a {
    font-size: 14px;
  }
  /* 20240609 */

  /* Mock Bootstrap */
  .d-sm-none {
    display: none;
  }

  /* 20230909 */
  .sub_ttl.big {
    font-size: 24px;
    padding-top: 0px;
  }

  .sub_ttl.big span {
    width: 86px;
  }

  .smartf-specialities .summary {
    padding: 1.5rem 0;
    line-height: 2.4;
  }

  .smartf-implement-flow {
    grid-template-columns: 100%;
  }

  .smartf-implement-flow .arrow {
    display: block;
    height: 40px;
  }

  .smartf-implement-flow .arrow:after {
    top: 0;
    left: 50%;
    border-width: 20px 16px 0 16px;
    border-color: #3b3738 transparent transparent transparent;
    transform: translateX(-50%);
  }
  /* 20230909 */

  /* 20230928 */
  .smartf-banner-pms .card {
    flex-direction: column;
    align-items: center;
  }

  .smartf-banner-pms .card .logo {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .smartf-banner-pms .card .information {
    width: 100%;
    padding-left: 0.5rem;
    align-items: center;
  }

  .smartf-banner-pms .card .information p {
    margin-bottom: 1rem;
  }

  .fixed_bottom.wide {
    /* height: 140px; */
    height: 120px;
  }

  .fixed_bottom.wide .fixedcontainer .background {
    object-position: 14% 0;
  }

  .fixed_bottom.wide .fixedcontainer .inner .logo img {
    padding: 1rem 0 0.5rem;
  }

  .fixed_bottom.wide .fixedcontainer .inner .links {
    height: 100%;
    margin-right: 0.5rem;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .fixed_bottom.wide .fixedcontainer .inner .links .link {
    padding-left: 0;
  }

  .fixed_bottom.wide .fixedcontainer .inner .links .link .text {
    font-size: 12px;
  }

  .fixed_bottom.wide .fixedcontainer .inner .links .link .text b {
    font-size: 16px;
    line-height: calc(12 / 16);
  }

  .fixed_bottom.wide .fixedcontainer .inner .links .link a {
    width: 200px;
    font-size: 12px;
  }
  /* 20230928 */

  /* 20240804 */
  .smartf-column-case-card {
    flex-direction: column;
  }

  .smartf-column-case-card .image {
    width: 100%;
    height: auto;
    max-height: 200px;
  }

  .smartf-column-case-card .info {
    margin-top: 10px;
    padding-left: 0;
  }
  /* 20240804 */
}
