@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* アンカーリスト
------------------------------------------------------------------------------- */
#main .iAnchor01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 70px 0 115px;
}
#main .iAnchor01 > li {
  font-size: 128.57%;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#main .iAnchor01 > li > a {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 999em;
  text-decoration: none;
  color: #000;
  height: 48px;
  padding: 2px 68px 5px 20px;
  position: relative;
  transition: border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .iAnchor01 > li > a::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid #fa0046;
  border-right: 2px solid #fa0046;
  position: absolute;
  right: 22px;
  top: calc(50% - 11px);
  transform: rotate(135deg);
}

.d_hover #main .iAnchor01 > li > a:hover {
  border-color: #fa0046;
}

/* レイアウト
------------------------------------------------------------------------------- */
#main .iLayout01 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#main .iLayout01_item {
  width: calc(50% - 20px);
}
#main .iLayout01_item.fnAnchorT {
  margin-top: -68px;
  padding-top: 68px;
}
#main .iLayout01 + .rTitle02{
  margin-top: 160px;
}



/* リンク
------------------------------------------------------------------------------- */
#main .iLink01 {
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#main .iLink01::before, #main .iLink01::after {
  content: "";
  position: absolute;
  width: 52px;
  aspect-ratio: 1/1;
  background: #fa0046 no-repeat center center;
  background-size: 20px;
  border-radius: 100%;
  bottom: 35px;
  right: 30px;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .iLink01::after {
  background-color: transparent;
  background-image: url(/recruit/common/images/rn/ico_arrow.svg);
}
#main .iLink01_column {
  display: flex;
  justify-content: space-between;
  aspect-ratio: 53/30;
  overflow: hidden;
}
#main .iLink01_column > div:nth-of-type(1) {
  width: 56.7%;
  margin-right: 2px;
  background-color: #000;
  position: relative;
}
#main .iLink01_column > div:nth-of-type(2) {
  width: calc(43.4% - 2px);
}
#main .iLink01_tit {
  color: #fff;
  background-color: #d9003d;
  border: none;
  padding: 0;
  font-size: clamp(32px, 3.15vw, 36px);
  line-height: 1;
  letter-spacing: 0.16em;
  padding: 0 30px 5px;
  margin: 0;
  height: 80px;
  display: flex;
  align-items: center;
}
#main .iLink01_lead {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
  font-size: clamp(17px, 1.75vw, 20px);
  line-height: 2;
  font-weight: 700;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 20px 3.33% 0 30px;
}
#main .iLink01_txt {
  color: #000;
  font-size: 150%;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 20px 110px 22px 30px;
}
#main .iLink01_img img {
  width: 100%;
  height: auto;
}
#main .iLink01_img-01 img {
  opacity: 0.7;
}

.d_hover #main .iLink01:hover::before {
  transform: scale(1.125);
}
