@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* セクション
------------------------------------------------------------------------------- */
#main .iSection01 {
  margin: 60px 0 90px;
}
#main .iSection02 {
  margin: 60px 0;
  padding: 0 0 0 28px;
}
#main .iSection03 {
  margin: 60px 0;
  padding: 0 0 0 28px;
}

/* タイトル
------------------------------------------------------------------------------- */
#main .rTitle01 {
  font-size: 410%;
  letter-spacing: 0.14em;
  position: relative;
  z-index: 1;
  display: inline-block;
}

#main .iTitle01 {
  font-size: 333.33%;
  letter-spacing: 0.16em;
  font-weight: 700;
  background: none;
  padding: 0;
  color: #000;
  margin: 0 0 35px;
}
#main .iTitle01_sub {
  font-size: 233.33%;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: none;
  padding: 0;
  color: #000;
  margin: 0 0 5px;
}
#main .iTitle01_sub span{
  color: #fa0046;
}
#main .iTitle02 {
  font-size: 233.33%;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000;
  padding: 0;
  margin: 0 0 25px;
  border: none;
}
#main .iTitle02_sub {
  display: inline-flex;
  position: relative;
  margin: 60px 0 5px;
  padding: 0;
  background: none;
  font-weight: 700;
  font-size: 200%;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.06em;
  color: #fa0046;
}
#main .iTitle03 {
  font-size: 233.33%;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #000;
  padding: 0;
  margin: 10px 0 0;
  border: none;
  display: flex;
  align-items: center;
}
#main .iTitle03_en {
  font-family: "Roboto", sans-serif;
}
#main .iTitle03 > img {
  width: 164px;
  height: auto;
  margin: 0 10px 0 0;
}
#main .iTitle04 {
  font-size: 233.33%;
  letter-spacing: 0.16em;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 20px -28px;
  color: #000;
  border: none;
}
#main .iTitle04::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fa0046;
  top: 0.75em;
  left: 0;
}


@media screen and (max-width:1000px) {
  #main .rTitle01 {
    font-size: 370%;
  }
  #main .iTitle02_sub {
    margin: 0 0 5px;
  }
  #main .rNotes01 > li {
    font-size: 95%;
  }
}

/* ボタン
------------------------------------------------------------------------------- */
#main .rBtn01-entry > a{
  background-color: #fa0046;
  color: #fff;
  border: none;
}
#main .rBtn02-entry > a {
  display: inline-flex;
  align-items: center;
  width: 220px;
  height: 60px;
  margin: 0;
  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 .iFlowList01 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-left: -28px;
}
#main .iFlowList01 > li {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 128.57%;
  letter-spacing: 0.06em;
  padding: 25px;
}
#main .iFlowList01 > li:not(:last-child)::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 25px;
  height: 22px;
  background: url(/recruit/common/images/rn/ico_triangle.svg) no-repeat;
  background-size: contain;
}

/* プログラム内容 */
#main .rLinkList10_cate {
  margin: 0;
  gap: 10px;
}
#main .rLinkList10_cate > li{
  background-color: #fff;
  font-size: 117%;
}

#main .icourseList01_blc .rLayout01_item .rTxt01 {
  font-size: 146%;
  letter-spacing: 0;
}

/* 問い合わせ先
------------------------------------------------------------------------------- */
#main .iContact_wrap {
  margin-bottom: 200px;
}

#main .iContact {
  background-color: #fff;
  border-radius: 10px;
  margin-left: -28px;
  padding: 40px;
}
#main .iContactTitle01 {
  margin: 0 10px 0 0;
  padding: 0.25em 0.5em;
  border-radius: 999em;
  background-color: #fa0046;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
#main .iContactTitle01.mail{
  margin-left: 20px;
}
.iContactWrap{
  padding: 10px 0 0;
  display: block;
}
#main .rLayout01_item {
  align-items: flex-start;
}

