/* * * コンテナ・インナー * * */
.l-container{
  max-width: 1200px;
  padding: 0 93px;
  margin: 0 auto;
}

.l-inner{
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-container{
    max-width: none;
    padding: 25px;
  }

  .l-inner{
    max-width: none;
  }
}
/* * * コンテナ・インナー /E * * */



/* * * 住商メタレックス新卒採用ページ（recruit/index.html） * * */
/* METALEXを知る - 育児と仕事の両立について 追加 */
.retoch-p-index--business__link__top{
  display: flex;
}

.retoch-p-index--business__link__top .p-index--business__link--card{
  height: 300px;
}

.retoch-p-index--business__link__top .p-index--business__link--card__pict{
  height: 300px;
}

.retoch-p-index--business__link__top .p-index--business__link--card__pict img{
  height: 100%;
  object-fit: cover;
}

.retoch-p-index--business__link__top .p-index--business__link--card__text{
  width: 50%;
}

@media screen and (max-width: 768px) {
  .retoch-p-index--business__link__top{
    display: block;
  }

  .retoch-p-index--business__link__top .p-index--business__link--card{
    height: auto;
  }

  .retoch-p-index--business__link__top .p-index--business__link--card__pict{
    height: auto;
  }

  .retoch-p-index--business__link__top .p-index--business__link--card:first-of-type{
    margin-bottom: 20px;
  }


  .retoch-p-index--business__link__top .p-index--business__link--card__text{
    width: 64.5%;
  }
}
/* METALEXを知る - 育児と仕事の両立について 追加 /E */


/* 人を知る - 海外駐在員からのメッセージリンク追加 */
.p-index--people__abroad-link{
  display: block;
  width: 100%;
}

.p-index--people__abroad-link a{
  font-size: 28px;
  letter-spacing: 0.2em;
  display: block;
  width: 50%;
  margin: 0px auto 100px;
  text-align: center;
  color: #fff;
  position: relative;
}

.p-index--people__abroad-link a::after{
  content: "";
  height: 4px;
  width: 25%;
  background-color: #ca0114;
  position: absolute;
  left: 0;
  bottom: -13px;
}

.p-index--people__abroad-link a::before{
  content: "";
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -12px;
}

@media screen and (max-width: 768px){
  .p-index--people__abroad-link a{
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto -30px;
  }

  .p-index--people__abroad-link a{
    width: 90%;
  }

  .p-index--people__abroad-link a::after{
    height: 2px;
  }

  .p-index--people__abroad-link a::before{
    height: 1px;
  }
}
/* 人を知る - 海外駐在員からのメッセージリンク追加 /E */
/* * * 住商メタレックス新卒採用ページ（recruit/index.html） * * */


/* * * 思いを知る（recruit/view/index.html） * * */
.p-view--index__title--hdg__small{
  font-size: 12px;
  margin-left: 5px;
}
/* * * 思いを知る（recruit/view/index.html）/E * * */


/* * * METALEXを知る（recruit/business/index.html） * * */
.retouch-p-business__link{
  flex-wrap: nowrap !important;
}

@media screen and (max-width: 768px) {
  .retouch-p-business__link{
    flex-wrap: wrap !important;
  }
}
/* * * METALEXを知る（recruit/business/index.html）/E * * */


/* * * 
METALEXを知る - はじめに知る住商メタレックス
（recruit/business/introduction.html）
 * * */
