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

@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }

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

  .fv_getsugaku {
    position: absolute;
    width: 32.29vw;
    top: 13.89vw;
    left: 5.07vw;
  }

  .fv_getsugaku_text {
    position: absolute;
    top: 25.97vw;
    left: 4.1vw;
    color: #fff;
    font-size: 4.44vw;
    font-weight: bold;
  }

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

  .header_logo {
    width: 23.75vw;
  }

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

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

  .header_link > a {
    padding: 0.69vw 2.08vw;
    border: solid 1px #ff2e63;
    border-radius: 10px;
    cursor: pointer;
  }

  .supporter-link {
    color: #ff2e63;
    margin-right: 1.74vw;
    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: 82px 43px 68px 37px;
  }

  .worries_title {
    width: 100%;
    text-align: center;
    margin: 5.69vw 0;
    font-size: 4.44vw;
    font-weight: bold;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
  }

  .worries_title_text_first {
    color: #222222;
  }
  .worries_title_text_second {
    color: #18afdf;
  }
  .secion_title_line {
    width: 74%;
    position: absolute;
    top: 6.08vw;
  }

  .worries_title > .secion_title_line {
    width: 82%;
    position: absolute;
    top: 2.08vw;
  }

  .secion_title_line > img {
    width: 100%;
    object-fit: cover;
  }
  .worries {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .worries.second {
    margin-top: 4.31vw;
  }

  .worries_box {
    display: flex;
    align-items: center;
    width: 45.63vw;
    flex-shrink: 0;
    justify-content: start;
    border-radius: 20px;
    padding: 3.13vw 0 3.13vw 3.82vw;
    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: 30px;
    margin-left: -30px;
  }
  .worries_box::before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #18afdf;
    border-width: 32px;
    margin-left: -32px;
  }
  .worries_box:first-child {
    margin-right: 3.13vw;
  }

  .worries_box_text {
    flex: 1;
    font-size: 1.67vw;
    font-weight: bold;
    text-align: center;
  }
  .worries_box_text > .red {
    color: #ff2e63;
    font-size: 1.67vw;
  }

  .worries_icon > img {
    width: 100%;
    object-fit: cover;
  }
  .worries_icon.contents1 {
    width: 3.89vw;
  }
  .worries_icon.contents2 {
    width: 4.24vw;
  }
  .worries_icon.contents3 {
    width: 4.72vw;
  }
  .worries_icon.contents4 {
    width: 3.54vw;
  }
  /* リファビズで解決 */
  .solution_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3.47vw 0 6.11vw;
  }

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

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

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

  .solution_image {
    width: 86.32vw;
  }

  .solution_text_wrap {
    margin-top: 8.33vw;
  }
  .solution_text_box {
    display: flex;
    align-items: baseline;
  }

  .solution_text_box.onlysp {
    display: none;
  }

  .solution_checkbox {
    width: 4.86vw;
    margin-right: 0.83vw;
  }

  .solution_text {
    font-size: 1.67vw;
  }

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

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

  .about_title > .secion_title_line {
    width: 36%;
    position: absolute;
    top: 0.83vw;
  }

  .about_text_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about_text {
    width: 45.69vw;
    text-align: center;
    font-size: 1.25vw;
  }

  .yajirushi {
    width: 96.53vw;
    margin-top: -2.8vw;
  }

  .step-area {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.39vw;
    padding: 0 8.82vw 0 7.92vw;
    margin-top: -13.26vw;
  }

  .step-box {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .step-image {
    width: 25.69vw;
  }
  .step-text {
    font-size: 1.67vw;
    font-weight: 700;
  }

  .about_area_fukidashi_Box {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: end;
    margin-right: 8.82vw;
  }

  .about_area_fukidashi {
    margin-top: 1.04vw;
    margin-right: 0.83vw;
  }
  /* 選ばれる理由 */
  .choose_reason_area {
    padding: 0 6.04vw 11.81vw 9.72vw;
  }

  .choose_reason_title > .secion_title_line {
    width: 26.67vw;
    position: absolute;
    top: 0.83vw;
  }

  .choose_reason_title {
    width: 100%;
    text-align: center;
    margin: 6.53vw 0 6.32vw;
    font-size: 4.44vw;
    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.onlysp {
    display: none;
  }
  .choose_reason_main {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 3.26vw;
  }

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

  .choose_reason_image > img {
    width: auto;
  }
  .choose_reason_left {
    width: 41.94vw;
    padding-bottom: 3.82vw;
    border-bottom: solid 1px #939498;
  }

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

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

  .choose_reason_left_title > .blue {
    color: #18afdf;
  }
  .choose_reason_text {
    font-size: 1.67vw;
  }

  .choose_reason_text_sub {
    font-size: 1.25vw;
  }
  /* 特徴 */
  .feature_area {
    padding: 0 43px 107px 39px;
  }

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

  .feature_title > .secion_title_line {
    width: 40.28vw;
    position: absolute;
    top: 0.83vw;
  }

  .feature_wrap {
    display: flex;
    justify-content: center;
    gap: 1.39vw;
  }

  .feature_box {
    flex: 1;
    border: solid 2px #18afdf;
    padding: 4.17vw 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .feature_text {
    text-align: center;
    font-size: 2.78vw;
    font-weight: bold;
    padding-bottom: 1.67vw;
    border-bottom: solid 5px #ff2e63;
    margin: 0 1.39vw;
  }

  .feature_image {
    width: 5.56vw;
    height: 5.56vw;
    margin-top: 2.78vw;
    margin-bottom: 1.88vw;
  }

  .feature_detail_text {
    width: 26.6vw;
    font-size: 1.11vw;
    text-align: center;
  }
  /* サービス比較 */
  .service_comparison {
    padding: 5.97vw 11.81vw 15.83vw;
  }

  .service_comparison_title {
    width: 100%;
    text-align: center;
    margin: 6.53vw 0 0 0;
    font-size: 4.44vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    line-height: 1.2;
  }

  .service_comparison_title > p {
    text-align: center;
  }
  .service_comparison_title_sub {
    font-size: 1.11vw;
    font-weight: bold;
    text-align: center;
    margin-top: 3.33vw;
    margin-bottom: 4.03vw;
  }
  .service_comparison_table {
    display: flex;
    flex-direction: column;
    gap: 0.28vw;
    font-size: 1.11vw;
  }
  .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: 12.71vw;
  }
  .service_comparison_th_vertical {
    width: 12.71vw;
    font-weight: bold;
    height: 5.07vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f6f7;
  }

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

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

  .service_comparison_th_first {
    background-color: #939498;
    height: 5.07vw;
  }

  .service_comparison_th_second {
    background-color: #18afdf;
    font-weight: bold;
    height: 7.15vw;
  }

  .service_comparison_th_second > img {
    width: 17.36vw;
  }
  .service_comparison_td {
    flex: 1;
    height: 5.07vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f6f7;
    position: relative;
  }

  .service_comparison_td_inner {
    display: flex;
    align-items: end;
  }

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

  .service_comparison_td.mark {
    font-size: 2vw;
  }
  .service_comparison_td.bottom {
    border-bottom: solid 4px #18afdf;
  }
  .service_comparison_td.border::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 5.4vw;
    background-color: #18afdf;
    position: absolute;
    top: -7px;
    left: 0px;
  }
  .service_comparison_td.border::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 5.4vw;
    background-color: #18afdf;
    position: absolute;
    top: -7px;
    right: 0px;
  }

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

  .service_comparison_td_flex > .mark {
    font-size: 2vw;
  }
  .service_comparison_td_flex > .text {
    color: #222;
    font-size: 0.69vw;
    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: 0.83vw;
    color: #000;
    margin-top: 1.04vw;
    display: flex;
    justify-content: end;
    position: relative;
  }

  .service_comparison_caution {
    position: absolute;
    right: -0.49vw;
  }

  /* 利用の流れ */
  .usage_flow {
    padding: 5.56vw 0;
    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: 4.44vw;
    margin-bottom: 3.82vw;
  }

  .usage_flow_area {
    position: relative;
  }

  .usage_flow_line {
    position: absolute;
    width: 2.08vw;
    height: 100%;
    top: 0;
    left: 6.25vw;
    background-color: #d1d3d4;
    z-index: 1;
  }
  .usage_flow_box {
    width: 52.78vw;
    border: solid 2px #18afdf;
    border-radius: 20px;
    background-color: #fff;
    position: inherit;
    z-index: 2;
    display: flex;
  }
  .usage_flow_text {
    margin: 0.69vw 0;
    padding-left: 2.78vw;
    padding-right: 3.33vw;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-left: solid 2px #18afdf;
    font-size: 0.97vw;
  }

  .usage_flow_text_red {
    font-size: 1.67vw;
    color: #ff2e63;
    font-weight: bold;
  }
  .usage_flow_box:not(:first-child) {
    margin-top: 2.78vw;
  }
  .usage_flow_icon {
    padding: 1.39vw 0;
  }
  .usage_flow_icon_box {
    width: 13.47vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .usage_flow_icon > img {
    width: 100%;
    object-fit: cover;
  }
  .usage_flow_icon.tellandmail {
    width: 5.21vw;
  }
  .usage_flow_icon.memo {
    width: 4.67vw;
  }
  .usage_flow_icon.commodity {
    width: 4.39vw;
  }
  .usage_flow_icon.supporter {
    width: 5.14vw;
  }
  .usage_flow_icon.business-negotiations {
    width: 5.28vw;
  }
  .usage_flow_icon.closing {
    width: 3.47vw;
    margin-left: 1.11vw;
  }

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

  .usage_fukidashi {
    position: absolute;
    top: -7.5vw;
    left: -5.83vw;
    width: 15.76vw;
  }

  .usage_fukidashi_woman {
    width: 14.72vw;
  }
  /* お問い合わせ */
  .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f6f7;
    padding: 3.61vw 0 6.74vw;
  }
  .contact > form {
    width: 69.44vw;
    padding: 4.17vw 9.72vw 3.47vw;
    background-color: #fff;
    border-radius: 20px;
  }

  .contact_title {
    font-size: 4.44vw;
    font-weight: bold;
    border: 3px solid #18afdf;
    background-color: #fff;
    text-align: center;
    margin-bottom: 4.17vw;
    padding: 0 3.75vw;
  }
  .contact_label_box {
    display: flex;
    align-items: center;
    margin-bottom: 0.28vw;
  }

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

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

  .contact_submit {
    width: 20.83vw;
    height: 6.25vw;
    background-color: #ff2e63;
    padding: 0.69vw 0;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 1.25vw;
    font-weight: bold;
  }
  .contact_label {
    font-size: 1.11vw;
    font-weight: bold;
    margin-right: 1.67vw;
    color: #000;
  }

  .contact_required_label {
    width: 3.33vw;
    background-color: #18afdf;
    color: #fff;
    text-align: center;
    font-size: 0.83vw;
    padding: 0.28vw 0;
  }

  .contact_textbox {
    width: 100%;
    padding: 1.25vw 1.67vw;
    background: #f4f6f7;
    border-radius: 10px;
  }
  .contact_textbox.textarea {
    height: 11.81vw;
  }
  /* 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: 2.08vw;
  }

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

  .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 {
    margin-top: 59px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .contact-link.button > .rectangle {
    position: absolute;
    top: 2vw;
    right: 1.2vw;
    width: 1.2vw;
    transform: rotate(-90deg);
  }

  .contact-link-box > .rectangle > img {
    width: 100%;
    object-fit: cover;
  }
  .contact-link.button {
    width: 20.83vw;
    height: 6.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 1.53vw;
    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;
  }

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

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

  .card {
    width: 480px;
    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: 1.6rem;
    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: 180px;
    height: 90px;
    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: 2vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    margin-top: 2rem;
  }
}
