.bekkann-banner{
  width: 75%;
  height: auto;
}

.map{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 10px;
  color: #494949;
  font-size: 24px;
  width: 75%;
  margin: 0px auto 30px auto;
}

.map .map-ttl{
	display: inline-block;
	position: relative;
	line-height: 1.4;
	margin-top: 20px;
	padding: 0 45px;
  color: #bc83bd;
  font-size: 25px;
}

.bekkann{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 100%;
  margin-bottom: 150px;
}

.bekkann .bk-block{
    display: flex;
    justify-content: space-between; /* 両端揃え */
    background-color: #bc83bd; /* ボタンの色 */
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    width: 60%;
}

.bekkann .bk-block02{
    display: flex;
    justify-content: space-between; /* 両端揃え */
    background-color: #ebdce8; /* ボタンの色 */
    color: #494949;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    width: 60%;
}

.bk-block:hover{
 background-color: #ebdce8;
color: #494949;
}

.bk-block02:hover{
 background-color: #bc83bd;
color: white;
}


.companyContent {
  font-family: 'Kozuka Gothic Pr6N B';
  font-weight: 700;
}

.companiesInner {
  width: 95%;
  margin: 0 auto;
  max-width: 818px;
}

.companiesMainTitle {
  padding: 38px 0;
}

.advantagesArea {
  position: relative;
  margin: 0 auto 60px;
  padding: 33px 0 100px;
  background-color: #f8f3f9;
  max-width: 1119px;
  width: 96%;
}

.companiesSubTitle {
  position: relative;
  padding-bottom: 23px;
  color: #bc83bd;
  font-family: 'Kozuka Gothic Pr6N H';
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.companiesSubTitle::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 108px;
  border-bottom: 2px solid #bc83bd;
  content: '';
  transform: translateX(-50%);
}

#advantagesImg01 {
  position: absolute;
  top: 15px;
  right: 16.6%;
  max-width: 78px;
  z-index: 1;
}

.advantagesList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0;
  padding: 94px 0;
  background-color: #fff;
}

.advListRow {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 42px;
}

.advListRow:last-child {
  padding-bottom: 0;
}

.advListRow::before {
  position: absolute;
  top: -8px;
  left: 4px;
  width: 37px;
  height: 40px;
  background: url('../img/photo_sparkles.png') no-repeat center/cover;
  content: '';
}

.advListNumber {
  color: #bc83bd;
  font-family: 'Kozuka Mincho Pr6N R';
  font-size: 68px;
  font-weight: 400;
}

.advTextGp {
  height: 100%;
  line-height: 1.4;
  margin-left: 8px;
  padding-left: 12px;
  min-height: 68px;
  border-left: 2px solid #bc83bd;
}

.advListTitle {
  color: #bc83bd;
  font-size: 25px;
}

.advListText {
  color: #595757;
  font-family: 'Kozuka Gothic Pr6N M';
  font-size: 18px;
  font-weight: 500;
}

.industriesArea {
  padding-bottom: 78px;
}

.industriesBlk {
  padding-top: 37px;
}

.industriesRow {
  display: flex;
}

.industriesContent {
  width: 49%;
  padding: 22px 14px;
  border: 2px solid #bc83bd;
}

.industriesContent+.industriesContent {
  margin-left: 2%;
}

.industriesType {
  display: flex;
}

.industriesType h3 {
  padding-bottom: 5px;
  color: #bc83bd;
  font-size: 58px;
}

.careWorkerTitle {
  letter-spacing: 10px;
}

.nurseTypeTitle {
  letter-spacing: -1px;
}

.industriesType span {
  color: #595757;
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: 300;
}

.careWorkerImg {
  width: 100%;
  margin: 16px 16px 0 0;
  max-width: 198px;
}

.nursePatientImg {
  width: 100%;
  margin: 15px 15px 0 0;
  max-width: 164px;
}

.industriesDesc {
  line-height: 1.5;
  padding-top: 12px;
  color: #595757;
  font-size: 19px;
  text-align: justify;
}

.othersContent {
  position: relative;
  width: 100%;
  margin-top: 26px;
  padding: 8px 14px 15px;
  border: 2px solid #bc83bd;
}

.othersContent .industriesType {
  align-items: flex-end;
}