.p-introduction__parenting-link{
  font-size: 18px;
  display: inline-block;
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.p-introduction__parenting-link::before{
  content: "";
  background-color: #CA0114;
  height: 2px;
  width: 100%;
  position: absolute;              
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
/* * * 
METALEXを知る - はじめに知る住商メタレックス
（recruit/business/introduction.html）/E
 * * */


/* * * スタッフページ（recruit/people/index.html） * * */
/* ※役職・グループは取材当時のもの */
.p-people--index__title--hdg__small{
  font-size: 12px;
  margin-left: 5px;
}

/* 新規２名追加 */
.retouch-p-people--index__link--top{
  height: 25vw !important;
}

@media screen and (max-width: 768px){
  .retouch-p-people--index__link{
    padding: 0 !important;
  }
  .retouch-p-people--index__link--top{
    height: auto !important;
    padding-top: 10% !important;
  }
}

/* 海外駐在員からのメッセージリンク 追加 */
.p-people--index__abroad-link{
  display: block;
  width: 100%;
}

.p-people--index__abroad-link a{
  font-size: 28px;
  letter-spacing: 0.2em;
  display: block;
  width: 50%;
  margin: 0px auto 100px;
  text-align: center;
  color: #fff;
  position: relative;
}

.p-people--index__abroad-link a::after{
  content: "";
  height: 4px;
  width: 25%;
  background-color: #ca0114;
  position: absolute;
  left: 0;
  bottom: -13px;
}

.p-people--index__abroad-link a::before{
  content: "";
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -12px;
}

@media screen and (max-width: 768px){
  .p-people--index__abroad-link a{
    font-size: 14px;
    font-weight: bold;
  }

  .p-people--index__abroad-link a{
    width: 90%;
  }

  .p-people--index__abroad-link a::after{
    height: 2px;
  }

  .p-people--index__abroad-link a::before{
    height: 1px;
  }
}
/* * * スタッフページ（recruit/people/index.html）/E * * */


/* * * 
人を知る - タイトルテキスト画像のサイズ 
（recruit/people/staff_06.html, staff_07.html）
* * */
.p-people .p-people__kv__hdg.is-staff-06 {
  width: 531.75px;
}
.p-people .p-people__kv__hdg.is-staff-07 {
  width: 800px;
}

.p-people__nav--retouch{
  max-width: none !important;
  width: 100% !important;
  justify-content: center;
}

@media screen and (min-width: 769px) and (max-width: 1399px) {
  .p-people .p-people__kv__hdg.is-staff-07 {
    width: 42vw;
  }
}

@media screen and (max-width: 768px) {
  .p-people .p-people__kv__hdg.is-staff-06,
  .p-people .p-people__kv__hdg.is-staff-07{
    width: 70vw;
  }  
}
/* * * 
人を知る - タイトルテキスト画像のサイズ 
（recruit/people/staff_06.html, staff_07.html）/E
* * */


/* * * 
人を知る - 海外駐在員からのメッセージページ 
（recruit/people/abroad_message.html）
* * */

.p-abroud__body{
  /* font-family: sans-serif !important; */
}

/* ファーストビュー */
.p-abrod-fv{
  position: relative;
}
.p-abrod {
  
}

.p-abrod-fv-text{
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.p-abrod-fv-text__en{
  font-size: 90px;
  margin-bottom: 15px;
}

.p-abrod-fv-text__ja{
  font-size: 40px;
}

@media screen and (min-width: 769px) and (max-width: 1399px){
  .p-abrod-fv-text__en{
    font-size: calc(90 / 1920 * 100vw);
  }
  
  .p-abrod-fv-text__ja{
    font-size: calc(40 / 1920 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .p-abrod-fv{
    height: 245px;
  }

  .p-abrod-fv img{
    height: 100%;
    object-fit: cover;
  }

  .p-abrod-fv-text__en{
    white-space: nowrap;
    font-size: 7.5vw;
    overflow: hidden;
  }

  .p-abrod-fv-text__ja{
    font-size: 16px;
  }
}
/* ファーストビュー /E */


/* スタッフリスト */
.p-abrod-staff-list{
  display: flex;
}

.p-abrod-staff-list-item{
  width: 50%;
  position: relative;
  transition: ease 0.3s;
  top: -2px;
}

.p-abrod-staff-list-item:hover{
  opacity: 0.8;
}

.p-abrod-staff-list-item__number{
  width: 245px;
  margin: 40px 0 0 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.p-abrod-staff-list-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;          
  position: absolute;
  bottom: 0;
}

.p-abrod-staff-list-info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 45px 56px;
}

.p-abrod-staff-list-info-text{
  color: #fff;
  margin-left: 15px;
}

.p-abrod-staff-list-info-text__office{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.p-abrod-staff-list-info-text__name{
  font-size: 16px;
}

.p-abrod-staff-list-jump{
  padding: 0 40px 40px 0;
}

@media screen and (min-width: 769px) and (max-width: 1399px){
  .p-abrod-staff-list-info-text__office{
    font-size: calc(30 / 1920 * 100vw);
  }

  .p-abrod-staff-list-info-text__name{
    font-size: calc(16 / 1920 * 100vw);
  }
}

@media screen and (max-width: 1200px) {
  .p-abrod-staff-list-item__number{
    width: 110px;
    margin: 20px 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-abrod-staff-list{
    display: block;
  }

  .p-abrod-staff-list-item{
    display: block;
    width: 100%;
    height: 200px;
  }

  .p-abrod-staff-list-item:last-of-type{
    top: -2px;
  }

  .p-abrod-staff-list-item__number{
    width: 100px;;
    margin: 10px 0 0;
  }

  .p-abrod-staff-list-item__image{
    height: 100%;
    object-fit: cover;
  }

  .p-abrod-staff-list-info{
    padding: 0 0 3px 25px !important;
  }

  .p-abrod-staff-list-info-flag__image{
    width: 47px;
    height: 47px;
  }

  .p-abrod-staff-list-info-text{
    color: #fff;
    margin-left: 10px;
  }
  

  .p-abrod-staff-list-info-text__office{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .p-abrod-staff-list-info-text__name{
    font-size: 14px;
  }

  .p-abrod-staff-list-jump{
    padding: 0;
  }

  .p-abrod-staff-list-jump__link{
    width: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* スタッフリスト /E */

.p-abrod-nav{
  margin-top: 110px;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .p-abrod-nav{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-abrod-nav a{
    margin-left: auto;
    margin-right: auto;
  }

  .p-abrod-nav .b-lower-nav__item{
    width: 72vw !important;
  }
}

/* スタッフ */
.p-abroad-staff-01{
  position: relative;
  padding: 160px 0;
}

.p-abroad-staff-01__side-msg{
  font-size: 120px;
  font-weight: normal;
  color: #F4F4F4;
  writing-mode: vertical-rl;
  position: absolute;
  right: 25px;
  top: 30px;
  z-index: -1;
  font-family: 'Cabin-Medium';
}

.p-abroad-staff-02{
  padding: 165px 0;
  position: relative;
  background-color: #F2F2F2;
}

.p-abroad-staff-02__side-msg{
  font-size: 120px;
  font-weight: normal;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  left: 25px;
  top: 30px;
  z-index: 0;
}

.p-abrod-staff-info{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-abrod-staff-info-flag__image{
  width: 88px;
  height: 88px;
}

.p-abrod-staff-info-text{
  margin-left: 15px;
}

.p-abrod-staff-info-text__office{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.p-abrod-staff-info-text__name{
  font-size: 16px;
}

.p-abrod-staff-image{
  position: relative;
}

.p-abrod-staff-image__number{
  width: 245px;
  position: absolute;
  left: 60px;
  top: -120px;
}

.p-abrod-staff-msg{
  padding-top: 110px;
}

.p-abrod-staff-msg-item{
  margin-bottom: 78px;
}

.p-abrod-staff-msg-item__question{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 2;
}

.p-abrod-staff-msg-item__answer{
  font-size: 16px;
  line-height: 2;
}

.p-abrod-staff__gallery{
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .p-abrod-staff-image__number{
    width: 180px;
    top: -85px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399px){
  .p-abrod-staff-info-text__office{
    font-size: calc(30 / 1920 * 100vw);
  }

  .p-abrod-staff-info-text__name{
    font-size: calc(16 / 1920 * 100vw);
  }

  .p-abrod-staff-msg-item__question{
    font-size: calc(30 / 1920 * 100vw);
  }

  .p-abrod-staff-msg-item__answer{
    font-size: calc(16 / 1920 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .p-abroad-staff-01{
    padding: 80px 0 60px;
  }

  .p-abroad-staff-02{
    padding: 75px 0;
  }

  .p-abrod-staff-image__image{
    height: 250px;
    object-fit: cover;
  }

  .p-abrod-staff-info{
    justify-content: flex-start;
    margin: 22px 0 0;
  }

  .p-abrod-staff-info-flag__image{
    width: 47px;
    height: 47px;
  }

  .p-abrod-staff-info-text{
    margin-left: 10px;
  }

  .p-abrod-staff-info-text__office{
    font-size: 18px;
    margin-bottom: 8px;
  }

  .p-abrod-staff-info-text__name{
    font-size: 14px;
  }

  .p-abrod-staff-image{
    position: relative;
  }

  .p-abrod-staff-image__number{
    width: 110px;
    left: 5px;
    top: -50px;
  }

  .p-abrod-staff-msg{
    padding-top: 60px;
  }

  .p-abrod-staff-msg-item{
    margin-bottom: 60px;
  }

  .p-abrod-staff-msg-item__question{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3.5px;
    line-height: 1.5;
  }

  .p-abrod-staff-msg-item__answer{
    font-size: 14px;
    line-height: 1.73;
  }

  .p-abrod-staff__gallery {
    margin-top: -18px;
  }

}
/* スタッフ /E */


/* スタッフリスト */
.p-abrod-staff-link{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 1385px;
  height: 100%;
  margin: 140px auto;
}

.p-abrod-staff-link-item{
  margin: 0 15px;
  position: relative;
  text-decoration: none;
  color: #fff;
}

.p-abrod-staff-link-info{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 20px 20px;
}

.p-abrod-staff-link-info__name{
  font-size: 18px;
  margin-bottom: 23px;
}

.p-abrod-staff-link-info__position{
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-abrod-staff-link{
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .p-abrod-staff-link-item__image{
    width: auto;
    height: 285px;
    object-fit: cover;
  }
}
/* スタッフリスト /E */
/* * * 
人を知る - 海外駐在員からのメッセージページ 
（recruit/people/abroad_message.html）/E
* * */


/* * * 
METALEXを知る - 育児と仕事の両立について 
（recruit/business/parenting.html）
* * */
/* ファーストビュー */

.p-parenting-body{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400px;
}

.p-parenting-fv{
  position: relative;
}

.p-parenting-fv-text{
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.p-parenting-fv-text__en{
  font-size: 90px;
  margin-bottom: 15px;
}

.p-parenting-fv-text__ja{
  font-size: 40px;
}

@media screen and (min-width: 769px) and (max-width: 1399px){
  .p-parenting-fv-text__en{
    font-size: calc(90 / 1920 * 100vw);
  }
  
  .p-parenting-fv-text__ja{
    font-size: calc(40 / 1920 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .p-parenting-fv-text__en{
    font-size: 30px;
  }

  .p-parenting-fv-text__ja{
    font-size: 16px;
  }
}
/* ファーストビュー /E */


/* 仕事と育児両立支援制度 */
.p-parenting-system{
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-parenting-system__intro{
  text-align: center;
  margin-bottom: 135px;
}

.p-parenting-system__title{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 65px;
}

.p-parenting-system-genre{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.p-parenting-system-genre--pink,
.p-parenting-system-genre--blue,
.p-parenting-system-genre--yellow{
  font-size: 15px;
  position: relative;
  padding-left: 45px;
  margin-right: 65px;
}

.p-parenting-system-genre--pink::before,
.p-parenting-system-genre--blue::before,
.p-parenting-system-genre--yellow::before{
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-parenting-system-genre--pink::before{
  background-color: #ED81AF;
}

.p-parenting-system-genre--blue::before{
  background-color: #46C7DE;
}

.p-parenting-system-genre--yellow::before{
  background-color: #EAC340;
}

@media screen and (max-width: 1200px){
  .p-parenting-system__title{
    margin-bottom: 25px;
  }
  
  .p-parenting-system-genre{
    display: block;
  }

  .p-parenting-system-genre--pink,
  .p-parenting-system-genre--blue,
  .p-parenting-system-genre--yellow{
    margin-bottom: 27px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399px){
  .p-parenting-system__intro{
    font-size: calc(16 / 1920 * 100vw);
  }

  .p-parenting-system__title{
    font-size: calc(30 / 1920 * 100vw);
  }

  .p-parenting-system-genre--pink,
  .p-parenting-system-genre--blue,
  .p-parenting-system-genre--yellow{
    font-size: calc(15 / 1920 * 100vw);
  }
}

@media screen and (max-width: 768px){
  .p-parenting-system{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-parenting-system__intro{
    font-size: 14px;
    text-align: left;
    line-height: 2;
    margin-bottom: 70px;
  }

  .p-parenting-system__title{
    font-size: 18px;
  }

  .p-parenting-system-genre--pink,
  .p-parenting-system-genre--blue,
  .p-parenting-system-genre--yellow{
    font-size: 12px;
    margin-bottom: 27px;
  }
}
/* 仕事と育児両立支援制度 /E */


/* グラフコンテンツ */
.p-parenting-graph{
  position: relative;
}

.p-parenting-graph-item-open{            
  border: none;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.p-parenting-graph-item-open-container{
  position: relative;
  display: block;
  text-align: center;
}

.p-parenting-graph-item-opne__text{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 15px 0;
  white-space: nowrap;
}

.p-parenting-graph-item-opne__text span{
  font-size: 13px;
}

.p-parenting-graph-item-open__image{
  width: 28px;
  height: 28px;
  position: absolute;
  right: -10px;
  bottom: 0;
  transform: translateY(50%) rotate(45deg);
}

#p-parenting-graph-item-1-open{
  width: 21.5%;
  background-color: #ED81AF;
  left: 17.5%;
  top: 13%;        
}

#p-parenting-graph-item-2-open{
  width: 41%;
  background-color: #ED81AF;
  left: 6.5%;
  top: 20.5%;        
}

#p-parenting-graph-item-3-open{
  width: 28%;
  background-color: #46C7DE;
  left: 14.5%;
  top: 28%;        
}

#p-parenting-graph-item-4-open{
  width: 11%;
  background-color: #46C7DE;
  left: 28%;
  top: 35.5%;        
}

#p-parenting-graph-item-5-open{
  width: 43.5%;
  background-color: #EAC340;
  left: 28%;
  top: 45.5%;        
}

#p-parenting-graph-item-6-open{
  width: 54.5%;
  background-color: #EAC340;
  left: 28%;
  top: 53%;        
}

#p-parenting-graph-item-7-open{
  width: 65.3%;
  background-color: #EAC340;
  left: 28%;
  top: 60.5%;        
}

#p-parenting-graph-item-8-open{
  width: 65.3%;
  background-color: #EAC340;
  left: 28%;
  top: 68%;        
}

#p-parenting-graph-item-9-open{
  width: 72%;
  background-color: #EAC340;
  left: 28%;
  top: 75.5%;        
  border-radius: 100px 0 0 100px;
}

#p-parenting-graph-item-10-open{
  width: 72%;
  background-color: #EAC340;
  left: 28%;
  top: 83%;        
  border-radius: 100px 0 0 100px;
}


.p-parenting-graph-item-modal{
  display: none;
  width: 100vw;
  height: 100svh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.p-parenting-graph-item-modal-bg{
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;            
}

.p-parenting-graph-item-modal-wraper{
  background-color: #fff;
  width: 630px;
  height: 280px;
  border: 10px solid #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-parenting-graph-item-modal-wraper--pink{
  border-color: #ED81AF;
}

.p-parenting-graph-item-modal-wraper--blue{
  border-color: #46C7DE;
}

.p-parenting-graph-item-modal-wraper--yellow{
  border-color: #EAC340;
}

.p-parenting-graph-item-modal-close{
  cursor: pointer;
  background-color: initial;
  border: none;
  display: block;
  margin-left: auto;
  padding: 10px;
}

.p-parenting-graph-item-modal-content{
  padding: 30px 80px 0;
}

.p-parenting-graph-item-modal-content__title{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 35px;
}

.p-parenting-graph-item-modal-content__text{
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .p-parenting-graph-item-opne__text{
    font-size: 12px;
    padding: 1px 0;              
  }

  .p-parenting-graph-item-opne__text span{
    font-size: 8px;
  }

  .p-parenting-graph-item-opne__text--small{
    font-size: 8px;
  }

  .p-parenting-graph-item-open__image{
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-parenting-graph-item-open{
    border-radius: 20px;
  }

  .p-parenting-graph-item-opne__text{
    font-size: 10px;
    padding: 6px 0;
  }

  .p-parenting-graph-item-opne__text span{
    font-size: 10px;
  }

  .p-parenting-graph-item-opne__text--small{
    font-size: 10px;
  }

  #p-parenting-graph-item-1-open{
    width: 20%;
    left: 20%;
    top: 7%;        
  }

  #p-parenting-graph-item-2-open{
    width: 36.5%;
    left: 10.5%;
    top: 16%;        
  }

  #p-parenting-graph-item-3-open{
    width: 28%;
    background-color: #46C7DE;
    left: 14.5%;
    top: 25%;        
  }

  #p-parenting-graph-item-4-open{
    width: 11%;
    background-color: #46C7DE;
    left: 29%;
    top: 34%;
  }

  #p-parenting-graph-item-5-open{
    width: 42%;
    background-color: #EAC340;
    left: 28%;
    top: 48.5%;        
  }

  #p-parenting-graph-item-6-open{
    width: 51.5%;
    background-color: #EAC340;
    left: 28%;
    top: 56%;        
  }

  #p-parenting-graph-item-7-open{
    width: 61.3%;
    background-color: #EAC340;
    left: 28%;
    top: 63.5%;        
  }

  #p-parenting-graph-item-8-open{
    width: 61.3%;
    background-color: #EAC340;
    left: 28%;
    top: 71%;        
  }

  #p-parenting-graph-item-9-open{
    width: 72%;
    background-color: #EAC340;
    left: 28%;
    top: 78.5%;        
    border-radius: 100px 0 0 100px;
  }

  #p-parenting-graph-item-10-open{
    width: 72%;
    background-color: #EAC340;
    left: 28%;
    top: 86%;        
    border-radius: 100px 0 0 100px;
  }

  #p-parenting-graph-item-4-open .p-parenting-graph-item-opne__text{
    writing-mode: vertical-rl; 
    position: relative; 
    /* left: -10%; */
    left: 50%;
    transform: translateX(-50%);
  }

  .p-parenting-graph-item-modal-wraper{
    width: 85%;
    height: 195px;
  }

  .p-parenting-graph-item-modal-content__title{
    font-size: 18px;
  }
  
  .p-parenting-graph-item-modal-content__text{
    font-size: 14px;
  }

  .p-parenting-graph-item-modal-content{
    padding: 20px 25px;
    margin-top: -35px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399px) {
  .p-people .p-people__kv__hdg.is-staff-06 {
    width: 27.6vw;
  }
  .p-people .p-people__kv__hdg.is-staff-0 {
    width: 27.6vw;
  }
  .p-parenting-graph-item-opne__text {
    padding: 0.7vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {

  .p-parenting-graph-item-opne__text {
    padding: 0.3vw 0;
  }
}
/* グラフコンテンツ /E */
/* * * 
METALEXを知る - 育児と仕事の両立について 
（recruit/business/parenting.html）/E
* * */
.p-people--index__link--card__pict .u-is-sp {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.p-people .p-people__nav .p-people__nav__item .u-is-sp {
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-abrod-staff-list-info-flag {
    width: 88px;
  }

}

@media screen and (max-width: 768px) {
  .p-abrod-staff-list-content {
    padding-bottom: 13px;
  }
  .p-abrod-staff-list-info-text__office {
    font-size: 16px;
  }
  .p-abrod-staff-info-text__office {
    font-size: 16px;
  }
}
.p-abrod-staff-list-info-text__office {
  line-height: 1.4;
}
.p-abrod-staff-info-text__office {
  line-height: 1.4;
}