/* こんな人におすすめ！
------------------------------------------------------------------------------- */
#main .irecommendList01 {
  display: flex;
  gap: 0 24px;
  margin-top: 54px;
}
#main .irecommendList01 > li {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: calc(100% - 16px);
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 5px 5px 20px 0px rgba(171, 171, 171, 0.05);
  font-weight: 700;
  font-size: clamp(18px, 1.81vw, 20px);
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
#main .irecommendList01 > li b {
  color: #fa0046;
  font-size: 140%;
}

/* インターンシップコース
------------------------------------------------------------------------------- */
#main .icourseList01{
  margin-left: 30px;
}
#main .icourseList01_item {
  border-bottom: 1px solid #aaa;
}
#main .icourseList01_header {
  position: relative;
  padding: 40px 100px 40px 20px;
  cursor: pointer;
}
#main .icourseList01_header::after {
  -webkit-transform: rotate(-180deg);
  position: absolute;
  top: calc(50% - 24px);
  right: 30px;
  width: 48px;
  height: 48px;
  transform: rotate(-180deg);
  border: 2px solid #bfbfbf;
  border-radius: 100%;
  background: url(/recruit/common/images/rn/ico_plus.svg) no-repeat center center;
  background-size: 20px auto;
  content: "";
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
#main .icourseList01_header.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-image: url(/recruit/common/images/rn/ico_minus.svg);
}
#main .icourseList01_header.comingSoon {
  cursor: default;
}
#main .icourseList01_header.comingSoon::after {
  background: none;
  position: static;
  width: auto;
  height: auto;
  border: none;
}

#main .iTxt01 {
  font-size: 233.33%;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #cbcbcb;
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
}

#main .icourseList01_panel {
  display: none;
  position: relative;
  overflow: hidden;
  background-color: #eee;
}
#main .icourseList01_blc {
  padding: 56px 40px 78px 40px;
}

/* インターンシップ参加者の声
------------------------------------------------------------------------------- */
#main .iVoiceBg01 {
  padding: 100px 0 118px;
}
#main .iVoiceList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 50px 0 0;
}
#main .iVoiceList01_item {
  position: relative;
  width: calc(50% - 20px);
  min-height: 8.3em;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 128.57%;
  line-height: 2;
  letter-spacing: 0.06em;
}
#main .iVoiceList01_item.minH4lh {
  min-height: 11.2em;
}
#main .iVoiceList01_item.minHAuto {
  min-height: auto;
}
#main .iVoiceList01_item-p01Pc {
  padding-left: 98px;
}
#main .iVoiceList01_item-p02Pc {
  padding-right: 98px;
}
#main .iVoiceList01_img {
  z-index: 1;
  position: absolute;
}
#main .iVoiceList01_img-01 {
  top: -30px;
  left: 22px;
  width: 75px;
  height: auto;
}
#main .iVoiceList01_img-02 {
  top: -30px;
  right: -20px;
width: 100px;
  height: auto;
}
#main .iVoiceList01_img-03 {
  top: -20px;
  left: 20px;
  width: 47px;
  height: auto;
}
#main .iVoiceList01_txt01 {
  font-size: 77.5%;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
/* スライダー */
#main .iVoiceSlider01 {
  margin: 80px auto 0;
  padding: 0;
}
#main .iVoiceSlider01 .swiper-slide{
  border-radius: 10px;
  overflow: hidden;
}
#main .iVoiceSlider01 .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main .iVoiceSlider01 .swiper {
  overflow: visible;
}
#main .iVoiceSlider01 .swiper-wrapper {
  transition-timing-function: linear;
}

#main .iVoiceSlider01 .rNotes01{
  text-align: right;
  color: #fff;
}
#main .rNotes01 > li {
  letter-spacing: 0.06em;
}


/* インターン担当者メッセージ
------------------------------------------------------------------------------- */
#main .iVoice01 {
  margin: 120px 0;
  overflow: hidden;
  border-radius: 10px;
}
#main .iVoice01_blc {
  padding: 40px;
  background-color: #fff;
}
#main .iVoice01_tit {
  display: flex;
  align-items: center;
  height: 80px;
  margin: 0;
  padding: 0 40px;
  border: none;
  background-color: #d9003d;
  color: #fff;
  font-weight: 700;
  font-size: 233.33%;
  line-height: 1;
  letter-spacing: 0.16em;
}