.othersContent .industriesType h3 {
  padding-right: 8px;
}

.othersContent .industriesType span {
  padding: 0 27px 5px 0;
}

.othersImg {
  position: absolute;
  top: 9px;
  right: 25px;
  width: 100%;
  max-width: 97px;
}

.othersTypeList {
  display: flex;
  position: relative;
  padding-top: 20px;
}

.othersTypeList li {
  width: 24%;
  margin-right: 2%;
  padding: 16px 0;
  border: 2px solid #595757;
  background-color: #fff;
  color: #595757;
  font-size: 22px;
  text-align: center;
  border-radius: 21px;
}

.othersTypeList li span.pc {
  display: inline-block;
}

.othersTypeList li:last-child {
  margin-right: 0;
}

.servicesDesc {
  padding: 27px 0 20px;
  text-align: center;
}

.servicesDesc h4 {
  padding-bottom: 15px;
  color: #bc83bd;
  font-size: 27px;
}

.servicesDesc p {
  line-height: 1.6;
  color: #595757;
  font-family: 'Kozuka Gothic Pr6N M';
  font-size: 20px;
  font-weight: 500;
}

.serviceItem {
  margin-bottom: 40px;
  padding: 20px 18px;
  border: 2px solid #bc83bd;
}

.serviceType {
  text-align: center;
}

.serviceTypeTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.serviceTypeImg {
  width: 100%;
  margin-right: 10px;
  max-width: 54px;
}

.serviceTypeTitle h4 {
  color: #bc83bd;
  font-size: 30px;
}

