@charset "utf-8";

@media screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .pc_md_none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_md_none {
    display: none !important;
  }
}
@media screen and (max-width: 550px) {
  .sp_none {
    display: none !important;
  }
}
@media screen and (min-width: 2001px) {
}
@media screen and (min-width: 1501px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
  /* top -  /* top - top_cta
------------------------------ */
  .top_cta_title {
    padding-inline: 0;
  }
  .top_cta_lead {
    font-size: 1.8rem;
  }
  .top_cta_content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .top_cta_content_left {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    gap: clamp(10px, 4vw, 40px);
    padding-top: 20px;
  }

  .top_cta_content_center {
    padding-top: 18px;
    max-width: 700px;
    margin-inline: auto;
    gap: 10px;
  }
  .top_cta_content_right.top_cta_content_right_pc {
    display: none;
  }
  .top_cta_merit {
    width: 100%;
    max-width: 183px;
    position: relative;
  }
  .top_cta_merit.top_cta_merit_sp {
    display: block;
  }
  /* top - top_flow
------------------------------ */

  .top_flow_steps {
    column-gap: 30px;
  }
  .top_flow_step {
  }
  .top_flow_step:not(:last-of-type)::before {
    right: -29px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
/* top - header
------------------------------ */
.header {
  margin-bottom: 12px;
}
.header_wrapper {
  gap: 6px;
}
.header_title {
  font-size: clamp(1.2rem, 3.6vw, 1.8rem);

}

.header_btn {
  position: relative;
  width: 100%;
  max-width: clamp(160px, 30vw, 370px);
}

.header_btn_link {

  padding: 8px 6px 14px 8px;
  
}.header_btn_link::before {
  content: "";
  top: 5px;
  right: -5px;
  width: 5px;

}
.header_btn_link::after {
bottom: -5px;  right: -5px;
  height: 5px;

}

  /* top - top_mw
	------------------------------ */
  .top_mv_massage {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #FF9B43;
    padding: 20px calc(50vw - 50% + 8px);
   margin: 0 calc(50% - 50vw);
	width: 100vw;
  }
  .top_mv_massage span {
    color: #ff7a05;
    font-size: 2.2rem;
    font-weight: 700;
    background-color: #fff;
  }

  /* top - top_proposal
------------------------------ */
  .top_proposal {
  }
  .top_proposal_head {
    padding: 60px 0 80px;
  }

  .top_proposal_title span {
    font-size: clamp(2.2rem, 3.64vw, 2.8rem);
    padding: 10px 57px 12px;
  }

  .top_proposal_title span::after {
    left: 20px;
  }
  .top_proposal_persons {
    padding: 60px 0 60px;
    background: url(../images/top/top_proposal_persons_bg_sp.jpg) no-repeat
      center center / cover;
  }
  .top_proposal_body {
    padding: 60px 0 0px;
  }

  .top_proposal_body_title_wrapper {
    padding-inline: 60px;
  }
  .top_proposal_body_title_wrapper::before {
    width: 60px;
    height: 60px;
  }
  .top_proposal_body_title_wrapper::after {
    width: 66px;
    height: 55px;
  }
  .top_proposal_body_cards {
    gap: 30px clamp(20px, 4.3vw, 57px);
  }
  .top_proposal_body_card_text {
    padding: 20px;
  }

  .top_proposal_body_promise_title span {
    display: grid;
    place-items: center;
    text-align: center;
    font-size: clamp(2.2rem, 4.3vw, 3rem);
  }

  /* top - top_reason
------------------------------ */
  .top_reason {
    padding: 60px 0 80px;
  }

  .top_reason_title::after {
    bottom: -20px;
    width: 28px;
  }
  .top_reason_title span {
    font-size: clamp(2.4rem, 6.4vw, 3rem);
  }

  .top_reason_title span .top_reason_title_red {
    font-size: 4.2rem;
  }
  .top_reason_title_wrapper_prime {
    padding: 14px 100px 16px;
  }

  .top_reason_title_wrapper_prime::before {
    left: 12px;

    width: 87px;
    height: 92px;
  }
  .top_reason_title_wrapper_prime::after {
    bottom: 42px;
    right: 12px;

    width: 59px;
    height: 55px;
  }

  .top_reason_content {
    padding-top: 60px;
  }
  .top_reason_card {
    padding: 30px 24px;
    flex-direction: column;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .top_reason_card + .top_reason_card {
    margin-top: 40px;
  }
  .top_reason_card_number {
    width: 70px;
    height: 70px;
  }

  .top_reason_card_img {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .top_reason_card_body {
    width: 100%;
    flex-grow: 1;
  }
  .top_reason_card_title {
    padding: 8px 10px 16px 46px;
    color: #ff7357;
    font-size: clamp(2rem, 4vw, 2.8rem);
  }
  .top_reason_card_title::before {
    width: 30px;
    height: 50px;
  }
  .top_reason_card_text {
    padding-top: 18px;
  }
  /* top - top_flow
------------------------------ */
  .top_flow {
    padding: 60px 0 80px;
  }

  .top_section_title_orange::after {
    bottom: -20px;
    width: 28px;
  }
  .top_section_title_orange span {
    font-size: clamp(2.4rem, 6.4vw, 3rem);
  }

  .top_section_title_orange_wrapper_prime {
    padding: 12px 30px 16px;
  }
  .top_flow_steps {
    gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .top_flow_step {
    width: 100%;
    max-width: none;
    display: block;
  }
  .top_flow_step:not(:last-of-type)::before {
    right: 50%;
    top: auto;
    transform: translateX(50%) translateY(0) rotate(90deg);
    bottom: -20px;
    width: 40px;
    height: 40px;
  }
  .top_flow_step_number {
    top: -30px;

    width: 60px;
    height: 60px;
  }
  /* top - top_menu
------------------------------ */
  .top_menu {
    padding: 60px 0 80px;
  }

  .top_section_title_yellow::after {
    bottom: -20px;
    width: 28px;
  }
  .top_section_title_yellow span {
    font-size: clamp(2.4rem, 6.4vw, 3rem);
  }

  .top_section_title_yellow_wrapper_prime {
    padding: 12px 30px 16px;
  }

  .top_menu_cards {
    padding-top: 60px;
  }
  /* top - top_about
------------------------------ */
  .top_about {
    padding: 60px 0 80px;
  }

  .top_about_lead {
    padding-top: 40px;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .top_about_text {
    width: 100%;
    flex-grow: 1;
  }
  .top_about_img {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }

  .top_section_title_logo span {
    font-size: clamp(2.2rem, 4.8vw, 3rem);
  }

  .top_section_title_logo_wrapper_prime {
    padding: 12px 20px 16px 50px;
  }
  .top_section_title_logo_wrapper_prime span:first-of-type {
    position: relative;
  }
  .top_section_title_logo_wrapper_prime span:first-of-type::before {
    left: -42px;
    width: 39px;
    height: 30px;
  }

  .top_about_area {
    padding-top: 50px;
  }
  .top_section_underline {
    padding-bottom: 12px;
    font-size: 2.2rem;
  }

  .top_about_area_content {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .top_about_area_map {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .top_about_area_map_img {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .top_about_area_map_text {
    padding-top: 14px;
    font-size: 1.8rem;
  }
  .top_about_area_overview {
    flex-grow: 1;
  }
  .top_about_area_overview_title {
    padding-left: 70px;
  }
  .top_about_area_overview_title::before {
    width: 62px;
    height: 56px;
  }

  .top_about_company {
    padding-top: 60px;
  }
  .top_about_company_content {
    padding-top: 30px;
  }
  .top_about_company_content dl {
    grid-template-columns: 1fr;
    border: none;
  }
  .top_about_company_content dt {
    padding: 12px clamp(20px, 5vw, 30px);
    background: #ffd7b4;

    border-top: 1px solid #ff9b43;
  }

  .top_about_company_content dd {
    padding: 8px clamp(20px, 5vw, 30px) 34px;
    border: none;
  }
  .top_about_company_cards {
    padding-top: 40px;
    flex-direction: column-reverse;
  }
  .top_about_company_map {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    min-width: auto;
  }
  .top_about_company_map iframe {
    aspect-ratio: 365 / 233;
    width: 100%;
  }
  .top_about_company_message {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    min-width: auto;
  }

  /* top - top_contact
------------------------------ */

  .top_contact {
    padding: 60px 0;
  }


.top_contact_line {
  margin-top: 50px;
    padding: 20px 20px 30px;


}
.top_contact_line_title {
  font-size: 2.2rem;

}
.top_contact_line_links {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  gap: 26px;
}
.top_contact_line_qr {
  max-width: 160px;
  width: 100%;
  text-align: center;
}


  .top_contact_head {
    flex-direction: column-reverse;
    gap: 0px;
    padding: 30px 30px 0;
    /* margin-top: 50px; */
    margin-top: 30px;
  }
  .top_contact_head_img {
    width: 100%;
    max-width: none;
    height: clamp(150px, 40vw, 180px);
    background: url(../images/top/top_contact_head_img.png) no-repeat left
      bottom / contain;
    transform: scale(-1, 1);
  }
  .top_contact_head_text {
    padding-bottom: 0;
  }
  .top_contact_mail {
    padding-top: 50px;
  }
  .top_contact_mail_intro {
    padding-top: 30px;
  }

  .top_contact_mail_form_blocks {
    margin-top: 30px;
    padding: 40px 16px 40px;
    background: #fff;
  }

  .top_contact_mail_form_block + .top_contact_mail_form_block {
    padding: 0;
  }
  .top_contact_mail_form_block_title {
    font-size: 2.2rem;
  }
  .top_contact_mail_form_row {
    grid-template-columns: 1fr;
    padding-top: 12px;
  }
  .top_contact_mail_form_title {
    padding: 12px clamp(20px, 5vw, 30px);
    border-top: 1px solid #ff9b43;
    border-bottom: 1px solid #ff9b43;
  }
  .top_contact_mail_form_title_wrapper {
    gap: 30px;
    justify-content: left;
  }

  .top_contact_mail_form_input {
    width: 100%;
    border-bottom: none;
    padding: 8px clamp(20px, 5vw, 30px) 34px;
  }
  .top_contact_mail_form_radio.top_contact_mail_form_input {
    padding: 8px clamp(20px, 5vw, 30px) 34px;
  }
  .top_contact_mail_form_textarea.top_contact_mail_form_input {
    padding: 8px clamp(20px, 5vw, 30px) 34px;
  }
  .top_contact_mail_form_input:first-of-type {
    border-top: none;
  }
  .top_contact_mail_form_list_min {
    padding: 8px clamp(20px, 5vw, 30px) 34px;
    border-bottom: none;
  }
  .top_contact_mail_form_privacy {
    height: 200px;
    padding: 20px;
  }
  .top_contact_mail_form_privacy_title {
    font-size: 2rem;
  }

  .top_contact_mail_form_checkbox {
    text-align: center;
    margin-top: 50px;
  }
  .top_contact_mail_form_checkbox_label.none {
    display: none;
  }

  .top_contact_mail_form_checkbox_parts {
    position: relative;
    padding-left: 36px;
  }
  .top_contact_mail_form_checkbox_parts::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 26px;
    height: 26px;
    border: none;
    background: #ffefe1;
  }
  .top_contact_mail_form_checkbox_input {
    display: none;
  }
  .top_contact_mail_form_checkbox_input:checked
    + .top_contact_mail_form_checkbox_parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 10px;
    height: 17px;
    transform: rotate(40deg);
    border-bottom: 3px solid #ff7a05;
    border-right: 3px solid #ff7a05;
    transition: all 0.3s;
  }

  .top_contact_mail_form_btn {
    position: relative;
    display: block;
    max-width: 280px;
    margin: 0 auto;
    transition: 0.3s;
    padding-top: 50px;
  }
  .btn_red {
    transition: all 0.3s;
    background: #ff7357;
    padding: 20px 40px 20px 30px;
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
  }
  .btn_red::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 11px;
    height: 22px;
    background: url("../images/common/icon_arrow_right_btn_red.svg") no-repeat
      center center / contain;
    transition: all 0.3s;
  }

  /* footer
------------------------------ */

  .footer {
    padding: 60px 0 150px;
    overflow: hidden;
  }
  .footer_content {
    flex-direction: column;
    align-items: center;
  }
  .footer_content_left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .footer_content_left::before {
    display: block;
    top: auto;
    bottom: -100px;
    left: 80%;
    width: 120px;
    height: 128px;
  }
  .footer_logo {
    width: 80%;
    margin: 0 auto;
  }
  .footer_logo::after {
    width: 100%;
  }

  .footer_info {
    text-align: center;
  }
  .footer_adress {
  }
  .footer_tel {
  }
  .footer_conpany_link {
    width: 80%;
    margin: 0 auto;
  }

  .footer_content_right {
    margin-left: 0;
  }
  .footer_nav {
    width: 100%;
  }
  .footer_nav_lists {
    display: none;
  }

  .footer_copyright {
    text-align: center;
    padding-top: 26px;
  }

  .footer_copyright small {
    font-size: clamp(0.8rem, 2.5vw, 1.2rem);
  }


/* footer_action
------------------------------ */

.footer_action_cards{
display: flex;
flex-direction: column-reverse;
gap: 8px;
align-items: center;
padding: 6px 0;
}
.footer_action_card{
  padding: 6px 20px;
  width: 100%;
  max-width: 550px;
}

.footer_action_card_img{
  width: 75%;


}
.footer_action_card_text
{

font-size: clamp(1.4rem, 3.5vw, 1.6rem);

padding-top: 4px;
}


  .page_top {
    bottom: 156px;right: 10px;
  }
}

@media screen and (max-width: 550px) {
  /* top -  /* top - top_cta
------------------------------ */
  .top_cta_title span::before {
    top: 30px;
    left: -35px;
    width: 62px;
    height: 70px;
  }

  .top_cta_content_left {
    flex-direction: column;
    align-items: center;
  }

  .top_cta_content_center {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  /* top - proposal
------------------------------ */
  .top_proposal_message {
    padding: 30px 0 36px;
  }
  .top_proposal_message_text {
    text-align: center;
    color: #fff;

    font-size: 2.4rem;
  }

  .top_proposal_message_text_logo {
    padding-left: 50px;
  }
  .top_proposal_message_text_logo::before {
    width: 46px;
    height: 36px;
  }
  .top_proposal_message_text_logo_deco {
    padding-left: 120px;
    margin-top: 14px;
  }
  .top_proposal_message_text_logo_deco::before {
    width: 113px;
    height: 59px;
  }
  .top_proposal_body_title_wrapper {
    padding-inline: 0;
  }
  .top_proposal_body_title_wrapper::before {
    bottom: -26px;
  }
  .top_proposal_body_title_wrapper::after {
    bottom: -26px;
  }
  .top_proposal_body_title span {
    font-size: 2.4rem;
  }
  .top_proposal_body_card_text {
    font-size: 1.8rem;
  }

  .top_proposal_body_promise {
    padding-top: 70px;
  }

  .top_proposal_body_promise_title_wrapper_prime {
    padding: 10px 50px;
  }

  .top_proposal_body_promise_content {
    padding-top: 40px;
    flex-direction: column-reverse;
  }
  .top_proposal_body_promise_img {
    height: 110px;
    width: 100%;
  }
  .top_proposal_body_promise_img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/top/top_proposal_body_promise_pare.png) no-repeat
      right bottom / contain;
  }
  .top_proposal_body_promise_texts {
    padding-bottom: 0;
  }
  /* top - top_reason
------------------------------ */

  .top_reason_title span {
    font-size: 2rem;
  }

  .top_reason_title span .top_reason_title_red {
    font-size: 3rem;
  }
  .top_reason_title_wrapper_prime {
    padding: 14px 60px 16px;
  }

  .top_reason_title_wrapper_prime::before {
    left: 8px;

    width: 62px;
    height: 66px;
  }
  .top_reason_title_wrapper_prime::after {
    bottom: 42px;
    right: 8px;

    width: 50px;
    height: 47px;
  }
  /* top - top_about
------------------------------ */
  .top_about_company_message {
    flex-direction: column;
    gap: 16px;
  }
  .top_about_company_message::before {
    bottom: 0;
    right: 20px;
    font-size: 3rem;
    text-align: right;
    height: 40px;
  }
  .top_about_company_message_img {
    width: calc(175 / 746 * 100%);
    min-width: 150px;
    flex-shrink: 0;
    margin: 0 auto;
  }
  .top_about_company_message_text {
    width: 100%;
    flex-grow: 1;
    font-weight: 700;
  }
  /* top - top_contact
------------------------------ */
  .top_contact_mail_form_list_min {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .top_contact_mail_form_list_min dt {
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: left;
    gap: 20px;
  }
  .top_contact_mail_form_list_min dd:not(:last-of-type) {
    margin-bottom: 18px;
  }
  .top_contact_mail_form_list_regular {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .top_contact_mail_form_list_regular dt {
    margin-bottom: 4px;
    padding-top: 0;
    justify-content: left;
    gap: 20px;
  }
  .top_contact_mail_form_list_regular dd:not(:last-of-type) {
    margin-bottom: 18px;
  }

/* チェックボックス */

.top_contact_mail_form_checkbox_wrapper {
  grid-template-columns: 1fr;
gap: 4px; 
}


}
