@charset "UTF-8";

body {
  position: relative;
}
.main_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.main_wrapper .mv_wraper {
  position: relative;
}
.main_wrapper .mv_wraper .mv_img {
  max-height: 450px;
}
.main_wrapper .mv_wraper .mv_img img {
  width: 100vw;
  max-height: 450px;
  object-fit: cover;
  object-position: center;
}
.main_wrapper .mv_wraper .mv_txt {
  position: absolute;
  top: min(40 / 1920 * 100vw, 40px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-left: max(-120 / 1200 * 100vw, -120px);
}
.main_wrapper .mv_wraper h1 {
  font-size: clamp(2.375rem, -0.292rem + 5.56vw, 3.875rem);
  line-height: 1.2;
  margin-bottom: 10px;
}
.main_wrapper .mv_wraper .mv_ttl {
  color: #00b8ee;
  font-size: clamp(1.375rem, 0.486rem + 1.85vw, 1.875rem);
  font-weight: bold;
  margin-bottom: 5px;
}
.main_wrapper .mv_wraper .mv_com {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}

.main_contents .menu_wrapper {
  margin: 180px 0 100px;
}
.main_contents .menu_wrap {
  max-width: 1200px;
  display: flex;
  margin: 0 auto 10px;
  position: relative;
}
.main_contents .menu_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: calc((100vw - 1200px) / 2);
  height: 4px;
  background: #4296bb;
}
.main_contents .menu_wrapper .menu_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: calc((100vw - 1200px) / 2);
  height: 4px;
  background: #9f8f6a;
}
.main_contents .menu_wrap li {
  width: calc(100% / 3);
  padding-right: 2%;
  text-align: center;
}
.main_contents .menu_wrap li:first-child {
  border-bottom: 4px solid #4296bb;
}
.main_contents .menu_wrap li:nth-child(2) {
  border-bottom: 4px solid #29a780;
}
.main_contents .menu_wrap li:last-child {
  padding: 0;
  border-bottom: 4px solid #9f8f6a;
}
.main_contents .menu_wrap li a {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_contents .menu_wrap li a .menu_img img {
  width: clamp(1.875rem, -1.458rem + 6.94vw, 3.75rem);
  margin-right: 10px;
}
.main_contents .menu_wrap li a .menu_txt {
  font-size: clamp(0.625rem, 0.181rem + 0.93vw, 0.875rem);
  padding-right: 24px;
  display: inline-block;
  position: relative;
}
.main_contents .menu_wrap li a .menu_txt::after {
  content: "";
  width: 20px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.main_contents .menu_wrap li:first-child a .menu_txt::after {
  background-image: url("../images/menu_arrow_service-staff.png");
}
.main_contents .menu_wrap li:nth-child(2) a .menu_txt::after {
  background-image: url("../images/menu_arrow_customer-support.png");
}
.main_contents .menu_wrap li:last-child a .menu_txt::after {
  background-image: url("../images/menu_arrow_management.png");
}
.lowerlayer_ttl_top {
  margin-bottom: 40px;
  text-align: center;
}
.lowerlayer_ttl_top .ttl_number {
  width: clamp(5rem, 1.667rem + 6.94vw, 6.875rem);
  margin: 0 auto 15px;
}
.lowerlayer_ttl_top h2 {
  display: inline-block;
  position: relative;
}
.lowerlayer_ttl_top h2 .ttl_blue {
  font-size: clamp(1.125rem, 0.542rem + 1.22vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}
.service-staff_area .lowerlayer_ttl_top h2 .ttl_blue {
  color: #4296bb;
}
.customer-support_area .lowerlayer_ttl_top h2 .ttl_blue {
  color: #29a780;
}
.management_area .lowerlayer_ttl_top h2 .ttl_blue {
  color: #9f8f6a;
}
.lowerlayer_ttl_top h2 .ttl_txt {
  font-size: clamp(2rem, 0.833rem + 2.43vw, 3.75rem);
  font-weight: bold;
  line-height: 1.4;
  padding: 0 40px;
  position: relative;
}
.service-staff_area .lowerlayer_ttl_top h2 .ttl_txt {
  color: #4296bb;
}
.customer-support_area .lowerlayer_ttl_top h2 .ttl_txt {
  color: #29a780;
}
.management_area .lowerlayer_ttl_top h2 .ttl_txt {
  color: #9f8f6a;
}
.lowerlayer_ttl_top h2 .ttl_txt::before {
  content: "(";
  font-size: clamp(2.625rem, 0.625rem + 4.17vw, 5.625rem);
  font-weight: normal;
  position: absolute;
  bottom: min(2 / 1920 * 100vw, 2px);
  left: 0;
}
.service-staff_area .lowerlayer_ttl_top h2 .ttl_txt::before {
  color: #4296bb;
}
.customer-support_area .lowerlayer_ttl_top h2 .ttl_txt::before {
  color: #29a780;
}
.management_area .lowerlayer_ttl_top h2 .ttl_txt::before {
  color: #9f8f6a;
}
.lowerlayer_ttl_top h2 .ttl_txt::after {
  content: ")";
  font-size: clamp(2.625rem, 0.625rem + 4.17vw, 5.625rem);
  font-weight: normal;
  position: absolute;
  bottom: min(2 / 1920 * 100vw, 2px);
  right: 0;
}
.service-staff_area .lowerlayer_ttl_top h2 .ttl_txt::after {
  color: #4296bb;
}
.customer-support_area .lowerlayer_ttl_top h2 .ttl_txt::after {
  color: #29a780;
}
.management_area .lowerlayer_ttl_top h2 .ttl_txt::after {
  color: #9f8f6a;
}
.lowerlayer_lead {
  margin-bottom: 30px;
  text-align: center;
}
.lowerlayer_lead .lead_ttl {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  margin-bottom: 10px;
}
.lowerlayer_lead .lead_txt {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}
.service-staff_area .bg_area .bg_top_area {
  background-image: url("../images/service-staff_bg_top.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  padding: 100px 0 50px;
}
.service-staff_area .bg_area .bg_bottom_area {
  background-image: linear-gradient(#4296bb 60%, transparent);
  padding-bottom: 200px;
}
.customer-support_area .bg_area .bg_top_area {
  background-image: url("../images/customer-support_bg_top.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  padding: 100px 0 50px;
}
.customer-support_area .bg_area .bg_bottom_area {
  background-image: linear-gradient(#29a780 60%, transparent);
  padding-bottom: 200px;
}
.management_area .bg_area .bg_top_area {
  background-image: url("../images/management_bg_top.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  padding: 100px 0 50px;
}
.management_area .bg_area .bg_bottom_area {
  background-image: linear-gradient(#9f8f6a 60%, transparent);
  padding-bottom: 200px;
}
.staff_flex {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.service-staff_area .staff_flex figure, .management_area .staff_flex figure {
  margin-right: 60px;
}
.customer-support_area .staff_flex figure {
  margin-left: 60px;
}
.staff_flex figure img {
  margin-bottom: 5px;
}
.staff_flex figure figcaption {
  color: #fff;
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}
.customer-support_area .staff_flex figure figcaption {
  text-align: right;
}
.staff_flex .staff_txt_area {
  color: #fff;
}
.staff_flex .staff_txt_area h3 {
  font-size: clamp(1.375rem, 0.708rem + 1.39vw, 1.75rem);
  line-height: 1.5;
  margin-bottom: 30px;
}
.staff_flex .staff_txt_area .staff_lead {
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
  margin-bottom: 30px;
}
.staff_flex .staff_txt_area .interview_list dl {
  margin-bottom: 20px;
}
.staff_flex .staff_txt_area .interview_list dl:last-of-type {
  margin: 0;
}
.staff_flex .staff_txt_area .interview_list dl dt {
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.staff_flex .staff_txt_area .interview_list dl dt::before {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform:  translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.staff_flex .staff_txt_area .interview_list dl dd {
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
  padding-left: 30px;
}
.staff_list {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.staff_list li {
  width: calc(70% / 4);
  margin: 0 10% 6% 0;
  text-align: center;
}
.staff_list li:nth-child(4n) {
  margin-right: 0;
}
.staff_list li .explanation_txt {
  margin-top: 5px;
}
.staff_list li .explanation_txt .name {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3px;
}
.staff_list li .explanation_txt .com {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  line-height: 1.3;
}
.customer-support_area, .management_area {
  margin-top: 80px;
}




/*     SP
------------------------------*/
@media (max-width: 768px) {
  .main_wrapper {
    width: 100%;
    max-width: 100%;
  }
  .main_wrapper .mv_wraper .mv_img {
    max-height: none;
  }
  .main_wrapper .mv_wraper .mv_img img {
    max-height: none;
    object-fit: fill;
  }
  .main_wrapper .mv_wraper .mv_txt {
    width: 85%;
    top: min(160 / 768 * 100vw, 160px);
    left: min(80 / 768 * 100vw, 80px);
    transform: none;
    margin: 0;
  }
  .main_wrapper .mv_wraper h1 {
    font-size: clamp(2.125rem, 1.857rem + 1.34vw, 2.5rem);
    margin-bottom: 4px;
  }
  .main_wrapper .mv_wraper .mv_ttl {
    font-size: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
    margin-bottom: 2px;
  }
  .main_wrapper .mv_wraper .mv_com {
    font-size: clamp(0.75rem, 0.393rem + 1.79vw, 1.25rem);
  }
  .lowerlayer_lead .lead_ttl {
    font-size: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
  }
  .lowerlayer_ttl_top .ttl_number {
    width: 60px;
  }
  .lowerlayer_ttl_top h2 .ttl_txt {
    padding: 0;
  }
  .lowerlayer_ttl_top h2 .ttl_txt::before, .lowerlayer_ttl_top h2 .ttl_txt::after {
    content: none;
  }
  .lowerlayer_lead .lead_ttl {
    line-height: 1.5;
  }
  .lowerlayer_lead .lead_txt {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  .staff_flex.sp_none {
    display: none;
  }
  .service-staff_area .bg_area .bg_top_area {
    background-image: none;
    padding: 0;
  }
  .customer-support_area .bg_area .bg_top_area {
    background-image: none;
    padding: 0;
  }
  .management_area .bg_area .bg_top_area {
    background-image: none;
    padding: 0;
  }
  .service-staff_area .staff_flex figure, .customer-support_area .staff_flex figure, .management_area .staff_flex figure {
    width: 45%;
    margin: 0 5% 0 0;
  }
  .service-staff_area .bg_top_sp_area {
    background-image: url("../images/service-staff_bg_top_sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    padding: 30px 0 0;
  }
  .customer-support_area .bg_top_sp_area {
    background-image: url("../images/customer-support_bg_top_sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    padding: 30px 0 0;
  }
  .management_area .bg_top_sp_area {
    background-image: url("../images/management_bg_top_sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    padding: 30px 0 0;
  }
  .service-staff_area .bg_top_area .bg_area {
    background-color: #4296bb;
    padding: 20px 0;
  }
  .customer-support_area .bg_top_area .bg_area {
    background-color: #29a780;
    padding: 20px 0;
  }
  .management_area .bg_top_area .bg_area {
    background-color: #9f8f6a;
    padding: 20px 0;
  }
  .staff_flex {
    align-items: center;
  }
  .staff_flex h3 {
    color: #fff;
    font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
    line-height: 1.8;
    width: 50%;
  }
  .staff_txt_area {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #fff;
    font-size: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem);
  }
  .staff_lead {
    font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
    margin-bottom: 20px;
  }
  .interview_list dl {
    margin-bottom: 20px;
  }
  .interview_list dl:last-of-type {
    margin: 0;
  }
  .interview_list dl dt {
    font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
  }
  .interview_list dl dt::before {
    content: "";
    width: 10px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform:  translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .interview_list dl dd {
    font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
    padding-left: 20px;
  }
  .staff_list li {
    width: calc(90% / 3);
    margin: 0 5% 6% 0;
  }
  .staff_list li:nth-child(4n) {
    margin: 0 5% 6% 0;
  }
  .staff_list li:nth-child(3n) {
    margin-right: 0;
  }
  .staff_list li .explanation_txt .name {
    font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
  }
  .service-staff_area {
    margin-top: 60px
  }
  .customer-support_area, .management_area {
    margin-top: 40px;
  }
  .service-staff_area .bg_area .bg_bottom_area, .customer-support_area .bg_area .bg_bottom_area {
    padding-bottom: 100px;
  }

}

/*     PC
------------------------------*/
@media (min-width: 769px) {

}