@charset "UTF-8";
/* top共通 */
.title {
  font-size: 32px;
}

.title2 {
  font-size: 30px;
  text-align: center;
  position: relative;
  transform: translate(0, -80%);
  top: 10px;
}
.title2::after {
  margin-top: 17px;
  content: "";
  display: block;
  width: 257px;
  height: 0.5px;
  background-color: #292929;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (min-width: 751px) {
  .title2 {
    font-size: 35px;
  }
}

.sub_title2 {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.t_center {
  text-align: center;
}

/* メインビジュアル */
.mainBg_frame {
  width: clamp(320px, 100%, 1200px);
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .mainBg_frame {
    margin: 0 2px;
  }
}

.main_bg {
  width: clamp(320px, 100%, 1200px);
  height: clamp(600px, 100vw, 1200px);
  background-image: url(../img/top/main_bg_s.jpg);
  background-position: 70% 50%;
  background-size: cover;
  position: fixed;
  z-index: -3;
}
@media screen and (min-width: 451px) {
  .main_bg {
    background-image: url(../img/top/main_bg_t.jpg);
  }
}
@media screen and (min-width: 751px) {
  .main_bg {
    height: 500px;
    margin: 90 auto 0;
    background-image: url(../img/top/main_bg.jpg);
    position: fixed;
    top: 90px;
    z-index: -3;
  }
}
.main_bg .topText2 {
  width: clamp(240px, 31.7vw, 585px);
  height: clamp(86px, 11.83vw, 142px);
  margin-right: 10px;
  background-image: url(../img/top/topText2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .main_bg .topText2 {
    margin-left: 40px;
    left: 0;
    top: clamp(600px, 100vw, 1200px);
    bottom: 0;
    transform: translate(0, -120%);
  }
}
@media screen and (min-width: 751px) {
  .main_bg .topText2 {
    right: 0;
    bottom: 0%;
  }
}
.main_bg .main_text {
  color: #ffffff;
  font-size: 27px;
  font-size: clamp(1.125rem, 0.706rem + 2.09vw, 1.688rem);
}
@media screen and (min-width: 751px) {
  .main_bg .main_text {
    margin-top: 160px;
    margin-left: 30px;
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .main_bg .mainBg_inner {
    height: 100%;
    padding-bottom: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.main_bg .mainbg_logo {
  margin: 0 auto 30px;
  width: 155px;
}

.topText1 {
  width: clamp(25px, 31.7vw, 585px);
  height: clamp(350px, 90.3vw, 682px);
  margin-left: 10px;
  background-image: url(../img/top/topText1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  position: fixed;
}
@media screen and (max-width: 750px) {
  .topText1 {
    top: 0;
    left: 0;
    z-index: -3;
  }
}
@media screen and (max-width: 540px) {
  .topText1 {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .topText1 {
    margin-top: 110px;
    margin-left: 30px;
    position: fixed;
    top: 250px;
    z-index: -1;
  }
}

/*main*/
@media screen and (max-width: 750px) {
  .main_frame {
    padding-top: clamp(600px, 100vw, 1200px);
  }
}
@media screen and (min-width: 751px) {
  .main_frame {
    padding-top: 590px;
  }
}

/* あなたの街の頼れる「運送屋」でありたい */
.lead_text {
  padding-top: 83px;
  padding-bottom: 80px;
  background-color: #ffffff;
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 751px) {
  .lead_text {
    padding-bottom: 140px;
  }
}

.lead_logo {
  width: 126px;
  height: 126px;
  margin-bottom: 15px;
}

.readText_contents {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 451px) {
  .readText_contents {
    font-size: 18px;
  }
}

/* 私たちが選ばれる理由 */
.reason_out {
  height: 2050px;
  width: 100%;
  background-color: blueviolet;
  background-image: url(../img/top/reason.jpg);
  background-size: 2802px;
  background-position: 26% 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 531px) {
  .reason_out {
    height: 1290px;
    background-size: 1800px;
    background-position: 45% 0;
  }
}
@media screen and (min-width: 1001px) {
  .reason_out {
    height: 670px;
    background-size: 1200px;
    background-position: 0 90%;
  }
}
.reason_out .reson_read {
  padding-top: 50px;
  text-align: center;
  color: #ffffff;
}
.reason_out .reason_title {
  margin-bottom: 35px;
  font-size: 30px;
  letter-spacing: 0.1em;
  position: relative;
}
.reason_out .reason_title::after {
  margin-top: 17px;
  content: "";
  display: block;
  width: 257px;
  height: 0.5px;
  background-color: #ffffff;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (min-width: 751px) {
  .reason_out .reason_title::after {
    font-size: 35px;
  }
}
.reason_out .sub_title {
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing: 0.23em;
}
@media screen and (min-width: 751px) {
  .reason_out .sub_title {
    font-size: 20px;
  }
}
.reason_out .reson_readText {
  margin-bottom: 55px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 751px) {
  .reason_out .reson_readText {
    line-height: 1.8;
  }
}
.reason_out .reason_list {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 531px) {
  .reason_out .reason_list {
    flex-direction: row;
    justify-content: space-between;
    width: 510px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1001px) {
  .reason_out .reason_list {
    width: 1000px;
  }
}
.reason_out .reason_item {
  height: 320px;
  width: 235px;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 530px) {
  .reason_out .reason_item:first-of-type {
    margin-top: 20px;
  }
  .reason_out .reason_item:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media (min-width: 531px) and (max-width: 1000px) {
  .reason_out .reason_item {
    margin-top: 20px;
  }
  .reason_out .reason_item:nth-child(n+3) {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1001px) {
  .reason_out .reason_item {
    margin-top: 0px;
  }
}
.reason_out .reason_icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 15px;
  left: 50%;
}
.reason_out .reason_explanation {
  width: 179px;
  margin: 95px auto 0;
}
.reason_out .resonItem_title {
  margin-bottom: 25px;
  font-size: 25px;
  text-align: center;
  color: #0e6a8e;
}

.mass {
  width: 100%;
  height: auto;
  padding-top: 82px;
  background-color: #e6ebee;
}

/* 料金 PRICE */
@media (min-width: 631px) {
  .p_sp {
    display: none;
  }
}

@media (max-width: 630px) {
  .p_pc {
    display: none;
  }
}

.price_out {
  margin: 0 auto;
  background: rgba(47, 156, 197, 0.2);
}
@media (max-width: 630px) {
  .price_out {
    height: 1270px;
    width: 365px;
  }
}
@media (min-width: 631px) and (max-width: 1100px) {
  .price_out {
    height: 1420px;
    width: 560px;
  }
}
@media screen and (min-width: 1101px) {
  .price_out {
    height: 530px;
    width: 1070px;
  }
}
@media (max-width: 630px) {
  .price_out .title2 {
    transform: translate(0, -80%);
    top: 40px;
  }
}
.price_out .price {
  margin: 0 auto;
  color: #0e6a8e;
}
@media (max-width: 630px) {
  .price_out .price {
    width: 255px;
  }
}
@media (min-width: 631px) and (max-width: 1100px) {
  .price_out .price {
    width: 478px;
  }
}
@media (min-width: 1101px) {
  .price_out .price {
    width: 845px;
  }
}
.price_out .price_read {
  color: #0e6a8e;
  display: flex;
}
@media (max-width: 1100px) {
  .price_out .price_read {
    margin-bottom: 40px;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (min-width: 1101px) {
  .price_out .price_read {
    height: 130px;
    width: 645px;
    margin-bottom: 38px;
  }
}
.price_out .price_readIcon {
  text-align: center;
  line-height: 1.5;
  background-color: #fff000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 630px) {
  .price_out .price_readIcon {
    width: 100%;
    height: 80px;
    margin-top: 30px;
    border-radius: 25px;
  }
}
@media (min-width: 631px) {
  .price_out .price_readIcon {
    height: 130px;
    width: 130px;
    font-size: 14px;
    border-radius: 50%;
  }
}
.price_out .price_readText {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 630px) {
  .price_out .price_readText {
    padding-top: 35px;
  }
}
@media (min-width: 631px) and (max-width: 1100px) {
  .price_out .price_readText {
    margin-bottom: 40px;
    padding-top: 85px;
  }
}
@media (min-width: 1101px) {
  .price_out .price_readText {
    margin-left: 37px;
    padding-top: 10px;
  }
}
.price_out .Pricing_details {
  margin-bottom: 10px;
  display: flex;
}
@media (max-width: 1100px) {
  .price_out .Pricing_details {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1101px) {
  .price_out .Pricing_details {
    justify-content: space-between;
  }
}
.price_out .PricingDetails_icon {
  width: 254px;
}
@media (max-width: 630px) {
  .price_out .PricingDetails_icon:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media (min-width: 631px) and (max-width: 1100px) {
  .price_out .PricingDetails_icon:not(:first-of-type) {
    margin-top: 100px;
  }
  .price_out .PricingDetails_icon:last-of-type {
    margin-bottom: 30px;
  }
}
.price_out .price_notes {
  padding: 4px;
  font-size: 12px;
  font-weight: 100;
}
@media (max-width: 1100px) {
  .price_out .price_notes {
    font-size: 10px;
    text-align: center;
  }
}

.lineButton_out {
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 630px) {
  .lineButton_out {
    height: 220px;
  }
}
@media (min-width: 1101px) {
  .lineButton_out.flow_end {
    height: 280px;
  }
}

.line_button {
  height: 65px;
  width: 445px;
  margin-bottom: 150px;
  border-radius: 15px;
  font-size: 23px;
  text-align: center;
  color: #ffffff;
  background-color: #06c755;
  background-image: url(../img/common/bubble.png);
  background-repeat: no-repeat;
  background-position: 78px, 0;
}
@media (max-width: 630px) {
  .line_button {
    height: 63px;
    width: 365px;
    margin-bottom: 60px;
    background-position: 50px, 0;
  }
}
@media (min-width: 1101px) {
  .line_button.flow_end {
    margin-bottom: 70px;
  }
}

.lineButton_text {
  margin-left: 70px;
}
@media (max-width: 630px) {
  .lineButton_text {
    margin-left: 40px;
  }
}

/* ご依頼の流れ flow */
.flow_out {
  margin: 0 auto;
  height: auto;
  background: rgba(47, 156, 197, 0.2);
}
@media (max-width: 630px) {
  .flow_out {
    height: auto;
    width: 365px;
    padding-bottom: 87px;
    border-radius: 15px;
    text-align: center;
  }
}
@media (min-width: 631px) and (max-width: 1100px) {
  .flow_out {
    width: 560px;
    padding-bottom: 120px;
    border-radius: 25px;
  }
}
@media screen and (min-width: 1101px) {
  .flow_out {
    width: 1070px;
    border-radius: 30px;
    padding-bottom: 150px;
  }
}
.flow_out .step_out {
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 630px) {
  .flow_out .step_out {
    margin-left: 23px;
    margin-right: 23px;
    padding: 30px 20px;
    border-radius: 15px;
  }
  .flow_out .step_out:first-of-type {
    margin-top: 43px;
  }
  .flow_out .step_out:not(:last-of-type) {
    margin-bottom: 63px;
  }
}
@media (min-width: 631px) and (max-width: 1100px) {
  .flow_out .step_out {
    text-align: center;
    margin-left: 37px;
    margin-right: 37px;
    padding: 33px 15px;
    border-radius: 20px;
  }
  .flow_out .step_out:first-of-type {
    margin-top: 53px;
  }
  .flow_out .step_out:not(:last-of-type) {
    margin-bottom: 75px;
  }
}
@media (min-width: 1101px) {
  .flow_out .step_out {
    width: 845px;
    padding: 50px 40px;
    border-radius: 25px;
  }
  .flow_out .step_out:first-of-type {
    margin-top: 90px;
  }
  .flow_out .step_out:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.flow_out .step_in {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 630px) {
  .flow_out .step_in {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 631px) and (max-width: 1100px) {
  .flow_out .step_in {
    justify-content: center;
    align-items: center;
  }
}
.flow_out .step_no {
  width: 100px;
  height: 100px;
  font-size: 17px;
  line-height: 2;
  color: #ffffff;
  border-radius: 20px;
  background-color: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 630px) {
  .flow_out .step_no {
    width: 72px;
    height: 72px;
    font-size: 16px;
    position: absolute;
    transform: translate(-20px, -33px);
    top: -20px;
    left: 0;
  }
}
@media (min-width: 631px) and (max-width: 1100px) {
  .flow_out .step_no {
    position: absolute;
    transform: translate(-15px, -33px);
    top: -25px;
    left: 0;
  }
}
.flow_out .step_text {
  line-height: 1.7;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
@media (min-width: 1101px) {
  .flow_out .step_text {
    margin-left: 24px;
  }
}
.flow_out .step_title {
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media (max-width: 630px) {
  .flow_out .step_title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media (min-width: 631px) and (max-width: 1100px) {
  .flow_out .step_title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1101px) {
  .flow_out .step_title {
    margin-bottom: 8px;
  }
}
@media (min-width: 631px) {
  .flow_out .f_sp {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .flow_out .f_pc {
    display: none;
  }
}
@media (max-width: 630px) {
  .flow_out .f_tab {
    display: none;
  }
}
@media (min-width: 1101px) {
  .flow_out .f_tab {
    display: none;
  }
}

/* 会社概要　company */
.company {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 451px) {
  .company {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}
@media (min-width: 451px) and (max-width: 750px) {
  .company {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 751px) {
  .company {
    padding-top: 157px;
    padding-bottom: 136px;
  }
}
.company .company_title {
  font-weight: 100;
}
.company .company_subTitle {
  margin-bottom: 90px;
  font-weight: 100;
}
@media (max-width: 451px) {
  .company .company_subTitle {
    margin-bottom: 80px;
  }
}
@media (max-width: 451px) {
  .company .company_subTitle {
    margin-bottom: 80px;
  }
}
@media (min-width: 751px) {
  .company .company_profile {
    font-size: 21px;
  }
}
.company .company_profile .company_subTitle {
  margin-bottom: 90px;
  font-weight: 100;
}
@media (max-width: 451px) {
  .company .company_profile .company_subTitle {
    margin-bottom: 80px;
  }
}
.company .cProfile_head,
.company .cProfile_data {
  padding-bottom: clamp(15px, 2.2vw, 26px);
  font-weight: 100;
}
.company .cProfile_head {
  padding-right: clamp(15px, 5vw, 60px);
  text-align: end;
}

.map {
  width: 100%;
  height: clamp(500px, 50vw, 600px);
  background-color: #ffffff;
}

/*フッター*/
.footer {
  width: 100%;
  background-color: #ffffff;
}

.footer_content {
  display: flex;
}
@media (max-width: 750px) {
  .footer_content {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .footer_content {
    padding-top: 76px;
  }
}
@media (min-width: 451px) and (max-width: 750px) {
  .footer_content {
    padding-top: 87px;
  }
}
@media (min-width: 751px) {
  .footer_content {
    padding: 64px 20px 40px;
    justify-content: space-between;
    position: relative;
  }
}

.footer_company {
  margin-bottom: 30px;
  font-weight: 100;
}
@media (max-width: 750px) {
  .footer_company {
    text-align: center;
    order: 2;
  }
}
@media (min-width: 751px) {
  .footer_company {
    position: relative;
  }
}

@media (max-width: 750px) {
  .footer_coName {
    margin-bottom: clamp(10px, 2vw, 15px);
    font-size: clamp(1.625rem, 1.532rem + 0.47vw, 1.75rem);
  }
}
@media (min-width: 751px) {
  .footer_coName {
    margin-bottom: 5px;
    font-size: clamp(26px, 2.4vw, 30px);
  }
}

.footer_ad {
  line-height: 1.5;
}
@media (max-width: 750px) {
  .footer_ad {
    margin-bottom: 40px;
    font-size: clamp(0.875rem, 0.689rem + 0.93vw, 1.125rem);
  }
}
@media (min-width: 751px) {
  .footer_ad {
    margin-bottom: 5px;
    font-size: clamp(0.75rem, 0.333rem + 0.89vw, 1rem);
  }
}

.footer_tel {
  margin-bottom: 15px;
  font-size: clamp(1.875rem, 1.042rem + 1.78vw, 2.375rem);
}
@media (max-width: 750px) {
  .footer_tel {
    margin-bottom: 50px;
    font-size: 38px;
  }
}

.footer_log {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .footer_log {
    order: 1;
  }
}
@media (min-width: 751px) {
  .footer_log {
    width: clamp(140px, 15vw, 180px);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.footer_snsIcon {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .footer_snsIcon {
    order: 3;
  }
}

.footer_line {
  margin-right: 20px;
}

.copy {
  height: 140px;
  text-align: center;
  line-height: 100px;
  display: block;
}