@charset "utf-8";

.sannou_about {
  font-family: var(--NotoSans);
  padding-top: 8rem;
  color: #1B242F;
}

/* -------Fixed Menu-------- */

.fixed_menu {
  position: fixed;
  bottom: 4.8rem;
  right: 3.2rem;
  width: fit-content;
  height: fit-content;
  z-index: 20;
}

.about_list {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: .5rem;

}

.about_list.on-dark{
  color: #fff;
}

.about_list li {
  width: fit-content;
  font-size: 1.1rem;
  line-height: 1.6rem;
}


/* --------Our Services Section-------- */

.our_sevices_section {
  margin: 10rem auto 0;
  width: 118rem;
}

.about_services_title {
  font-size: 7rem;
  line-height: 10.1rem;
  font-weight: 900;
}

/* ----services navigation---- */
.services_navigation {
  margin-top: 3.55rem;
  width: 100%;
  height: fit-content;
}

.services_list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.services_list_detail {
  width: 100%;
  height: 100%;
  min-height: 9.9rem;
  border-bottom: .1rem solid #1B242F;
  font-size: 5rem;
  line-height: 7.2rem;
  font-weight: bold;
  transition-duration: .2s;
  position: relative;
  overflow: hidden;
  padding: 1.35rem 0;
  cursor: pointer;
}

.services_list_detail:hover {
  width: 100%;
  height: 100%;
  padding-left: .2em;
  font-weight: 900;
  color: white;
  font-style: italic;
  background-color: #1B242F;
  transition-duration: .2s;
}

.services_list_detail:first-of-type {
  border-top: .1rem solid #1B242F;
}

.services_list_detail .services_detail_link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1B242F;
  opacity: 0;
  transition-duration: .2s;
}

.services_list_detail:hover .services_detail_link::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1B242F;
  padding-left: .2em;
  opacity: 1;
  transition-duration: .2s;
  z-index: -10;
}

.services_detail_link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}


/* ----Services Detail---- */
.sevices_details {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 19rem;
}

.sevices_details_wrapper {
  display: grid;
  grid-template-columns: 53.6rem 64.4rem;
}

.sevices_text_wrapper {
  width: 100%;
  padding-top: .4rem;
  display: flex;
  flex-direction: column;
}

.services_ditail_title {
  width: 52.1rem;
  font-size: 2.5rem;
  line-height: 3.6rem;
  padding-bottom: .65rem;
  font-weight: 900;
  border-bottom: .1rem solid #0F257A;
}

.services_main_paragragh {
  margin-top: 2.05rem;
  width: 47.5rem;
  height: fit-content;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
}

