@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* 活躍促進
------------------------------------------------------------------------------- */
#main .sPromotion01 {
  margin: 84px 0 150px;
}
#main .sPromotion01 sup {
  padding-top: 0.8em;
  font-size: 50%;
}
#main .sPromotion01_ttl {
  margin: 0 0 35px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  font-size: 333.33%;
  letter-spacing: 0.2em;
}
#main .sPromotion01_notes {
  margin: 12px 0 0;
}
#main .sPromotion01_notes li {
  position: relative;
  padding: 0 0 0 2.5em;
  font-size: 100%;
  line-height: 1.71;
  letter-spacing: 0.06em;
}
#main .sPromotion01_notes li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
#main .sPromotion01_more {
  display: flex;
  align-items: center;
  margin: 80px 0 0;
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #fff;
}
#main .sPromotion01_more > dt {
  font-weight: 700;
  font-size: 233.33%;
  line-height: 2.14;
  letter-spacing: 0.2em;
}
#main .sPromotion01_more > dd {
  margin: 0 0 0 auto;
  font-size: 100%;
}
#main .sPromotion01_more > dd a {
  width: 310px;
}
#main .sPromotion01_btn > a {
  display: flex;
  position: relative;
  align-items: center;
  width: 390px;
  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 .sPromotion01_btn > a::before, #main .sPromotion01_btn > a::after {
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  aspect-ratio: 1/1;
  width: 52px;
  margin: auto;
  border-radius: 100%;
  background: #fa0046 no-repeat center center;
  background-size: 20px;
  content: "";
}
#main .sPromotion01_btn > a::after {
  background-image: url(/recruit/common/images/rn/ico_arrow.svg);
  background-color: transparent;
}
#main .sPromotion01_btn > a[target=_blank]::before {
  background-color: transparent;
}
#main .sPromotion01_btn > a[target=_blank]::after {
  background-image: url(/recruit/common/images/rn/ico_window.svg);
}

.d_hover #main .sPromotion01_btn > a:hover {
  border-color: transparent;
  background-color: #fa0046;
  color: #fff;
}
.d_hover #main .sPromotion01_btn > a:hover[target=_blank]::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* トークヘッダー
------------------------------------------------------------------------------- */
#main .sTalkHeader01 {
  padding: 100px 0 102px;
}
#main .sTalkHeader01_lead {
  margin: 40px 0 72px;
  font-size: 150%;
  line-height: 2;
  letter-spacing: 0.04em;
}
#main .sTalkHeader01_column01 {
  display: flex;
  gap: 22px;
}
#main .sTalkHeader01_column01 > div {
  width: calc((100% - 44px) / 3);
}
#main .sTalkHeader01_tag {
  display: inline-flex;
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 128.57%;
  line-height: 1;
  letter-spacing: 0.06em;
}
#main .sTalkHeader01_tag > li {
  padding: 8px 17px 9px;
  border-radius: 999em;
  background-color: #680000;
}
#main .sTalkHeader01_name {
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 300%;
  line-height: 1;
  letter-spacing: 0.2em;
}
#main .sTalkHeader01_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#main .sTalkHeader01 .rTitle02_en {
  font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  letter-spacing: 0.2em;
}
#main .sTalkHeader01.rBg-red {
  color: #fff;
}

/* セクション
------------------------------------------------------------------------------- */
#main .sSection01 {
  margin: 132px 0 156px;
}

/* トークコンテンツ
------------------------------------------------------------------------------- */
#main .sTalkContent01 {
  margin: 245px 0 200px;
}
#main .sTalkContent01_sec:not(:first-child) {
  margin-top: 200px;
}
#main .sTalkContent01_ttl {
  margin: 51px 0 0;
  padding: 0;
  border: none;
  color: #000;
  font-weight: 700;
  font-size: 183.33%;
  line-height: 2.18;
  letter-spacing: 0.2em;
}

/* レイアウト
------------------------------------------------------------------------------- */
#main .sLayout01 {
  display: flex;
  flex-direction: column;
  margin: 28px 0 0;
  gap: 55px 8px;
}
#main .sLayout01_item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
#main .sLayout01_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#main .sLayout01_item > div {
  width: calc(50% - 20px);
}
#main .sLayout01_img {
  margin-top: 11px;
}
#main .sLayout01_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#main .sLayout01-item-reversePc {
  /* 左右リバース */
}
#main .sLayout01-item-reversePc .sLayout01_item {
  flex-direction: row-reverse;
  align-items: flex-start;
}
#main .sLayout01-item-reversePc .sLayout01_item:nth-of-type(2n) {
  flex-direction: row;
}

/* トーク
------------------------------------------------------------------------------- */
#main .sTalk01 {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
#main .sTalk01_item {
  display: flex;
}
#main .sTalk01_item > p:nth-of-type(1) {
  width: 3.2em;
}
#main .sTalk01_item > p:nth-of-type(2) {
  width: calc(100% - 3em);
}
#main .sTalk01_name {
  font-weight: 700;
  font-size: 150%;
  line-height: 2;
}

/* イメージ
------------------------------------------------------------------------------- */
#main .sImg01 {
  margin: 80px 0 0;
}
#main .sImg01 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
