@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/*
#main.internIdx .rEntry01{
  padding: 46px 0 55px;
}
*/



/* セクション
------------------------------------------------------------------------------- */
#main .iSection01 {
  margin: 110px 0 90px;
}



/* タイトル
------------------------------------------------------------------------------- */
#main.internIdx .rTitle01 {
  margin-bottom: 36px;
  font-size: 410%;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
  display: inline-block;
}
#main.internIdx .rVisual01_entry p{
  margin-left: 1em;
  text-indent: -1em;
  font-weight: 600;
  font-size: 134%;
  line-height: 1.7;
  color: #fa0046;
}
#main .rVisual01_entry_btn > a {
  display: inline-flex;
  align-items: center;
  margin: 16px 0 0 0.75em;
  padding: 10px 25px;
  border-radius: 999em;
  background-color: #fa0046;
  color: #fff;
  font-weight: 700;
  font-size: 171.43%;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  letter-spacing: 0.06em;
  text-decoration: none;
}





#main .inTitle01 {
  font-size: 333.33%;
  letter-spacing: 0.16em;
  font-weight: 700;
  background: none;
  padding: 0;
  color: #000;
  margin: 0 0 10px 0;
}

#main .inTitle02 {
  font-size: 233.33%;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #000;
  padding: 0;
  margin: 0 0 50px;
  border: none;
  display: flex;
  align-items: center;
}

#main .inTitle03 {
  padding: 0;
  margin: 0 0 20px;
  background: none;
  border: none;
}

#main .intern_label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.25em 0.45em 0.35em 0.85em;
  background-color: #fa0046;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 133.33%;
  line-height: 1;
  letter-spacing: 0.06em;
  vertical-align: middle;

}
@media screen and (max-width:1000px) {
  #main .rTitle01 {
    font-size: 370%;
  }
  #main .devPcTbl {
    display: none;
  }
  #main .rVisual01_entry_txt .devPcTbl {
    display: inline;
  }
  
}


/* 詳しくはこちら
------------------------------------------------------------------------------- */
#main .intern_more {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  padding: 25px 40px;
  border-radius: 10px;
  background-color: #fff;
}
#main .intern_moreIcon01,
#main .intern_moreIcon02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 0.16em;
  font-size: 134%;
  font-weight: 700;
  height: 26px;
}
#main .intern_moreIcon01 {
  background-color: #fa0046;
  min-width: 126px;
}
#main .intern_moreIcon02 {
  background-color: #bfbfbf;
  min-width: 100px;
}
#main .intern_more_btn {
  margin: 0 0 0 auto;
  font-size: 100%;
}
#main .intern_more_btn > a {
  display: flex;
  position: relative;
  align-items: center;
  width: 360px;
  height: 88px;
  padding: 0 80px 0 30px;
  border: 2px solid #bfbfbf;
  border-radius: 999em;
  color: #000;
  font-weight: 700;
  font-size: 200%;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#main .intern_more_btn > span {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 88px;
  border: 2px solid #fa0046;
  background-color: #fa0046;
  /*
  border: 2px solid #bfbfbf;
  background-color: #bfbfbf;
  */
  border-radius: 999em;
  color: #fff;
  font-weight: 700;
  font-size: 200%;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
}

#main .intern_more_btn > a::before, #main .intern_more_btn > a::after {
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  aspect-ratio: 1/1;
  width: 52px;
  height: 52px;
  margin: auto;
  border-radius: 100%;
  background: #fa0046 no-repeat center center;
  background-size: 20px;
  content: "";
}
#main .intern_more_btn > a::after {
  background-image: url(/recruit/common/images/rn/ico_arrow.svg);
  background-color: transparent;
}
#main .intern_more_btn > a[target=_blank]::before {
  background-color: transparent;
}
#main .intern_more_btn > a[target=_blank]::after {
  background-image: url(/recruit/common/images/rn/ico_window.svg);
}

.d_hover #main .intern_more_btn > a:hover {
  border-color: transparent;
  background-color: #fa0046;
  color: #fff;
}
.d_hover #main .intern_more_btn > a:hover[target=_blank]::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}



#main .intern_more_btn .rNotes01{
  margin-top: 16px;
  max-width: 360px;
  padding: 0 5px;
  font-size: 150%;
  color: #fa0046;
  box-sizing: border-box;
}
#main .intern_more_btn .rNotes01 > li{
  letter-spacing: 0;
}