.services_sub_paragragh {
  position: relative;
  top: 1.5rem;
  width: 52.1rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.services_last_paragraph{
  top: 2.2rem;
}

.sevices_image{
  width: 64.4rem;
  height: 41.2rem;
}

.blue_area {
  margin-top: 10.2rem;
  position: relative;
  right: 5rem;
  background-color: #20399F;
  width: 128rem;
  height: 77.2rem;
  color: white;
  display: flex;
  flex-direction: column;
  border-bottom: .1rem solid #707070;
}

.sevices_sub_headline {
  font-size: 3.5rem;
  line-height: 5.1rem;
  margin-top: 10rem;
  margin-left: 5rem;
  font-weight: 900;
}

.services_colored_paragragh {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-left: 5rem;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  width: 118rem;
  height: fit-content;
}

.full_size_image {
  width: 100%;
  height: 40rem;
  position: static;
}

.black_area {
  margin-top: 0;
  position: relative;
  right: 5rem;
  background-color: #1B242F;
  width: 128rem;
  height: fit-content;
  color: white;
  display: flex;
  flex-direction: column;
  border-top: .1rem solid #707070;
}


/* --------History and Grouth section-------- */

.history_section {
  width: 118rem;
  height: fit-content;
  margin: 15rem auto 0;
}

.history_section .about_section_title {
  margin-bottom: 1rem;
}

.about_section_title {
  font-size: 5rem;
  line-height: 7.2rem;
  font-weight: 900;
}

.history_contents_wrapper {
  display: flex;
  gap: 3.5rem;
  height: 45rem;
}

.history_image_wrapper {
  width: 50.5rem;
  height: 39.1rem;
}

.history_image {
  width: 50.5rem;
  height: 39.1rem;
}

/* ----swiper---- */
.history_swiper {
  margin-top: 1rem;
  height: 44rem !important;
  bottom: 1em;
}

.history_swiper .swiper-wrapper {
  height: 44rem !important;
}

.history_text {
  font-size: 1.6rem;
  font-weight: 500;
  width: 64rem !important;
  text-wrap: wrap;
  height: 100%;
  overflow-wrap: anywhere;
  position: relative;
}

/* ----butttons---- */
.buttons_wrapper {
  width: 100%;
  height: 3rem;
  justify-content: start;
  align-items: center;
  display: flex;
  gap: 1rem;
  position: relative;
  bottom: 4rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 50%;
  border: .1rem solid #1B242F;
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: none;
}

.swiper-button-prev::before {
  content: "";
  width: 1rem;
  height: 1.2rem;
  background-color: #1B242F;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.swiper-button-next::before {
  content: "";
  width: 1rem;
  height: 1.2rem;
  background-color: #1B242F;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.feature_swiper_spslide {
  display: none !important;
}


/* --------Business Features section-------- */

.features_section {
  margin-top: 8rem;
  margin-left: 5rem;
}

.features_content_wrapper {
  margin-top: 1.5rem;
  display: flex;
  gap: 2.8rem;
}

.features_button_wrapper {
  width: 39.7rem;
  height: 55.711rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.features_button {
  width: 100%;
  height: 12rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #DDDDDD;
}

.feature_button_text {
  font-family: var(--DMSans);
  font-size: 2rem;
  line-height: 2.6rem;
  color: white;
  text-shadow: 0 .3rem .6rem #000000;
  z-index: 10;
  position: relative;
  left: 2.5rem;
}

.feature_button_image {
  width: 30rem;
  height: 10rem;
  position: absolute;
  top: 1rem;
  right: 2.5rem;
}

.features_selected_button {
  background-color: #1B242F;
}

.features_detail_wrapper {
  width: 73rem;
  height: 55.711rem;
  border: .1rem solid #000000;
  position: relative;
  background-color: white;
  padding: 2.5rem 6.5rem 0;
}

.features_detail_wrapper::after {
  content: "";
  width: 73rem;
  height: 55.711rem;
  background-color: #1B242F;
  border-top: .1rem solid #20399F;
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  z-index: -1;
}

.feature_detail {
  display: none;
}

.feature_detail_image {
  width: 60rem;
  height: 25rem;
}

.feature_detail_title {
  font-size: 3rem;
  line-height: 3.7rem;
  margin-top: .8rem;
  font-weight: 700;
  display: flex;
  align-self: center;
  gap: .5rem;
  font-family: var(--CGaramond);
}

.feature_detail_title::before {
  content: "";
  width: 1rem;
  height: 3.9rem;
  background-color: #1B242F;
}

.feature_detail_paragraph {
  width: 60rem;
  overflow-wrap: anywhere;
  font-family: var(--DMSans);
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin-top: 1.5rem;
}

.feature_swiper.sp_only {
  display: none;
}

.features_visible {
  display: block;
}


/* --------Service Areas Section-------- */

.service_area_section {
  margin-top: 10rem;
  width: 100%;
  height: 62rem;
  padding: 2.5rem 5rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.service_background_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/about_worldwide.jpeg) no-repeat;
  background-position: right 68%;
  background-size: 140%;
  opacity: .4;
  z-index: -1;
}

.area_headline {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 5.5rem;
}

.area_list_wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
}

.area_box_wrapper {
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-wrap: wrap;
}

.area_name {
  width: 15.5rem;
  font-size: 2.5rem;
  line-height: 3.6rem;
  font-weight: 900;
  text-align: end;
  margin-right: 1rem;
}

.area_boxes_wrapper {
  display: flex;
  gap: 1rem;
}

.area_box {
  width: 17.5rem;
  height: 5rem;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 900;
  color: white;
  background-color: #1B242F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_area_text {
  margin-top: 5rem;
  font-size: 3.8rem;
  line-height: 5.5rem;
  font-weight: 900;
}


/* --------Company Profile section-------- */

.profile_section {
  width: 118rem;
  height: fit-content;
  margin: 10rem auto 22rem;
}

.profile_list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.profile_list dt {
  width: 24.6rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  padding: 1.43rem 0;
  border-bottom: .1rem solid #20399F;
}

.profile_list dd {
  width: 93.4rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  padding: 1.43rem 0;
  border-bottom: .1rem solid #20399F;
}

.activity_lists {
  margin-top: 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}

.activity_lists li {
  list-style: none;
}


/* ----Licenses & Certifications section---- */
.licenses_area {
  margin-top: 3rem;
}

.licenses_headline {
  font-size: 3.5rem;
  line-height: 5.1rem;
  font-weight: 900;
}

.licenses_lists {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1.6rem;
}