.serviceTypeSubTitle {
  color: #bc83bd;
  font-family: 'Oswald',sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.serviceTypeDesc {
  line-height: 1.5;
  padding: 7px 0 8px;
  color: #bc83bd;
  font-family: 'FOT-TsukuGo Pro E';
  font-weight: 400;
  font-size: 22px;
}

.serviceTypeText {
  line-height: 1.5;
  color: #595757;
  font-family: 'Kozuka Gothic Pr6N R';
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.tempIntroFlow {
  margin-top: 20px;
  padding: 15px 0;
  background-color: #f8f3f9;
}

.tempIntroText {
  padding-bottom: 10px;
  color: #bc83bd;
  font-family: 'FOT-TsukuGo Pro E';
  font-weight: 400;
  font-size: 15px;
}

.tempFlowList {
  display: flex;
  justify-content: center;
}

.tempFlowList li {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13.5%;
  line-height: 1.5;
  margin-right: 2.7%;
  padding: 19px 0;
  border: 1px solid #bc83bd;
  background-color: #fff;
  color: #bc83bd;
  font-family: 'Kozuka Gothic Pr6N M';
  font-size: 12px;
  font-weight: 500;
}

.tempFlowList li:last-child {
  margin-right: 0;
  background-color: #bc83bd;
  color: #fff;
}

.tempFlowList li::after {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 9px;
  height: 19px;
  background: url('../img/icon_right_arrow.png') no-repeat center/contain;
  content: '';
  transform: translateY(-50%);
}

.tempFlowList li:last-child::after {
  content: none;
}

.tempFlowSub {
  font-size: 9px;
}

.companiesContact {
  padding: 18px 0;
  background-color: #f8f3f9;
}

.inquiryText {
  line-height: 1.5;
  color: #595757;
  font-family: 'Kozuka Gothic Pr6N R';
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.companiesContact .contactBtnList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.companiesContact .contactText {
  padding: 15px 0 10px;
  color: #bc83bd;
  font-family: 'Kozuka Gothic Pr6N H';
  font-size: 15px;
  font-weight: 900;
}

.companiesContact .btnTel {
  width: 57%;
  box-shadow: 6px 6px 0 #fff;
}

.companiesContact .btnTel span {
  padding-left: 37px;
  font-size: 39px;
}

.companiesContact .btnTel span::before {
  top: 56%;
  left: 0;
  width: 25.5px;
  height: 26.5px;
  background: url('../img/icon_tel.png') no-repeat center/cover;
}

.companiesRecruitment {
  text-align: center;
}

.recruitmentTitleGp {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.recruitmentTitleGp a {
  position: relative;
  padding-bottom: 14px;
  color: #bc83bd;
  font-size: 23px;
}

.recruitmentTitleGp a+a {
  margin-left: 5%;
}

.recruitmentTitleGp a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 110%;
  border-bottom: 2px solid #bc83bd;
  content: '';
  transform: translateX(-50%);
}

.externalSiteText {
  display: block;
  padding-top: 12px;
  color: #595757;
  font-family: 'Kozuka Gothic Pr6N R';
  font-size: 16px;
  text-align: center;
}

.externalSiteBtn {
  margin: 40px 0 105px;
}

.externalSiteBtn .inquiriesBtn {
  position: relative;
  margin-bottom: 32px;
  border: 2px solid #fff;
  background-color: #cca3cb;
  color: #fff;
}

.externalSiteBtn .cmnBtn.inquiriesBtn::after {
  right: 19px;
  left: unset;
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: none;
  border-left: none;
  border-color: #fff;
}

.externalSiteBtn .cmnBtn.backButton::after {
  right: unset;
  left: 19px;
  transform: translateY(-50%) rotate(-135deg);
}

.foreignersImg {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
}

.foreignersBtn {
    margin: 10px 0 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {

  .bekkann .bk-block{
    font-size: 16px;
  }

    .bekkann .bk-block02{
    font-size: 16px;
  }

  .map {
    font-size: 18px;
    margin: -5px auto 5px auto;
    line-height: 1.3;
    gap: 5px;
  }

  .companiesInner {
    max-width: 61.094vw;
  }

  .companiesMainTitle {
    padding: 2.969vw 0;
  }

  .advantagesArea {
    margin: 0 auto 4.688vw;
    padding: 2.578vw 0 7.813vw;
    max-width: 87.422vw;
  }

  .companiesSubTitle {
    padding-bottom: 1.797vw;
    font-size: 2.344vw;
  }

  .companiesSubTitle::after {
    width: 8.438vw;
    border-bottom: 0.156vw solid #bc83bd;
  }

  #advantagesImg01 {
    top: 1.172vw;
    max-width: 6.094vw;
  }

  .advantagesList {
    margin: 2.734vw auto 0;
    padding: 7.344vw 0;
  }

  .advListRow {
    padding-bottom: 4.688vw;
    padding-left: 3.281vw;
  }

  .advListRow::before {
    top: -0.625vw;
    left: 0.313vw;
    width: 2.891vw;
    height: 3.125vw;
  }

  .advListNumber {
    font-size: 5.313vw;
  }

  .advTextGp {
    margin-left: 0.625vw;
    padding-left: 0.938vw;
    min-height: 5.313vw;
    border-left: 0.156vw solid #bc83bd;
  }

  .advListTitle {
    font-size: 1.953vw;
  }

  .advListText {
    font-size: 1.406vw;
  }

  .industriesArea {
    padding-bottom: 6.094vw;
  }

  .industriesBlk {
    padding-top: 2.891vw;
  }

  .industriesContent {
    padding: 1.719vw 1.094vw;
    border: 0.156vw solid #bc83bd;
  }

  .industriesType h3 {
    padding-bottom: 0.391vw;
    font-size: 4.531vw;
  }

  .careWorkerTitle {
    letter-spacing: 0.781vw;
  }

  .nurseTypeTitle {
    letter-spacing: -0.078vw;
  }

  .industriesType span {
    font-size: 1.563vw;
  }

  .careWorkerImg {
    margin: 1.25vw 1.25vw 0 0;
    max-width: 15.469vw;
  }

  .nursePatientImg {
    margin: 1.172vw 1.172vw 0 0;
    max-width: 12.813vw;
  }

  .industriesDesc {
    padding-top: 0.938vw;
    font-size: 1.484vw;
  }

  .othersContent {
    margin-top: 2.031vw;
    padding: 0.625vw 1.094vw 1.172vw;
    border: 0.156vw solid #bc83bd;
  }

  .othersContent .industriesType h3 {
    padding-right: 0.625vw;
  }

  .othersContent .industriesType span {
    padding: 0 2.109vw 0.391vw 0;
  }

  .othersImg {
    top: 0.703vw;
    right: 1.953vw;
    max-width: 7.578vw;
  }

  .othersTypeList {
    padding-top: 1.563vw;
  }

  .othersTypeList li {
    padding: 1.25vw 0;
    border: 0.156vw solid #595757;
    font-size: 1.719vw;
    border-radius: 1.641vw;
  }

  .servicesDesc {
    padding: 2.047vw 0;
  }

  .servicesDesc h4 {
    padding-bottom: 1.172vw;
    font-size: 2.109vw;
  }

  .servicesDesc p {
    font-size: 1.563vw;
  }

  .serviceItem {
    margin-bottom: 3.125vw;
    padding: 1.563vw 1.406vw;
    border: 0.156vw solid #bc83bd;
  }

  .serviceTypeImg {
    margin-right: 0.781vw;
    max-width: 4.219vw;
  }

  .serviceTypeTitle h4 {
    font-size: 2.344vw;
  }

  .serviceTypeSubTitle {
    font-size: 1.016vw;
  }

  .serviceTypeDesc {
    padding: 1.328vw 0 0.625vw;
    font-size: 1.719vw;
  }

  .serviceTypeText {
    font-size: 1.406vw;
  }

  .tempIntroFlow {
    margin-top: 1.563vw;
    padding: 1.172vw 0;
  }

  .tempIntroText {
    padding-bottom: 0.781vw;
    font-size: 1.172vw;
  }

  .tempFlowList li {
    padding: 1.484vw 0;
    border: 0.078vw solid #bc83bd;
    font-size: 0.938vw;
  }

  .tempFlowList li::after {
    right: -1.25vw;
    width: 0.703vw;
    height: 1.484vw;
  }

  .tempFlowSub {
    font-size: 0.703vw;
  }

  .companiesContact {
    padding: 1.406vw 0;
  }

  .inquiryText {
    font-size: 1.172vw;
  }

  .companiesContact .contactText {
    padding: 1.172vw 0 0.781vw;
    font-size: 1.172vw;
  }

  .companiesContact .btnTel {
    box-shadow: 0.469vw 0.469vw 0 #fff;
  }

  .companiesContact .btnTel span {
    padding-left: 2.891vw;
    font-size: 3.047vw;
  }

  .companiesContact .btnTel span::before {
    width: 1.992vw;
    height: 2.07vw;
  }

  .recruitmentTitleGp {
    padding-top: 1.563vw;
  }

  .recruitmentTitleGp a {
    padding-bottom: 1.094vw;
    font-size: 1.797vw;
  }

  .recruitmentTitleGp a::after {
    border-bottom: 0.156vw solid #bc83bd;
  }

  .externalSiteText {
    padding-top: 0.938vw;
    font-size: 1.25vw;
  }

  .externalSiteBtn {
    margin: 3.125vw 0 8.203vw;
  }

  .externalSiteBtn .inquiriesBtn {
    margin-bottom: 2.5vw;
    border: 0.156vw solid #fff;
  }

  .externalSiteBtn .cmnBtn.inquiriesBtn::after {
    right: 1.484vw;
    border-top: 0.156vw solid;
    border-right: 0.156vw solid;
  }

  .externalSiteBtn .cmnBtn.backButton::after {
    left: 1.484vw;
  }
}

@media only screen and (max-width: 767.9px) {

  .bekkann {
    margin-bottom: 80px;
  }

  
  .map {
    font-size: 14px;
    width: 90%;
    margin: -15px auto 5px auto;
    line-height: 1.3;
    gap: 5px;
  }

  .bekkann-banner { 
    width: 95%;
    height: auto;
  }

    .bekkann .bk-block {
    font-size: 12px;
    width: 90%;
  }

    .bekkann .bk-block02{
      width: 90%;
    font-size: 12px;
  }

  .companiesInner {
    width: 100%;
    padding: 0 4vw;
    max-width: 100%;
  }

  .cmmTitle {
    font-size: 4vw;
  }

  .companiesMainTitle {
    padding: 2.833vw 0 4.667vw;
  }

  .advantagesArea {
    margin: 0 auto 10.3vw;
    padding: 7.667vw 0 4.867vw;
    max-width: 100%;
    width: 100%;
  }

  .companiesSubTitle {
    padding-bottom: 2.7vw;
    font-size: 3.733vw;
  }

  .companiesSubTitle::after {
    width: 15.2vw;
    border-bottom: 0.267vw solid #bc83bd;
  }

  #advantagesImg01 {
    top: 2.667vw;
    right: 7%;
    max-width: 13.867vw;
    z-index: auto;
  }

  .advantagesList {
    position: relative;
    margin: 4.1vw auto 0;
    padding: 9.133vw 0;
  }

  .advListRow {
    align-items: flex-start;
    padding-right: 2.667vw;
    padding-bottom: 8.133vw;
    padding-left: 8.333vw;
  }

  .advListRow::before {
    top: -1.6vw;
    left: 2.133vw;
    width: 5.867vw;
    height: 5.867vw;
  }

  .advListNumber {
    font-size: 10.133vw;
  }

  .advTextGp {
    margin-left: 1.233vw;
    padding-left: 2.4vw;
    ;
    min-height: 13.867vw;
    border-left: 0.267vw solid #bc83bd;
  }

  .advListTitle {
    font-size: 3.733vw;
  }

  .advListText {
    line-height: 1.4;
    font-size: 3.2vw;
  }

  .industriesArea {
    padding-bottom: 10.133vw;
  }

  .industriesRow {
    flex-direction: column;
  }

  .industriesBlk {
    padding-top: 3.867vw;
  }

  .industriesContent {
    width: 100%;
    margin-bottom: 4.8vw;
    padding: 2.2vw 3.733vw;
    border: 0.267vw solid #bc83bd;
  }

  .industriesContent+.industriesContent {
    margin-left: 0;
  }

  .industriesType {
    justify-content: space-between;
  }

  .industriesType h3 {
    padding-top: 1.7vw;
    padding-bottom: 1vw;
    font-size: 11.2vw;
  }

  .careWorkerTitle {
    letter-spacing: 2.667vw;
  }

  .nurseTypeTitle {
    letter-spacing: -0.267vw;
  }

  .industriesType span {
    font-size: 4vw;
  }

  .careWorkerImg {
    margin: 0vw 2.667vw 0 0;
    max-width: 24.533vw;
  }

  .nursePatientImg {
    margin: 0;
    max-width: 22.667vw;
  }

  .industriesDesc {
    padding-top: 3.2vw;
    font-family: 'Kozuka Gothic Pr6N M';
    font-size: 3.467vw;
    font-weight: 500;
  }

  .industriesOthersDesc {
    line-height: 1.5;
    color: #595757;
    font-size: 3.2vw;
    letter-spacing: -0.027vw;
  }

  .othersContent {
    margin-top: 0.8vw;
    padding: 1.067vw 1.167vw 2.972vw;
    border: 0.267vw solid #bc83bd;
  }

  .othersContent .industriesType {
    justify-content: flex-start;
  }

  .othersContent .industriesType h3 {
    padding-right: 2.133vw;
    padding-bottom: 0;
    font-size: 8.533vw;
  }

  .othersContent .industriesType span {
    padding: 0;
    font-size: 2.933vw;
  }

  .othersImg {
    top: 0.533vw;
    right: 0.533vw;
    max-width: 12.267vw;
  }

  .othersTypeList {
    padding-top: 1.5vw;
  }

  .othersTypeList li {
    position: relative;
    width: auto;
    padding: 0 2.133vw 0 0;
    border: none;
    background-color: transparent;
    color: #bc83bd;
    font-size: 4vw;
    text-align: left;
    border-radius: unset;
  }

  .othersTypeList li span.pc {
    display: none;
  }

  .othersTypeList li::after {
    position: absolute;
    top: 50%;
    content: "・";
    transform: translateY(-50%);
  }

  .othersTypeList li:last-child:after {
    content: none;
  }

  .serviceItemImg {
    max-width: 8.533vw;
  }

  .serviceItemList ul {
    display: flex;
    justify-content: space-between;
  }

  .serviceItemList ul li {
    position: relative;
    width: 31.7%;
  }

  .serviceItemList ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.367vw 1.867vw 6.8vw;
    border: 0.267vw solid #bc83bd;
    box-shadow: 0.533vw 0.533vw 0 #bc83bd;
    text-align: center;
  }

  .serviceItemList ul li::after {
    position: absolute;
    bottom: 7%;
    left: 50%;
    width: 1.333vw;
    height: 1.333vw;
    content: "";
    transform: translateX(-50%) rotate(45deg);
    border-top: 0.533vw solid;
    border-right: 0.533vw solid;
    border-color: #bc83bd;
  }

  .serviceItemList .jpServiceItem {
    line-height: 1.2;
    padding: 2.2vw 0 1.333vw;
    color: #bc83bd;
    font-size: 5.067vw;
  }

  .serviceItemList .enServiceItem {
    color: #bc83bd;
    font-family: 'Oswald';
    font-size: 2.4vw;
    font-weight: 300;
  }

  .servicesDesc {
    padding: 6.667vw 0 5.333vw;
  }

  .servicesDesc h4 {
    padding-bottom: 1.333vw;
    font-size: 3.733vw;
  }

  .servicesDesc p {
    font-size: 3.467vw;
  }

  .serviceItem {
    margin: 0 11.2vw 0;
    padding: 6.667vw 0;
    border: 0.267vw solid #bc83bd;
    border-width: 0 0 0.267vw 0;
  }

  .serviceTypeImg {
    margin-right: 2.667vw;
    max-width: 9.333vw;
  }

  .serviceType {
    text-align: left;
  }

  .serviceTypeTitleGp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .serviceTypeTitle h4 {
    white-space: nowrap;
    font-size: 5.867vw;
  }

  .serviceTypeSubTitle {
    padding: 2.233vw 0 0 2.667vw;
    font-size: 2.4vw;
  }

  .serviceTypeDesc {
    line-height: 1.3;
    padding: 1vw 0 2.133vw;
    font-size: 3.733vw;
  }

  .serviceTypeText {
    font-size: 3.2vw;
  }

  .tempFlowList {
    flex-direction: column;
  }

  .tempIntroFlow {
    margin-top: 5.333vw;
    padding: 4vw;
    text-align: center;
  }

  .tempIntroText {
    padding-bottom: 2.133vw;
    font-size: 3.733vw;
  }

  .tempFlowList li {
    flex-direction: row;
    width: 100%;
    margin: 0 0 6.4vw;
    padding: 0.333vw 0;
    border: 0.267vw solid #bc83bd;
    font-size: 3.467vw;
  }

  .tempFlowList li:last-child {
    margin-bottom: 0;
  }

  .tempFlowList li::after {
    top: unset;
    right: unset;
    bottom: -8.267vw;
    left: 50%;
    width: 1.867vw;
    height: 4.533vw;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .tempFlowSub {
    font-size: 3.467vw;
  }

  .companiesContact {
    padding: 4.267vw 0;
  }

  .inquiryText {
    font-size: 3.467vw;
  }

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

  .companiesContact .contactBtnList {
    padding: 3.1vw 6.5vw 0;
  }

  .companiesContact .contactText {
    padding: 0 0 0.667vw;
    font-size: 2.933vw;
  }

  .companiesContact .btnTel {
    width: 100%;
    margin-bottom: 2.633vw;
    padding: 0.3vw 0;
    box-shadow: 0.8vw 1.067vw 0 #fff;
  }

  .companiesContact .btnTel span {
    padding-left: 6.133vw;
    font-size: 6.933vw;
  }

  .companiesContact .btnTel span::before {
    width: 4.667vw;
    height: 4.933vw;
  }

  .recruitmentTitleGp {
    flex-direction: column;
    align-items: center;
    padding-top: 6.333vw;
  }

  .recruitmentTitleGp a {
    padding-bottom: 1.6vw;
    font-size: 3.2vw;
  }

  .recruitmentTitleGp a+a {
    margin: 9vw 0 0;
  }

  .recruitmentTitleGp a::after {
    width: 100%;
    border-bottom: 0.267vw solid #bc83bd;
  }

  .externalSiteText {
    padding-top: 5.333vw;
    padding-bottom: 4vw;
    font-size: 2.133vw;
  }

  .externalSiteBtn {
    margin: 6.133vw 0 8.8vw;
  }

  .externalSiteBtn .inquiriesBtn {
    margin-bottom: 5.333vw;
    border: 0.267vw solid #fff;
  }

  .externalSiteBtn .cmnBtn.inquiriesBtn::after {
    right: 1.6vw;
    border-top: 0.533vw solid;
    border-right: 0.533vw solid;
  }

  .externalSiteBtn .cmnBtn.backButton::after {
    left: 2.4vw;
  }

  .foreignersImg {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .foreignersBtn {
    margin: 1vw 0 13vw;
  }
}