body {
  /* basic style */
  font-family: "Archivo", sans-serif;
  color: #333;
  line-height: 1.5;
  background-color: #333;
}

@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
  /* fv */
  .fv {
    width: 100%;
    height: 123.47vw;
    /* fv画像パス */
    background: url("/assets/fv_sp.png") center / cover no-repeat;
    position: relative;
  }

  .fv_getsugaku {
    position: absolute;
    width: 60.8vw;
    top: 31.38vw;
    left: 7.42vw;
  }

  .fv_getsugaku_text {
    position: absolute;
    top: 53.83vw;
    left: 7.68vw;
    color: #fff;
    font-size: 6.4vw;
    font-weight: bold;
    margin-top: 4.27vw;
  }

  .fv_getsugaku_text > .small {
    position: absolute;
    bottom: -12.82vw;
    font-size: 3.0vw;
    left: 0;
  }
  /* header */
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.85;
    padding: 3.2vw 0;
    position: fixed;
    z-index: 100;
  }

  .header_logo {
    width: 37.33vw;
  }

  .header_logo > img {
    width: 100%;
    object-fit: cover;
  }

  .header_link {
    display: flex;
    align-items: center;
    padding-right: 1.6vw;
    font-size: 3.2vw;
  }

  .header_link > a {
    padding: 2.13vw 3.2vw;
    border: solid 1px #ff2e63;
    border-radius: 10px;
  }

  .supporter-link {
    color: #ff2e63;
    margin-right: 1.56vw;
    text-align: center;
    font-weight: 900;
    background-color: #fff;
  }

  .contact-link {
    background-color: #ff2e63;
    color: #fff;
    text-align: center;
    font-weight: 900;
  }

  /* お悩み */
  .worries_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f6f7;
    padding: 9.07vw 7.47vw 12.27vw;
  }

  .worries_title {
    width: 100%;
    text-align: center;
    margin-bottom: 17.11vw;
    font-size: 6.4vw;
    font-weight: bold;
    color: #222222;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .worries_title_text_first {
    color: #222222;
  }
  .worries_title_text_second {
    color: #18afdf;
  }

  .secion_title_line {
    width: 62.5vw;
    position: absolute;
    top: 25.08vw;
  }

  .secion_title_line > img {
    width: 100%;
    object-fit: cover;
  }
  .worries {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10.66vw;
  }
  .worries.second {
    margin-top: 10.66vw;
    margin-bottom: 16.37vw;
  }

  .worries_box {
    display: flex;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
    justify-content: start;
    border-radius: 20px;
    padding: 7.47vw 0 7.47vw 5.33vw;
    background-color: #fff;
    position: relative;
    border: 2px solid #18afdf;
  }
  .worries_box::after,
  .worries_box::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .worries_box::after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
  }
  .worries_box::before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #18afdf;
    border-width: 22px;
    margin-left: -22px;
  }

  .worries_box_text {
    flex: 1;
    font-size: 3.73vw;
    font-weight: bold;
    text-align: left;
    margin-left: 2.67vw;
  }
  .worries_box_text > .red {
    color: #ff2e63;
    font-size: 3.63vw;
  }

  .worries_icon > img {
    width: 100%;
    object-fit: cover;
  }
  .worries_icon.contents1 {
    width: 13.33vw;
  }
  .worries_icon.contents2 {
    width: 13.33vw;
  }
  .worries_icon.contents3 {
    width: 13.33vw;
  }
  .worries_icon.contents4 {
    width: 13.33vw;
  }
  /* リファビズで解決 */
  .solution_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 13.6vw 6.4vw 20vw;
  }

  .solution_title {
    width: 100%;
    text-align: center;
    margin-bottom: 4.3vw;
    font-size: 6.4vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
  }

  .solution_title > .secion_title_line {
    width: 67%;
    position: absolute;
    top: 4.08vw;
  }
  .solution_title > .blue {
    color: #18afdf;
  }

  .solution_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .solution_image {
    width: 84.77vw;
  }

  .solution_text_wrap {
    width: 100%;
    margin-top: 9.6vw;
    margin-left: 14.4vw;
  }
  .solution_text_box {
    display: flex;
    align-items: baseline;
  }

  .solution_text_box.none {
    display: none;
  }
  .solution_checkbox {
    width: 9.07vw;
    margin-right: 1.6vw;
  }

  .solution_text {
    font-size: 4.27vw;
  }

  .solution_text_bold {
    font-size: 4.8vw;
    font-weight: bold;
    color: #18afdf;
  }
  /* リファビズとは */
  .about_area {
    margin-bottom: 17.19vw;
  }

  .about_title {
    width: 100%;
    text-align: center;
    margin-bottom: 8.17vw;
    font-size: 6.4vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
  }

  .about_title > .secion_title_line {
    width: 52%;
    position: absolute;
    top: 3.08vw;
  }

  .about_text_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.27vw;
  }
  .about_text {
    width: 100%;
    text-align: center;
    padding: 0 7.16vw;
    font-size: 3.73vw;
    margin-bottom: 12.8vw;
  }

  .step-area-yajirushi {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7.47vw 0;
  }
  .step-area-yajirushi > img {
    width: 31.47vw;
  }
  .yajirushi {
    width: 96.53vw;
    margin-top: -0.8vw;
  }

  .yajirushi.none {
    display: none;
  }
  .step-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.39vw;
    padding: 0 4.17vw;
  }
  .step-area.none {
    display: none;
  }
  .step-box {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .step-text {
    margin-top: 6.67vw;
    font-size: 4.8vw;
    font-weight: 700;
  }

  .about_area_fukidashi_Box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    margin-right: 4.27vw;
    margin-top: 7.47vw;
  }

  .about_area_fukidashi {
    width: 82.13vw;
  }

  .about_area_fukidashi_woman {
    width: 39.2vw;
  }
  /* 選ばれる理由 */
  .choose_reason_area {
    padding: 0 3.65vw 21.33vw 3.65vw;
  }

  .choose_reason_title > .secion_title_line {
    width: 42%;
    position: absolute;
    top: 2vw;
  }

  .choose_reason_title {
    width: 100%;
    text-align: center;
    margin-bottom: 4.95vw;
    font-size: 6.4vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
  }

  .choose_reason_main_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.13vw;
  }

  .choose_reason_main_box.none {
    display: none;
  }
  .choose_reason_main {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 3.26vw;
  }

  .choose_reason_image {
    /* width: 48.18vw; */
    padding: 1.39vw 2.08vw;
    background: rgba(24, 175, 223, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .choose_reason_left {
    /* width: 34.64vw; */
    padding-bottom: 3.82vw;
    border-bottom: solid 1px #939498;
  }

  .choose_reason_left_no {
    width: 100%;
    color: #ff2e63;
    font-size: 10.94vw;
    font-family: "Archivo", sans-serif;
    transform: matrix(1, 0, -0.19, 0.98, 0, 0);
  }

  .choose_reason_left_title {
    font-size: 4.8vw;
    font-weight: bold;
  }

  .choose_reason_left_title > .blue {
    color: #18afdf;
  }
  .choose_reason_text {
    font-size: 3.73vw;
    margin-top: 3.26vw;
  }

  .choose_reason_text_sub {
    font-size: 3.2vw;
  }
  /* 特徴 */
  .feature_area {
    padding: 0 7.47vw 0;
  }

  .feature_title {
    width: 100%;
    text-align: center;
    margin: 0 0 18.19vw;
    font-size: 6.4vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
  }

  .feature_title > .secion_title_line {
    width: 70%;
    position: absolute;
    top: 5vw;
  }

  .feature_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8vw;
  }

  .feature_box {
    flex: 1;
    border: solid 3px #18afdf;
    padding: 4.43vw 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .feature_text {
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    /* border-bottom: solid 5px #ff2e63; */
    margin: 0 1.39vw;
    position: relative;
  }

  .feature_text::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px; /*線の上下位置*/
    display: inline-block;
    width: 41.6vw; /*線の長さ*/
    height: 5px; /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); /*位置調整*/
    background-color: #ff2e63; /*線の色*/
    border-radius: 2px; /*線の丸み*/
  }
  .feature_image {
    width: 19.2vw;
    height: 19.2vw;
    margin-top: 10.66vw;
    margin-bottom: 5.33vw;
  }

  .feature_detail_text {
    width: 100%;
    font-size: 4.27vw;
    text-align: center;
    padding: 0 10.67vw;
    color: #000;
  }
  /* サービス比較 */
  .service_comparison {
    padding: 31.2vw 4.8vw 8vw;
  }

  .service_comparison_title {
    width: 100%;
    text-align: center;
    font-size: 6.4vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
  }

  .service_comparison_title > .secion_title_line {
    width: 82%;
    position: absolute;
    top: 15.8vw;
  }
  .service_comparison_title_sub {
    font-size: 3.73vw;
    font-weight: bold;
    text-align: center;
    margin-top: 11.4vw;
    margin-bottom: 6.4vw;
  }
  .service_comparison_table {
    display: flex;
    flex-direction: column;
    gap: 0.28vw;
    font-size: 1.11vw;
  }
  .service_comparison_table_1 {
    margin-bottom: 8vw;
  }
  .service_comparison_th {
    display: flex;
    align-items: end;
    gap: 0.28vw;
  }
  .service_comparison_tr {
    display: flex;
    align-items: center;
    gap: 0.28vw;
  }

  .service_comparison_th_vertical_spacer {
    width: 23.83vw;
  }
  .service_comparison_th_vertical {
    width: 23.83vw;
    font-weight: bold;
    height: 8.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f6f7;
    font-size: 2.08vw;
  }

  .service_comparison_th_vertical.fs {
    font-size: 2.08vw;
  }

  .service_comparison_th_first,
  .service_comparison_th_second {
    flex: 1;
    color: #fff;
    padding: 1.63vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service_comparison_th_first {
    background-color: #939498;
    height: 12.27vw;
    font-size: 4.27vw;
    font-weight: bold;
  }

  .service_comparison_th_second {
    background-color: #18afdf;
    font-weight: bold;
    height: 12.27vw;
    margin-top: 8vw;
  }

  .service_comparison_th_second > img {
    width: 36.8vw;
  }
  .service_comparison_td {
    flex: 1;
    height: 19.73vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f6f7;
    position: relative;
  }
  .service_comparison_td_text {
    font-size: 3.73vw;
  }
  .service_comparison_td_text.mark {
    font-size: 6vw;
  }
  .service_comparison_td_text.mark.red {
    color: #ff2e63;
  }

  .service_comparison_td_title {
    font-size: 3.2vw;
    font-weight: 700;
  }

  .service_comparison_td_text_point {
    color: #ff2e63;
    display: flex;
    align-items: baseline;
    margin-top: 3.2vw;
  }
  .service_comparison_td_text_point > .large {
    font-size: 6.4vw;
    font-weight: 700;
  }
  .service_comparison_td_text_point > .medium {
    font-size: 3.2vw;
    font-weight: 700;
  }
  .service_comparison_td_sub {
    font-size: 2.67vw;
    font-weight: normal;
    color: #222;
  }
  .service_comparison_td_inner {
    display: flex;
    align-items: end;
  }

  .service_comparison_td_inner > .large {
    font-size: 6.25vw;
    line-height: 1;
  }
  .service_comparison_td_inner > .medium {
    font-size: 3.13vw;
  }
  .service_comparison_td.border {
    position: relative;
    font-size: 3.13vw;
  }

  .service_comparison_td_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .service_comparison_td_flex > .mark {
    font-size: 4.17vw;
  }
  .service_comparison_td_flex > .text {
    color: #222;
    font-size: 1.3vw;
    font-weight: normal;
  }

  .service_comparison_td.red {
    color: #ff2e63;
    font-weight: bold;
  }

  .service_comparison_td_caution {
    position: absolute;
    top: 0.42vw;
    right: 1.11vw;
    color: #000;
    font-size: 0.69vw;
  }
  .service_comparison_caution_area {
    width: 100%;
    font-size: 2.67vw;
    color: #000;
    margin-top: 2.13vw;
  }

  .service_comparison_caution {
    width: 100%;
  }

  /* 利用の流れ */
  .usage_flow {
    padding: 5.56vw 0 21.88vw;
    background-color: #18afdf0d;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .usage_flow_title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 6.4vw;
    margin-bottom: 5.33vw;
  }

  .usage_flow_area {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 3.13vw;
    margin-bottom: 101.07vw;
  }

  .usage_flow_line {
    position: absolute;
    width: 8vw;
    height: 100%;
    top: 0;
    background-color: #d1d3d4;
    z-index: 1;
  }
  .usage_flow_box {
    width: 100%;
    border: solid 2px #18afdf;
    border-radius: 20px;
    background-color: #fff;
    position: inherit;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .usage_flow_text {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 3.73vw;
    width: 67.2vw;
    margin-bottom: 8vw;
  }

  .usage_flow_text_red {
    font-size: 4.8vw;
    color: #ff2e63;
    font-weight: bold;
    text-align: center;
    margin: 2.67vw 0;
  }
  .usage_flow_box:not(:first-child) {
    margin-top: 8vw;
  }
  .usage_flow_icon {
    padding: 6.25vw 0;
  }
  .usage_flow_icon_box {
    width: 20.18vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .usage_flow_icon > img {
    width: 100%;
    object-fit: cover;
  }
  .usage_flow_icon.tellandmail {
    width: 24.27vw;
  }
  .usage_flow_icon.memo {
    width: 19.47vw;
  }
  .usage_flow_icon.commodity {
    width: 19.47vw;
  }
  .usage_flow_icon.supporter {
    width: 23.47vw;
  }
  .usage_flow_icon.business-negotiations {
    width: 26.67vw;
  }
  .usage_flow_icon.closing {
    width: 14.4vw;
  }

  .usage_fukidashi_area {
    position: absolute;
    bottom: 60.33vw;
    left: 7.94vw;
    display: flex;
    flex-direction: column;
  }

  .usage_fukidashi {
    position: absolute;
    top: -73.5vw;
    left: -6.83vw;
    width: 61.33vw;
  }

  .usage_fukidashi_woman {
    width: 40vw;
    position: absolute;
    bottom: -8vw;
    right: -78vw;
  }
  /* お問い合わせ */
  .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f6f7;
    padding: 8.72vw 0 8.72vw;
  }
  .contact > form {
    width: 91.15vw;
    padding: 7.94vw 6.77vw 4.69vw;
    background-color: #fff;
    border-radius: 20px;
  }

  .contact_title {
    font-size: 6.4vw;
    font-weight: bold;
    border: 3px solid #18afdf;
    background-color: #fff;
    text-align: center;
    margin-bottom: 6.25vw;
    padding: 2.86vw 7.68vw;
  }
  .contact_label_box {
    display: flex;
    align-items: center;
    margin-bottom: 1.07vw;
  }

  .contact_box:not(:first-child) {
    margin-top: 6.4vw;
  }

  .contact_submit_area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.87vw;
  }

  .contact_submit {
    width: 80vw;
    height: 18.67vw;
    background-color: #ff2e63;
    padding: 5.33vw 0;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
  }
  .contact_label {
    font-size: 4.27vw;
    font-weight: bold;
    margin-right: 6.4vw;
    color: #000;
  }

  .contact_required_label {
    width: 12.53vw;
    background-color: #18afdf;
    color: #fff;
    text-align: center;
    font-size: 3.2vw;
    padding: 0.52vw 0;
  }

  .contact_textbox {
    width: 100%;
    padding: 2.13vw 3.2vw;
    background: #f4f6f7;
    border-radius: 10px;
  }

  .contact_textbox.textarea {
    height: 45.33vw;
  }

  /* footer */
  footer {
    padding-top: 4.17vw;
    font-size: 0.97vw;
    color: #000;
  }

  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2.15vw;
    border-bottom: solid 1px #d1d3d4;
  }
  .footer_company {
    text-align: center;
    padding: 1.67vw 0;
  }

  .privacypolicy-area > iframe {
    width: 100%;
    border: solid 1px #939498;
  }

  .privacypolicy-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6.4vw;
  }

  .agree-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.33vw;
    font-size: 3.2vw;
  }

  .agree-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .agree-box > input {
    width: 25px;
    height: 25px;
  }
  .agree-box > label {
    margin-left: 0.83vw;
  }
  /* common */

  .contact-link-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .contact-link.button > .rectangle {
    position: absolute;
    top: 5.6vw;
    right: 9.4vw;
    width: 4.69vw;
    transform: rotate(-90deg);
  }

  .contact-link-box > .rectangle > img {
    width: 100%;
    object-fit: cover;
  }
  .contact-link.button {
    width: 88vw;
    height: 18.67vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 4.8vw;
    font-weight: bold;
    box-shadow: 0px 6px 0px #c71642, inset 0px 6px 9px #ff8aa8;
    position: relative;
  }
  img {
    width: 100%;
    object-fit: cover;
  }

  /*事例紹介カード*/
  .interview_area{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3vw 3.47vw 0 6.11vw;
    margin-top: 10vw;
  }

  .interview_title {
    width: 100%;
    text-align: center;
    margin: 0 0 6.32vw;
    font-size: 6.4vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
  }
  .interview_title > p{
    line-height: 100%;
  }

  .interview_title > .secion_title_line {
    width: 38.4vw;
    position: absolute;
    top: 0.83vw;
  }

  .card {
    width: 320px;
    margin: 1rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
  }

  .card img {
    width: 100%;
    display: block;
  }
  .card-content {
    padding: 10px 20px;
  }
  .card-title {
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 5px 5px;
    display: inline-flex;
    align-items: center;
    gap: 10px; /* 画像とテキストの間に余白 */
    justify-content: flex-start;
    text-align: left;
  }
  .title-icon {
    max-width: 5rem;
  }
  .card-text {
    font-size: 0.95rem;
    color: #666;
    margin-top: 12px;
  }

  /*ロゴスライダー*/
  .logo-slider {
    overflow: hidden;
    /* padding: 20px 0; */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

  .logo-track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
  }

  .logo-track img {
    width: 100px;
    height: 50px;
    object-fit: contain;
    margin: 0 20px;
    transition: filter 0.3s;
  }

  .logo-track img:hover {
    filter: none;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .logo_title{
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    margin-top: 1rem;
  }
}
