@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
html{
  scroll-behavior:smooth;
}
.mb40{
  margin-bottom: 40px;
}

.p-footer .p-footer__upper .p-footer__upper-box .p-footer__upper-box__title{
  font-size: 25px;
}
.p-footer .p-footer__upper .p-footer__upper-box .p-footer__upper-box__hr{
  margin: 5px auto 0;
}
.p-footer .p-footer__upper .p-footer__upper-box .p-footer__upper-box__detail{
  margin-top: 25px;
}
.p-footer .p-footer__upper .p-footer__upper-box.t-upper-contact .p-footer__upper-box__link {
  margin-top: 40px;
}
.p-footer .p-footer__lower .p-footer__lower-right > ul > li a span.footer-link-arrow{
  padding-left: 20px;
  position: relative;
  display: block;
}
.p-footer .p-footer__lower .p-footer__lower-right > ul > li a span:nth-of-type(1){
  font-weight: normal;
  color: #000;
}
.p-footer .p-footer__lower .p-footer__lower-right > ul > li a span.footer-link-arrow::before{
  content: ">";
  position: absolute;
  left: 0;
  color: #d5141b;
  font-weight: bold;
}
.p-footer .p-footer__upper .p-footer__upper-box .p-footer__upper-box__detail .p-footer__upper-box__detail-branch .p-footer__upper-box__detail-branch__area{
  width: 190px;
  text-align: center;
}
.to-corpo li{
  position: relative;
  margin-top: 60px;
}
.to-corpo li::after{
  position: absolute;
  content: ' ';
  width: 17px;
  height: 17px;
  background-color: transparent;
  background-image: url(../images/icon-external.svg);
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-size: 1rem;
}
.p-top .p-top__mv .p-top__mv-img{
  position: relative;
}
.p-top__mv-text-catch{
  position: absolute;
  top: 9.3vw;
  left: 8.7vw;
}
.p-top__mv-text-catch .p-top__mv-text-catch_inner{
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-top__mv-text-catch p{
  padding: 10px 1em;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1;
  background: rgba(0,0,0,.6);
  color: #fff;
  display: inline;
  letter-spacing: 0.2rem;
}
.p-top__mv-text-catch .p-top__mv-text-catch_english{
  font-family: "joyful";
  font-size: 170px;
  color: #d5141b;
  display: inline-block;
  line-height: 1;
  transform: rotate(-15deg) translate(30%,-30%);
}
@media(max-width:768px){
  .p-top__mv-text-catch .p-top__mv-text-catch_english{
    font-size: 110px;
    transform: rotate(-15deg) translate(20%,-30%);
  }
  .p-top__mv-text-catch{
    left: 4.7vw;
  }
  .p-top__mv-text-catch p{
    font-size: 20px;
  }
}

.p-top__news-slide__title h3{
  overflow-wrap: unset;
}
.p-header_2 .p-header_2__menu .p-header_2__btn .p-header_2__btn-box span{
  height: 2.6px;
}
.p-header_2 .p-header_2__sp-menu .p-header_2__sp-menu__wrap{
  overflow: unset;
}
.p-header .p-header__sp-menu .p-header__sp-menu__body > ul{
  padding: 0 15%;
}
.p-header_2 .p-header_2__sp-menu .p-header_2__sp-menu__body > ul{
  padding: 0 15%;
}
.p-header_2 .p-header_2__sp-menu .p-header_2__sp-menu__close .p-header_2__sp-menu__close-btn{
  cursor: pointer;
  display: inline-block;
}
.p-faq .p-faq__contents .p-faq__contents-qa .p-faq__contents-qa-q::before, .p-faq .p-faq__contents .p-faq__contents-qa .p-faq__contents-qa-a::before{
  font-family: 'Lato', sans-serif;
}
.p-conttact-form input[type=text], .p-conttact-form textarea{
  background: #f3f3f3;
}
.p-conttact-form dl{
  margin-bottom: 10px;
}
.p-conttact-form dd:not(.p-conttact-form__radio-area):not(.p-conttact-form__mail-area){
  padding: 10px 0 20px;
}
.p-conttact-form .flex,.p-conttact-form__mail-area,.p-conttact-form__radio-area{
  padding: 10px 0 20px;
}
.p-conttact-form .text-s{
  max-width: 300px;
  width: 40%;
}
.p-conttact-form .text-l{
  width: 100%;
}
.p-conttact-form .check{
  display: none;
}
.p-conttact-form label{
  margin-bottom: 16px;
  display: block;
  position: relative;
  cursor: pointer;
}
.check+span::before,span::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.p-maternity .p-maternity__detail .p-maternity__detail-title span::after{
  border-radius: 0;
  top: auto;
}
.check+span::before {
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #f3f3f3; 
    border: 1px solid #ccc;
}
.check+span:hover::before {
    background: #fff; 
}
.check+span::after {
    opacity: 0;
    left: 2px;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    background: #e4121a; 
    -webkit-transform: scale(2);
    transform: scale(2);
}
.check:checked + span::before { 
    background: #fff;
    border: 1px solid #e4121a; 
}
.check:checked + span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.p-maternity .p-maternity__method .p-maternity__method-box .p-maternity__method-box__tel .p-maternity__method-box__tel-box a,
.p-maternity .p-maternity__detail .p-maternity__detail-list li .p-maternity__detail-list__text .p-maternity__detail-list__text-box .p-maternity__detail-list__text-box__tel .p-maternity__detail-list__text-box__tel-box a{
  font-size: unset;
}
.p-higher__caution-box__link_flex{
  display: flex;
  justify-content: space-around;
  margin: 35px 0 20px;
}
.p-higher .p-higher__caution .p-higher__caution-box .p-higher__caution-box__contact{
  font-size: 18px;
}
.p-higher__caution-box__link{
  width: 45%;
  margin: auto auto 0;
}
.p-higher__caution-box__p{
  color: #d21319;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-higher .p-higher__caution .p-higher__caution-box .p-higher__caution-box__tel{
  font-size: 24px;
  color: #d21319;
  font-family: "Avenir-Book", sans-serif;
  font-weight: bold;
  border: 2px solid #d21319;
  background-color: #fff;
  padding: 20px;
  width: 100%;
}
#OfficeSliderNavi .slick-track {
  transform: unset !important;
}
#OfficeSliderNavi.slick-num01{
  display: none;
}
.p-office .p-office__contents .p-office__contents-system .p-office__contents-system__detail{
  display: flex;
  flex-wrap: wrap;
}
.p-office .p-office__contents .p-office__contents-wrap .p-office__contents-system .p-office__contents-system__detail .p-office__contents-system__detail-para{
  margin-left: 20px;
  line-height: 2.2;
}
.p-office .p-office__contents .p-office__contents-system .p-office__contents-system__detail .p-office__contents-system__detail-para::after{
  top: 50%;
  transform: translateY(-50%);
}
.p-conttact-form__radio-area span{
  line-height: 1;
}
.p-conttact-form__mail-area input{
  margin-bottom: 10px;
}
.p-conttact-form__mail-area input[type=text] + input[type=text]{
  margin-left: 0;
}
.p-conttact-form__radio-area .error{
  margin-top: 10px;
}
.c-title__column-hr{
  margin: 25px auto 0;
}
.p-footer .p-footer__upper .p-footer__upper-box .p-footer__upper-box__hr{
  margin: 25px auto 0;
}
.c-mv.t-status{
  background-image:url(../images/mv-Infographics.jpg);
}
.c-mv.t-greeting{
  background-image:url(../images/mv-greetings.jpg);
}
.p-greeting .p-greeting-mv__wrap{
  background:url("./../images/greeting_ph_daihyou.jpg") no-repeat right;
  background-size: 600px;
}
.p-greeting .p-greeting-mv::before{
  background: none;
}
.t-clause,.t-safety,.t-privacy,.t-principle{
  background-image: url("./../images/mv-corporate@2x.png");
}
.p-principle{
  background: #f8f7f5;
}
.p-principle .p-principle__wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 70px;
}
.p-principle .p-principle__wrap__text p{
  font-family: 'HiraKakuPro-W3';
  font-size: 1.6rem;
}
.p-principle .p-principle__wrap__inner{
  margin-top: 100px;
}
.p-principle .p-principle__wrap__content{
  margin-bottom: 50px;
}
.p-principle .p-principle__wrap__content02{
  margin-bottom: 30px;
}
.p-privacy{
  background: #f8f7f5;
}
.p-privacy .p-privacy__wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 70px;
}
.p-privacy .p-privacy__wrap__text p{
  font-family: 'HiraKakuPro-W3';
  font-size: 1.6rem;
}
.p-privacy .p-privacy__wrap__inner{
  margin-top: 100px;
}
.p-privacy .p-privacy__wrap__title{
  font-family: 'HiraKakuPro-W5';
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  width: 100%;
  margin: 70px 0 30px;
  padding: 14px 0 14px 25px;
  text-align: left;
  letter-spacing: .1rem;
  color: #d5141b;
  background: #fff;
}
.p-privacy .p-privacy__wrap__title::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: '';
  background-color: #d5141b;
}
.p-privacy .p-privacy__wrap__sub{
  font-family: 'HiraKakuPro-W5';
  font-size: 1.6rem;
  display: inline-block;
  margin: 10px 0 5px;
}
.p-privacy .p-privacy__wrap__content{
  margin-bottom: 50px;
}
.p-privacy .p-privacy__wrap__content02{
  margin-bottom: 30px;
}
.p-privacy p.p-privacy__wrap__bold{
  font-family: 'HiraKakuPro-W5';
}
.p-privacy .p-privacy__wrap__tel{
  margin-top: 10px;
}
.p-privacy .p-privacy__wrap__tel p{
  font-family: 'HiraKakuPro-W5';
}
.p-safety{
  background: #f8f7f5;
}
.p-safety .p-safety__wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 70px;
}
.p-safety .p-safety__wrap__text p{
  font-family: 'HiraKakuPro-W3';
  font-size: 1.6rem;
}
.p-safety .p-safety__wrap__inner{
  margin-top: 100px;
}
.p-safety .p-safety__wrap__title{
  font-family: 'HiraKakuPro-W5';
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  width: 100%;
  margin: 70px 0 30px;
  padding: 14px 0 14px 25px;
  text-align: left;
  letter-spacing: .1rem;
  color: #d5141b;
  background: #fff;
}
.p-safety .p-safety__wrap__title::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: '';
  background-color: #d5141b;
}
.p-safety .p-safety__wrap__sub{
  font-family: 'HiraKakuPro-W5';
  font-size: 1.6rem;
  display: inline-block;
  margin: 10px 0 5px;
}
.p-safety .p-safety__wrap__content{
  margin-bottom: 50px;
}
.p-safety .p-safety__wrap__content02{
  margin-bottom: 30px;
}
.p-safety .p-safety__img{
  width: 80%;
  margin: 0 auto 30px;
}
.p-safety ol{
  line-height: 1.7;
  padding: 0 1.5em;
  list-style: auto;
}
.p-safety .p-safety__link{
  margin-top: 10px;
  padding: 10px 1em;
  color: #fff;
  background: #000;
}
.p-clause{
  background: #f8f7f5;
}
.p-clause .p-clause__wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 70px;
}
.p-clause .p-clause__wrap__text p{
  font-family: 'HiraKakuPro-W3';
  font-size: 1.6rem;
}
.p-clause .p-clause__wrap__inner{
  margin-top: 100px;
}
.p-clause .p-clause__wrap__title{
  font-family: 'HiraKakuPro-W5';
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 14px 0 14px 25px;
  text-align: left;
  letter-spacing: .1rem;
  color: #d5141b;
  background: #fff;
}
.p-clause .p-clause__wrap__title::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: '';
  background-color: #d5141b;
}
.p-clause .p-clause__wrap__sub{
  font-family: 'HiraKakuPro-W5';
  font-size: 1.6rem;
  display: inline-block;
  margin: 10px 0 5px;
}
.p-clause .p-clause__wrap__content{
  margin-bottom: 50px;
}
.p-clause .p-clause__wrap__content02{
  margin-bottom: 30px;
}
.p-clause .p-clause__wrap__box{
  padding: 10px;
  background: #fff;
}
.p-contact__text .required{
  color: #e4121a;
}
.p-footer .p-footer__upper .p-footer__upper-box .p-footer__upper-box__detail .p-footer__upper-box__detail-branch{
  margin-bottom: 15px;
}
.p-footer .p-footer__mid .p-footer__mid-contact .p-footer__mid-contact__text .p-footer__mid-contact__text-sub{
  margin-top: 5px;
}
.p-footer .p-footer__lower .p-footer__lower-right > ul:nth-of-type(1){
  width: 29%;
}
.p-footer .p-footer__lower .p-footer__lower-right > ul:nth-of-type(2){
  width: 40%;
}
.p-footer .p-footer__lower .p-footer__lower-right > ul:nth-of-type(3){
  width: 31%;
}
@media screen and (max-width: 600px){
  .p-header_2 .p-header_2__logo p{
    margin-left: 10px;
  }
  .c-mv.t-greeting{
    margin-bottom: 30px;
  }
  .p-recruit .p-recruit__area .p-recruit__area-wrap,
  .p-recruit .p-recruit__interview .p-recruit__interview-wrap,
  .p-recruit .p-recruit__message .p-recruit__message-wrap,
  .p-recruit .p-recruit__pw .p-recruit__pw-wrap{
    padding: 90px 15px;
  }
  .p-recruit .p-recruit__faq .p-recruit__faq-wrap,
  .p-footer .p-footer__mid .p-footer__mid-entry .p-footer__mid-entry__text,
  .p-footer .p-footer__mid .p-footer__mid-contact .p-footer__mid-contact__text{
    padding: 0 30px;
  }
  .p-greeting .p-greeting-mv__wrap{
    background-position: center;
  }
  .p-greeting .p-greeting-mv__text span{
    line-height: 1.5;
    font-size: 17px;
  }
  .p-interview-list .p-interview-list__article .p-interview-list__article__img{
    width: 100%;
    margin-bottom: 15px;
  }
  .p-interview-list .p-interview-list__article__box__title{
    margin-bottom: 5px;
  }
  .p-interview-list .p-interview-list__article__box__name{
    text-align: left;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .p-interview-list .p-interview-list__article__box__name span{
    font-size: 14px;
  }
  .p-office .p-office__contents .p-office__contents-interview .p-office__contents-interview__detail .p-office__contents-interview__detail-text .p-office__contents-interview__detail-text__profile .p-office__contents-interview__detail-text__profile-name{
    font-size: 24px;
  }
  .p-interview-list .p-interview-list__article__detail{
    width: 100%;
  }
  .p-interview-list .p-interview-list__article__detail__box{
    width: 100%;
    margin-bottom: 0px;
  }
  .c-place .c-place__text .c-place__text-info .c-place__text-info-detail > dl dd{
    padding-left: 30px;
  }
  .p-officelist .c-place .c-place__img img{
    min-height: 279px;
  }
  .p-office .p-office__contents .p-office__contents-info .p-office__contents-info__title{
    font-size: 28px;
  }
  .p-office .p-office__contents .p-office__contents-interview .p-office__contents-interview__title .p-office__contents-interview__title-main{
    font-size: 28px;
  }
  .p-welfare .p-welfare__contents .p-welfare__contents-box .p-welfare__contents-box__title .p-welfare__contents-box__title-text{
    margin:15px auto 0 0;
    line-height: 1.3;
  }
  .p-higher__caution-box__link_flex{
    display: block;
  }
  .p-higher__caution-box__link{
    width: 100%;
    margin-bottom: 20px;
  }
  .p-higher .p-higher__caution .p-higher__caution-box .p-higher__caution-box__tel{
    font-size: 18px;
  }
  .p-interview .p-interview__mv .p-interview__box{
    left: 5%;
  }
  .p-interview .p-interview__stage .p-interview__stage-a .p-interview__stage-a-1 .p-interview__stage-a-1__wrap,
  .p-interview .p-interview__stage .p-interview__stage-a .p-interview__stage-a-2 .p-interview__stage-a-2__wrap,
  .p-interview .p-interview__stage .p-interview__stage-b .p-interview__stage-b-1 .p-interview__stage-b-1__wrap,
  .p-interview .p-interview__stage .p-interview__stage-c .p-interview__stage-c-1 .p-interview__stage-c-1__wrap,
  .p-interview .p-interview__stage .p-interview__stage-c .p-interview__stage-c-2 .p-interview__stage-c-2__text,
  .p-interview .p-interview__stage .p-interview__office .p-interview__office-wrap,
  .p-status .p-status__mv .p-status__mv-wrap,
  .p-requirements .p-requirements__contents .p-requirements__contents-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-officelist .p-officelist__contents .p-officelist__contents-wrap,
  .p-flow .p-flow__contents .p-flow__contents-wrap{
    padding: 100px 15px 25px;
  }
  .p-welfare .p-welfare__contents .p-welfare__contents-wrap{
    padding: 90px 15px 0;
  }
  .p-welfare .p-welfare__pw .p-welfare__pw-wrap{
    padding: 90px 15px;
  }
  .p-status .p-status__contents .p-status__contents-wrap,
  .p-office .p-office__contents .p-office__contents-wrap{
    padding: 60px 15px 100px;
  }
  .p-office .p-office__contents .p-office__contents-interview .p-office__contents-interview__detail .p-office__contents-interview__detail-text .p-office__contents-interview__detail-text__profile .p-office__contents-interview__detail-text__profile-label{
    margin-top: 0;
  }
  .p-welfare .p-welfare__contents .p-welfare__contents-box .p-welfare__contents-box__para,
  .p-welfare .p-welfare__contents .p-welfare__contents-box .p-welfare__contents-box__title .p-welfare__contents-box__title-img{
    max-width: 300px;
  }
  .p-flow .p-flow__contents .p-flow__contents-flow .p-flow__contents-flow__step .p-flow__contents-flow__step-title__main {
    font-size: 22px;
  }
  .p-clause .p-clause__wrap{
    padding: 70px 15px;
  }
  .p-clause .p-clause__wrap__text p{
    margin-bottom: 5px;
  }
  .p-principle .p-principle__wrap{
    padding: 70px 15px;
  }
  .p-principle .p-principle__wrap__text p{
    margin-bottom: 5px;
  }
  .p-privacy .p-privacy__wrap{
    padding: 70px 15px;
  }
  .p-privacy .p-privacy__wrap__text p{
    margin-bottom: 5px;
  }
  .p-safety .p-safety__wrap{
    padding: 70px 15px;
  }
  .p-safety .p-safety__wrap__text p{
    margin-bottom: 5px;
  }
}

/* 20240209 瓦썼쮼 */
.p-news h1{
  line-height: 1.5;
}
@media screen and (max-width: 1229px){
  .p-news h1{
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px){
  .p-news h1{
    font-size: 2.4rem;
  }
}

/* 20240527 瓦썼쮼 */
.p-top__cta{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  transform: translateY(100%);
  transition: 0.3s;
}
.p-top__cta.active{
  transform: translateY(0);
}
.p-top__cta-link{
  position: relative;
  background-color: #d21319;
  padding: 0 35px 0 15px;
  width: 272px;
  height: 102px;
  border: 1px solid #d21319;
  display: flex;
  gap: 12px;
  align-items: center;
  transition: 0.3s;
}
.p-top__cta-link::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-90deg);
  width: 18px;
  height: 30px;
  background: url(../images/ico-arrow.svg) no-repeat center center / contain;
  transition: all 0.3s ease-out;
}
.p-top__cta-link .img{
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
}
.p-top__cta-link .img::before{
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.p-top__cta-link .text{
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  transition: 0.3s;
}
.p-top__cta-link01{
  border-bottom: 0.5px solid #fff;
  border-radius: 23px 0 0 0;
}
.p-top__cta-link02{
  border-top: 0.5px solid #fff;
}
.p-top__cta-link01 .img::before{
  background: url(../images/ico-hire.png) no-repeat center center / contain;
}
.p-top__cta-link02 .img::before{
  background: url(../images/ico-drivers.png) no-repeat center center / contain;
}
.p-top__cta-link:hover{
  opacity: 1;
  background-color: #fff;
}
.p-top__cta-link:hover::after{
  background: url(../images/ico-arrow_red.svg) no-repeat center center / contain;
}
.p-top__cta-link01:hover .img::before{
  background: url(../images/ico-hire_red.png) no-repeat center center / contain;
}
.p-top__cta-link02:hover .img::before{
  background: url(../images/ico-drivers_red.png) no-repeat center center / contain;
}
.p-top__cta-link:hover .text{
  color: #d21319;
}
@media screen and (max-width: 1180px){
  .p-top__cta-link{
    width: 210px;
    height: 60px;
  }
  .p-top__cta-link .img{
    width: 40px;
    height: 40px;
  }
  .p-top__cta-link .text{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px){
  .p-top__cta{
    width: 100%;
    display: flex;
  }
  .p-top__cta-link{
    padding: 0 15px 0 5px;
    width: 50%;
    height: 50px;
    gap: 8px;
    border-radius: 0;
  }
  .p-top__cta-link01{
    border-bottom: 0;
    border-radius: 0;
    border-right: 1px solid #fff;
  }
  .p-top__cta-link02{
    border-top: 0;
    border-radius: 0;
  }
  .p-top__cta-link::after{
    width: 12px;
    height: 20px;
    right: 5px;
  }
  .p-top__cta-link .img{
    width: 30px;
    height: 30px;
  }
}

/* 20240605 瓦썼쮼 */
.hover-none{
  pointer-events: none;
}
.hover-none:hover{
  opacity: 1;
}
.p-clause .p-clause__wrap__title{
  line-height: 1.5;
}
.mw800{
  max-width: 800px;
  margin: 0 auto;
}
.p-clause__wrap__bg{
  padding: 30px 60px;
  background-color: #e7eaf0;
}
.p-clause__wrap__bg img{
  max-width: 400px;
  margin: 20px auto 0 0;
}
@media screen and (max-width: 767px){
  .p-clause__wrap__bg{
    padding: 30px 15px;
  }
  
}

/*20240705 瓦썼쮼*/

.p-top__mv-img video{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .p-top__mv-img video{
    aspect-ratio: 225 / 224;
    object-fit: cover;
    object-position: right;
  }
}

.p-footer .p-footer__upper .p-footer__upper-box .p-footer__upper-box__detail .p-footer__upper-box__detail-branch .p-footer__upper-box__detail-branch__area{
  padding: 5px 10px;
}