.licenses_lists li {
  min-width: 28rem;
  width: fit-content;
  /* height: 12.6rem; */
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: white;
  background-color: #1B242F;
  padding: 2rem 1rem 2rem 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.licenses_name {
  width: fit-content;
  height: fit-content;
  text-align: center;
  font-weight: 700;
}

.licenses_number {
  width: fit-content;
  height: fit-content;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  font-weight: 500;
}

.sp_only {
  display: none;
}


/* ----------Media query---------- */
@media screen and (max-width:699.98px) {

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .sannou_about {
    padding-top: 6rem;
  }

  .fadeIn_up {
    transform: translate(0, 2rem);
  }


  /* -------Fixed Menu-------- */

  .fixed_menu {
    display: none;
  }


  /* --------Our Services Section-------- */

  .our_sevices_section {
    margin: 10rem auto 0;
    width: 34.5rem;
  }

  .about_services_title {
    font-size: 5rem;
    line-height: 7.2rem;
    font-weight: 900;
  }


  /* ----services navigation---- */

  .services_list_detail {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }

  .services_detail_link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #1B242F;
    transition-duration: .2s;
  }

  .services_detail_link::before {
    top: 1.35rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }

  .services_detail_link{
    display: flex;
    align-items: center;
  }

  .tailored_logistics{
    padding-top: 1.7rem;
  }

  .one_step:hover{
    font-size: 2.2rem;
  }

    .sp_nvocc{
    font-size: 1.9rem;
    position: relative;
    padding-left: .5rem;
    top: 1.8rem;
  }


  /* ----Services Detail---- */
  .sevices_details {
    width: 34.5rem;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin: 10rem auto 0;
  }

  .sevices_details_wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .sevices_text_wrapper {
    width: 100%;
    padding-top: 1rem;
  }

  .services_ditail_title {
    width: 100%;
    font-size: 1.9rem;
    line-height: 2.7rem;
    padding-bottom: 1rem;
  }

  .services_main_paragragh {
    margin-top: 1rem;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .services_sub_paragragh {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .services_last_paragraph {
    margin-top: -1rem;
  }

  .sevices_image{
    width: 34.5rem;
    height: 22.1rem;
    margin-top: 1rem;
  }

  .blue_area {
    margin-top: 14.5rem;
    right: 1.5rem;
    width: 37.5rem;
    height: fit-content;
    padding: 0 1.5rem;
  }

  .sevices_sub_headline {
    font-size: 2.5rem;
    line-height: 3.6rem;
    margin-top: 8rem;
    margin-left: 0;
  }

  .services_colored_paragragh {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-left: 0;
    margin-top: 1.5rem;
    width: 34.5rem;
  }

  .full_size_image {
    width: 37.5rem;
    height: 23.1rem;
    position: relative;
    left: -1.5rem;
    z-index: 10;
  }

  .full_image_sp{
    position: absolute;
    top: 0;
    left: 0;
  }

  .black_area {
    right: 1.5rem;
    width: 37.5rem;
    padding: 0 1.5rem;
    white-space: pre-wrap;
  }


  .black_area .sevices_sub_headline {
    margin-top: 8rem;
  }



  /* --------History and Grouth section-------- */

  .history_section {
    width: 34.5rem;
    height: fit-content;
    margin: 10rem auto 0;
    overflow-x: hidden;
  }

  .history_section .about_section_title {
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .about_section_title {
    font-size: 2.3rem;
    line-height: 3.4rem;
  }

  .history_contents_wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: fit-content;
  }

  .history_image_wrapper {
    width: 31.7rem;
    height: 19.5rem;
  }

  .history_image {
    width: 31.7rem;
    height: 19.5rem;
  }

  /* ----swiper---- */
  .history_swiper {
    margin-top: 1rem;
    height: fit-content !important;
    width: 100%;
  }

  .history_swiper .swiper-wrapper {
    height: 100% !important;
  }

  .history_text {
    font-size: 1.4rem;
    line-height: 1.7rem;
    width: 34.5rem !important;
    text-wrap: wrap;
    height: fit-content;
    overflow-wrap: anywhere;
  }

  /* ----butttons---- */
  .buttons_wrapper {
    margin-top: 1rem;
    width: 34.5rem;
    justify-content: center;
    gap: 1rem;
    bottom: 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 50%;
    border: .1rem solid #1B242F;
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: "";
    display: none;
  }

  .swiper-button-prev::before {
    content: "";
    width: 1rem;
    height: 1.2rem;
    background-color: #1B242F;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
  }

  .swiper-button-next::before {
    content: "";
    width: 1rem;
    height: 1.2rem;
    background-color: #1B242F;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }


  /* --------Business Features section-------- */

  .features_section {
    margin: 8.8rem auto 0;
    width: 37.5rem;
  }

  .features_title_sp {
    margin-left: 1.5rem;
    font-size: 3rem;
    line-height: 4.4rem;
  }

  .features_content_wrapper {
    margin-top: 0;
    display: block;
    width: 100%;
    height: 52.1rem;
  }

  .features_button_wrapper {
    display: none;
  }

  .feature_swiper_spslide {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative;
    background-color: white;
    border: none;
    padding: 0;
    margin: 0 auto;
  }

  .features_wrapper_spslide {
    width: 37.5rem !important;
    height: 42.58rem !important;
    position: relative;
    background-color: white;
    padding: 0;
    box-sizing: border-box;
    z-index: 10;
  }

  .feature_detail_spslide {
    display: block;
    width: 37.5rem !important;
    height: fit-content !important;
    background-color: white;
    position: relative;
  }

  .sp_slide_content {
    width: 34.5rem;
    height: fit-content;
    margin: 0 auto;
    position: relative;
    border: .1rem solid #000000;
    padding: 1.5rem .9rem;
    margin-left: 1.3rem;
    box-shadow: .48rem .48rem 0 #20399F;
  }

  .feature_image_spslide {
    width: 32.50rem;
    height: 14.2rem;
  }

  .feature_title_spslide {
    font-size: 2.5rem;
    line-height: 3.9rem;
    margin-top: 1rem;
    gap: .5rem;
    left: 1.4rem;
    position: relative;
    display: flex;
    align-items: center;
    font-family: var(--CGaramond);
  }

  .feature_title_spslide::before {
    content: "";
    width: 1rem;
    height: 3.9rem;
    position: absolute;
    left: -1.6rem;
    background-color: #20399F;
  }


  .feature_paragraph_spslide {
    width: 32.5rem;
    overflow-wrap: anywhere;
    font-family: var(--DMSans);
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 1.4rem;
  }

  .swiper_sp_buttons {
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 4.5rem;
  }

  .swiper-button-next_sp,
  .swiper-button-prev_sp {
    width: 4rem;
    height: 4rem;
    background-color: #20399F;
    position: relative;
  }

  .swiper-button-next_sp::after,
  .swiper-button-prev_sp::after {
    content: "";
    width: 1.5rem;
    height: 1.8rem;
    background-color: white;
    position: absolute;
    left: 1.3rem;
    top: 1.1rem;
  }

  .swiper-button-next_sp::after {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }

  .swiper-button-prev_sp::after {

    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }


  /* --------Service Areas Section-------- */

  .service_area_section {
    margin-top: 5.7rem;
    width: 100%;
    height: 62rem;
    padding: 2.7rem 1.5rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .service_background_image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/about_worldwide.jpeg) no-repeat;
    background-position: 59% 68.5%;
    background-size: 480%;
    opacity: .4;
    z-index: -1;
  }

  .area_headline {
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 5.5rem;
  }

  .area_list_wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .area_box_wrapper {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: start;
    flex-wrap: nowrap;
    
  }

  .area_name {
    width: 100%;
    font-size: 2rem;
    line-height: 2.9rem;
    text-align: start;
    margin-right: 0;
  }

  .area_boxes_wrapper {
    display: flex;
    gap: 1rem;
  }

  .area_box {
    width: fit-content;
    height: 3.4rem;
    font-size: 1.6rem;
    line-height: 1.5em;
    box-sizing: border-box;
    padding: .5rem 1rem;
    background-color: #1B242F;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }

  .service_area_text {
    margin-top: 3.5rem;
    font-size: 2.5rem;
    line-height: 3.6rem;
  }

  .etc_box{
    margin-top: -1.5rem;
  }

  /* --------Company Profile section-------- */

  .profile_section {
    width: 34.5rem;
    height: fit-content;
    margin: 10rem auto 18.5rem;
  }

  .company_profile_title{
    font-size: 3.5rem;
    line-height: 5.1rem;
    font-weight: 900;
  }

  .profile_list {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .profile_list dt {
    width: fit-content;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0;
    margin-top: 1rem;
    border-bottom: none;
  }

  .profile_list dd {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0;
    padding-bottom: 1rem;
    margin-top: .4rem;
    border-bottom: .1rem solid #20399F;
  }

  .profile_list .banks_detail{
    margin-top: .6rem;
    line-height: 1.85rem;
  }

  .activity_lists {
    margin-top: 2.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
    line-height: 2rem;
  }

  .activity_detail{
    line-height: 2rem;
  }

  .activity_lists li {
    list-style: none;
    line-height: 2rem;
  }

  /* ----Licenses & Certifications section---- */
  .licenses_area {
    margin-top: 10rem;
  }

  .licenses_headline {
    font-size: 2.5rem;
    line-height: 3.6rem;
    text-align: center;
  }

  .licenses_lists {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 1rem;
  }

  .licenses_lists li {
    width: 100%;
    /* height: 8.36rem; */
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: white;
    background-color: #1B242F;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .licenses_name{
    width: 32rem;
  }

  .licenses_number {
    margin-top: .5rem;
  }

  .pc_only {
    display: none;
  }
}