<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ****************************************************************************

　目次

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

　01. モジュール

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

　01. モジュール

=============================================================================== */
/* MV
------------------------------------------------------------------------------- */
#main .iVisual01 {
  position: relative;
  padding: 290px 0 80px;
  text-align: right;
}
#main .iVisual01_tit {
  margin: 0 -0.2em 26px 0;
  padding: 0;
  border: none;
  color: #000;
  font-weight: 700;
  font-size: 433.33%;
  letter-spacing: 0.26em;
}
#main .iVisual01_en {
  font-weight: 700;
  font-size: 200%;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.06em;
}
#main .iVisual01_list {
  display: flex;
  justify-content: flex-end;
  margin: 115px 0 0;
  /*
  margin: 175px 0 0;
  */
  gap: 10px;
}
#main .iVisual01_btn &gt; a {
  display: inline-flex;
  align-items: center;
  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;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .iVisual01_img {
  display: flex;
  position: absolute;
  top: -322px;
  right: 427px;
  align-items: flex-end;
  width: 1024px;
  height: 1024px;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.1);
}
#main .iVisual01_img &gt; img {
  width: 100%;
  height: auto;
}

/* セミナー情報 バナー
------------------------------------------------------------------------------- */
#main .rLinkList03-ptn01 &gt; li {
  width: 100%;
}
#main .rLinkList03-ptn01 &gt; li &gt; a &gt; span {
  justify-content: flex-end;
  padding: 0 210px 0 0px;
}
#main .rLinkList03-ptn01 &gt; li &gt; a &gt; span::before, #main .rLinkList03-ptn01 &gt; li &gt; a &gt; span::after {
  right: 80px;
}
#main .rLinkList03 &gt; li &gt; a img {
  opacity: 1;
}

/* ピックアップ
------------------------------------------------------------------------------- */
#main .iPickUp01,
#main .iPickUp02 {
  display: flex;
  margin: 200px 0;
  gap: 20px;
}
#main .iPickUp01 &gt; div {
  width: calc(50% - 10px);
}
#main .iPickUp02 &gt; div {
  width: 100%;
}

/* 注釈
------------------------------------------------------------------------------- */
#main .iNote01 {
  margin: 23px 0 0;
  font-weight: 700;
  font-size: 128.57%;
  letter-spacing: 0.06em;
  text-align: right;
}
#main .iNote02 {
  margin: 20px 0 0 1em;
  font-weight: 700;
  font-size: 128.57%;
  color: #fa0046;
  letter-spacing: 0.06em;
  text-indent: -1em;
}






/* スライド追加（2025/03）
------------------------------------------------------------------------------- */
.rInner01 .rSlide_slide{
	margin: 0 auto;
}
.rInner01 .rSlide_slide p.rTxt01{
	margin-bottom: 20px;
}
.rInner01 .rSlide_slide iframe.docswell-iframe{
	width: 100%;
	max-width: 1100px;
	height: auto;
	aspect-ratio: 620/349;
}





/* セミナー情報リンク調整（2025/05）
------------------------------------------------------------------------------- */
.d_hover #main .rLinkList04 &gt; li &gt; div a:hover {
  background-color: #fa0046;
}
.d_hover #main .rLinkList04 &gt; li &gt; div a:hover img {
  opacity: 0.15;
}
#main .rLinkList04 &gt; li &gt; div a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .rLinkList04 &gt; li &gt; div a img {
  width: 100%;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .rLinkList04 &gt; li &gt; div a &gt; span {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main .rLinkList04 &gt; li  p{
  margin-top: 10px;
  font-size: 50%;
  letter-spacing: 0;
  font-weight: 400;
}



/* note追加（2025/04）
------------------------------------------------------------------------------- */
#main .rSpc01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
#main .rSpc01 &gt; div{
  width: calc((100% - 20px) / 2);
}

.d_hover #main .rSpc01 .rSpc01_01 a:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.d_hover #main .rSpc01 .rSpc01_01 a:hover &gt; span:nth-of-type(1)::before {
  border-color: transparent;
  background-color: #fa0046;
}
#main .rSpc01 .rSpc01_01 {
  font-weight: 700;
  font-size: 264.29%;
  line-height: 1;
  letter-spacing: 0.08em;
}
#main .rSpc01 .rSpc01_01 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;
}
#main .rSpc01 .rSpc01_01 a img {
  width: 100%;
  height: auto;
  opacity: 0.7;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .rSpc01 .rSpc01_01 a &gt; span {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main .rSpc01 .rSpc01_01 a &gt; span:nth-of-type(1) {
  padding: 0 0 0 70px;
}
#main .rSpc01 .rSpc01_01 a &gt; span:nth-of-type(1)::before,
#main .rSpc01 .rSpc01_01 a &gt; span:nth-of-type(1)::after {
  position: absolute;
  top: 0;
  right: 80px;
  bottom: 0;
  aspect-ratio: 1/1;
  width: 48px;
  height: 48px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background: no-repeat center center;
  background-size: 20px;
  content: "";
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .rSpc01 .rSpc01_01 a &gt; span:nth-of-type(1)::after {
  border-color: transparent;
  background-image: url(/recruit/common/images/rn/ico_arrow.svg);
}
#main .rSpc01 .rSpc01_01 a &gt; span:nth-of-type(2) {
  justify-content: flex-end;
  padding: 0 160px 0 0;
  font-size: 63.64%;
  line-height: 1;
}

.rLink_note .rLink_note_logo{
  margin-bottom: 10px;
}
.rLink_note .rLink_note_logo a{
  min-width: 300px;
  min-height: 160px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.rLink_note .rLink_note_logo a img {
  width: 215px;
  height: auto;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.d_hover #main .rLink_note .rLink_note_logo a:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
#main .rLink_note_docs .rTxt01 {
  letter-spacing: 0.01em;
}



</pre></body></html>