@charset "UTF-8";
/* ベースのスタイル
------------------------------------------ */
body {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}
a {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  list-style: none;
}

/* 部品
------------------------------------------ */
.container {
  padding: 1.25rem 1rem;
  margin-top: 2rem;
  max-width: 85.375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 3.1875rem 1.5625rem;
    margin-top: 2.8125rem;
  }
}
.pink-font {
  color: #E5006E;
}
.bule-font {
  color: #0086D1;
}
.purple-font {
  color: #7F1381;
}
.underline {
  background-color: #fff;
}
.yellow-underline {
  background: linear-gradient(transparent 41%, #FFE374);
}
.white-underline {
  background-color: #fff;
}
/* セクションタイトル */
.section-title {
  background-image: url('../images/section_title_ribbon.png');
  background-size: 16.0625rem 2.4375rem;
  background-position: center;
  font-size: 1.0625rem;
  padding: 0.5625rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .section-title {
    background-size: 30.1875rem auto;
    font-size: 1.8125rem;
    margin-bottom: 0.875rem;
    height: 5.4375rem;
    padding: 1.1875rem;
    font-weight: normal;
  }
}
/* 非表示設定 */
.sp-no {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-no {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pc-no {
    display: none;
  }
}
/* 中央配置 */
.center {
  display: flex;
  justify-content: center;
  margin-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .center {
    display: block;
  }
}
/* フォント */
.noto-sans-jp {
  font-family: 'Noto Sans JP', sans-serif;
}
/* スペース */
.space-list td {
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .space-list {
    margin-left: 1rem;
  }
}

/* カバー
------------------------------------------ */
.cover {
  z-index: 100;
}
.cover-top {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cover-top img {
    width: 100vw;
  }
}
.cover-date {
  position: absolute;
  bottom: -9%;
  height: 4rem;
  width: 16.9375rem;
  font-size: 0.6875rem;
  color: #fff;
  z-index: 50 ;
  background-image: url('../images/cover_ribbon.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .cover-date {
    font-size: 1.75rem;
    font-weight: normal;
    bottom: -9%;
    height: 7.625rem;
    width: 44.8125rem;
    padding: 2.0625rem;
    background-size: cover;
  }
}
.cover .circle {
  color: #7474D1;
  background-color: #fff;
  border-radius: 50%;
  padding: 0rem 0.1875rem 0rem;
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .cover .circle {
    padding: 0rem 0.3125rem 0.125rem 0.3125rem;
    font-size: 1.3125rem;
  }
}
/* カバーテキスト */
.cover-top-text {
  font-size: 0.75rem;
  margin-top: 3.4375rem;
  line-height: 1.58;
}
@media screen and (min-width: 768px) {
  .cover-top-text {
    font-size: 1.1875rem;
    letter-spacing: -0.062rem;
    margin-top: 8.5625rem;
    margin-left: -0.375rem;
    line-height: 2.3125rem;
  }
}
.cover-bottom-text {
  font-size: 0.8125rem;
  background-image: url('../images/cover_bottom_box.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  box-sizing: inherit;
  padding: 1.375rem;
  margin: 3.125rem 0.5rem;
  border-radius: 0.625rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .cover-bottom-text {
    font-size: 1.75rem;
    margin: 4.125rem 5.1875rem 2.9375rem;
    padding: 2.65rem 0 3.8125rem;
    line-height: 1.9;
  }
}
.cover-bottom-text-annotation {
  font-size: 0.6875rem;
  margin-top: 0.375rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .cover-bottom-text-annotation {
    font-size: 1.25rem;
    margin-top: 0.625rem;
    margin-bottom: 0.8125rem;
  }
}
/* 矢印アイコン */
#page-top{
  width: 3.75rem;
  height: 3.75rem;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 100;
}
#page-top a{
  width: 3.75rem;
  height: 3.75rem;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 3.125rem;
  color: #7F1381;
}
/* レディGO！おしごとフェスタへ戻るボタン */
.cover-bottom-button {
  display: inline-block;
  background-color: #7F1381;
  border-radius: 2.25rem;
  letter-spacing: -0.125rem;
  font-size: 1.0625rem;
  padding: 0.5rem 1.9375rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .cover-bottom-button {
    font-size: 1.6875rem;
    padding: 0.625rem 2.3125rem 1rem 2.3125rem;
    margin-left: -0.375rem;
  }
}
.cover-bottom-button a{
  color: #fff;
}

.button-icon {
  display: inline-block;
  color: #7F1381;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.3125rem;
  line-height: 0.8;
  padding: 0rem 0.125rem 0rem 0.062rem;
  margin-left: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .button-icon {
    font-size: 2.25rem;
    line-height: 0.8;
    padding: 0.0625rem 0.125rem;
    margin-left: 2.1875rem;
  }
}

/* 入賞者景品
------------------------------------------ */
.present {
  background-color: #F6F9E5;
}
@media screen and (min-width: 768px) {
  .present .container {
    padding: 3.1875rem 1.5625rem 0.625rem;
  }
}
.present-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 0.125rem;
  column-gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .present-detail {
    row-gap: 0.625rem;
    column-gap: 2.125rem;
    max-width: 85.375rem;
    margin: auto;
  }
}
@media screen and (min-width: 1261px) {
  .present-detail {
    column-gap: 5.8125rem;
  }
}
.present-detail-top {
  display: flex;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .present-detail-top {
    /* gap: 1%; */
    align-items: center;
  }
}
@media screen and (min-width: 1261px) {
  .present-detail-top {
    gap: 4.5625rem;
    align-items: flex-end;
  }
}

.present-text {
  position: relative;
  background-color: #fff;
  box-shadow: 0.125rem 0.125rem 1.0625rem #a9a9a9;
  font-size: 1rem;
  border-radius: 2.125rem;
  padding: 0.375rem 0.375rem 0.562rem;
  margin: 0 auto 0.6875rem;
}

@media screen and (min-width: 768px) {
  .present-text {
    padding: 2rem 4rem;
    margin: 1.4375rem 0rem 1.6875rem;
    line-height: calc(47/31);
    border-radius: 3.25rem;
		max-width: 29.6875rem;
  }
  .present-text p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1500px) {
  .present-text p {
    font-size: 24.64px;
  }
}

.present-text-emphasis {
  position: relative;
  color: #F87A6B;
  margin-top: 0.0625rem;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .present-text-emphasis {
    margin-top: 0.625rem;
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1261px) {
  .present-text-emphasis {
    margin-top: 0.625rem;
  }
}
.present-text-emphasis::before,
.present-text-emphasis::after {
  position: absolute;
  top: -0.0625rem;
  height: 2.25rem;
  content: '';
  color: #F87A6B;
}
@media screen and (min-width: 768px) {
  .present-text-emphasis::before,
  .present-text-emphasis::after {
    position: absolute;
    top: 0.125rem;
    height: 3.625rem;
    content: '';
    color: #F87A6B;
  }
}
.present-text-emphasis::before {
  border-left: solid 0.125rem;
  transform: rotate(145deg);
  margin-left: -0.6875rem;
}
@media screen and (min-width: 768px) {
  .present-text-emphasis::before {
    margin-left: -0.875rem;
  }
}
.present-text-emphasis::after {
  border-right: solid 0.125rem;
  transform: rotate(36deg);
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .present-text-emphasis::after {
    margin-left: 2rem;
  }
}
/* 星マーク */
.present-star {
  position: absolute;
  width: 2.75rem;
  top: 11%;
  right: 4%;
}
@media screen and (max-width: 380px) {
  .present-star {
		width: 2rem;
		top: 8%;
		right: 4%;
	}
}
@media screen and (min-width: 768px) {
  .present-star {
    width: 2rem;
    top: 6%;
    right: 7%;
  }
}
@media screen and (min-width: 1160px) {
  .present-star {
    width: 3.125rem;
    top: 6%;
    right: 7%;
  }
}
/* タレント画像 */
.present-img {
  max-width: 16.0625rem;
  object-fit: contain;
}
.present-img1,
.present-img2,
.present-img3,
.present-img4,
.present-img5 {
  width: calc((100vw - 6.5rem)/2);
}
@media screen and (min-width: 768px) {
  .present-img {
    width: calc((100vw - 34rem)/2);
    max-width: 17rem;
  }
}
@media screen and (min-width: 768px) {
  .present-img1 {
    margin-top: -1.25rem;
  }
  .present-img2 {
    margin-top: -1.375rem;
  }
  .present-img2,
  .present-img3,
  .present-img4,
  .present-img5 {
    max-width: 15.875rem;
  }
  .present-img4 {
    margin-top: -0.125rem;
  }
}

/* 応募期間
------------------------------------------ */
.date {
  position: relative;
  background-color: #E8F6DF;
  margin: auto 1.6875rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .date {
    max-width: 54.625rem;
    margin: auto;
  }
}
.date .container {
  padding: 2.125rem 1.5625rem;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .date .container {
    padding: 6.875rem 0.125rem 5rem;
    margin-top: 6.5rem;
  }
}
.date .section-title {
  position: absolute;
  top: -1.25rem;
  left: 0.5625rem;
  right: 0.625rem;
  width: 15.8125rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .date .section-title {
    top: -2.5625rem;
    width: 29.8125rem;
  }
}
.date-detail::before {
  content: '期間';
  color: #fff;
  font-size: 0.75rem;
  width: 3.0625rem;
  height: 5.3125rem;
  top: 1.6875rem;
  left: 1.5625rem;
  background-image: url(../images/date_ribbon.png);
  background-size: contain;
  margin-right: 0.375rem;
  position: absolute;
  transform: rotate(358deg);
}
@media screen and (min-width: 768px) {
  .date-detail::before {
    font-size: 1.375rem;
    width: 6.8125rem;
    height: 4.1875rem;
    top: 4.5625rem;
    left: 4.375rem;
  }
}
.date-detail {
  font-size: 0.75rem;
  margin-top: 0.8125rem;
  padding-left: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .date-detail {
    font-size: 2.0625rem;
    padding-left: 2.25rem;
  }
}
.date .circle {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  padding: 0rem 0.125rem 0rem;
  font-size: 0.5625rem;
  margin-left: -0.1875rem;
}
@media screen and (min-width: 768px) {
  .date .circle {
    padding: 0rem 0.375rem 0.125rem;
    font-size: 1.5rem;
    margin-left: -0.625rem;
    margin-right: -0.375rem;
  }
}

/* 応募方法
------------------------------------------ */
.application {
  background-color: #E8F6DF;
}
.application .container {
  margin-top: 2.1875rem;
  padding: 0.875rem 1.5625rem 3rem;
}
@media screen and (min-width: 768px) {
  .application .container {
    margin-top: 4.3125rem;
    padding: 3.1875rem 1.5625rem 4.5rem;
  }
}
.application .section-title {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .application .section-title {
    margin-top: 1.5625rem;
    margin-bottom: 2.75rem;
  }
}
.application-image {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .application-image {
    flex-direction: row;
    justify-content: center;
    gap: 1.5625rem;
  }
}
.application-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .application-image img {
    max-width: 24rem;
    max-height: 41rem;
  }
}

/* 募集要項
------------------------------------------ */
.caution .container {
  margin: 0rem 0rem;
  padding: 2.375rem 0rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .caution .container {
    padding: 4.5rem 0.125rem 4.3125rem;
    margin: 0rem auto;
    max-width: 85.375rem;
  }
}
@media screen and (min-width: 768px) {
  .caution .section-title {
    margin-bottom: 2.8125rem;
  }
}
.caution-list-group {
  font-size: 0.875rem;
  height: 24.125rem;
  background-color: #FFEDF6;
  padding: 0.4375rem 0.3125rem;
  letter-spacing: -0.0625rem;
  line-height: 1.63;
  margin: auto;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .caution-list-group {
    max-width: 75rem;
    height: 22.9375rem;
    padding: 2.125rem 1.5625rem;
    margin: auto;
    font-size: 1rem;
  }
}
.caution-list-group li {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .caution-list-group li {
    line-height: 1.86;
  }
}

/* インスタ紹介
------------------------------------------ */
.introduction {
  background-color: #E55B6A;
  color: hsl(0, 0%, 100%);
  margin: 0 0 1.125rem;
}
@media screen and (min-width: 768px) {
  .introduction {
    max-width: 75.1875rem;
    border-radius: 1.625rem;
    margin: 0 auto 0.75rem;
  }
}
.introduction .container {
  padding: 2.5rem 0rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .introduction .container {
    display: flex;
    column-gap: 1%;
    justify-content: space-evenly;
    align-items: center;
    padding: 2.5rem 0rem 3.0625rem 0.75rem;
    margin-top: 1.75rem;
  }
}
/* インスタURL */
.instagram-introduction {
  margin-bottom: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .instagram-introduction {
    font-size: 1.4375rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.instagram-introduction-text {
  position: relative;
  font-size: 1.3125rem;
  margin-left: -1.0625rem;
}
@media screen and (min-width: 768px) {
  .instagram-introduction-text {
    margin-left: 0.625rem;
    letter-spacing: 0.125rem;
  }
}
.instagram-introduction-text::before,
.instagram-introduction-text::after {
  position: absolute;
  top: 0.125rem;
  height: 2.4375rem;
  content: '';
  color: #fff;
}
@media screen and (min-width: 768px) {
  .instagram-introduction-text::before,
  .instagram-introduction-text::after {
    top: -0.0625rem;
    height: 2.375rem;
  }
}
.instagram-introduction-text::before {
  border-left: solid 0.125rem;
  transform: rotate(135deg);
  margin-left: -2rem;
}
@media screen and (min-width: 768px) {
  .instagram-introduction-text::before {
    margin-left: -1.625rem;
  }
}
.instagram-introduction-text::after {
  border-right: solid 0.125rem;
  transform: rotate(45deg);
  margin-left: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .instagram-introduction-text::after {
    transform: rotate(41deg);
    margin-left: 1.1875rem;
  }
}
.instagram-introduction a {
  color: #5E2B2F;
  background-color: #F7CDD2;
  padding: 0.25rem 2rem 0.8125rem;
  display: inline-block;
  margin-top: 1.9375rem;
  border-radius: 2.1875rem;
  letter-spacing: 0.125rem;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .instagram-introduction a {
    padding: 0.187rem 1.9375rem 0.8125rem;
    display: inline-block;
    margin-top: 2rem;
    border-radius: 1.8125rem;
    letter-spacing: 0.125rem;
  }
}
/* インスタ詳細 */
.instagram-introduction-detail-img {
  display: flex;
  gap: 2.8125rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .instagram-introduction-detail-img {
    display: inline-block;
    margin-bottom: 0;
  }
}
.instagram-introduction-detail-img a {
  width: 6.1875rem;
}
@media screen and (min-width: 768px) {
  .instagram-introduction-detail-img img {
    width: 6.6875rem;
    margin-top: -0.75rem;
    margin-bottom: 0.8125rem;
  }
}
.instagram-introduction-detail-text {
  font-size: 0.75rem;
  line-height: calc(37/14);
}
@media screen and (min-width: 768px) {
  .instagram-introduction-detail-text {
    font-size: 1rem;
    line-height: 2;
  }
}
/* アイコン */
.woman-work-expo-pc-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .woman-work-expo-pc-icon {
    display: block;
    max-width: 13.875rem;
    border-radius: 1.25rem;
    margin-left: -1.3125rem;
  }
}
.woman-work-expo-sp-icon {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .woman-work-expo-sp-icon {
    display: none;
  }
}

/* フッター
------------------------------------------ */
footer {
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 2.375rem 2.75rem;
  }
}
/* 女性しごと応援ナビへ戻るボタン */
.footer-button {
  display: inline-block;
  background-color: #F9F49B;
  border: 0.0625rem solid #E55B6A;
  border-radius: 2.25rem;
  font-size: 1.0625rem;
  padding: 0.125rem 1.0625rem 0.375rem;
  margin-bottom: 2.1875rem;
  margin-left: -0.4375rem;
  letter-spacing: -0.125rem;
}
@media screen and (min-width: 768px) {
  .footer-button {
    font-size: 1.6875rem;
    padding: 0.625rem 3.4375rem 1rem 3.4375rem;
    margin-bottom: 3.5rem;
    margin-left: -0.4375rem;
    letter-spacing: -0.125rem;
  }
}
.footer-button a{
  color: #5E2B2F;
}
.footer-button-icon {
  display: inline-block;
  color: #fff;
  background-color: #5E2B2F;
  border-radius: 50%;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.187rem 0.3125rem 0.287rem;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer-button-icon {
    font-size: 1.625rem;
    line-height: 0.8;
    padding: 0.5rem 0.3125rem 0.5rem 0.5rem;
    margin-left: 2.375rem;
  }
}
/* フッターテキスト */
.footer-title {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer-title {
    font-size: 1.1875rem;
    letter-spacing: -0.0625rem;
  }
}
.footer-mail {
  font-size: 0.875rem;
  margin: 0.9375rem auto 2.375rem;
}
.footer-mail p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .footer-mail {
    font-size: 1.1875rem;
    margin: 1.5rem auto 3rem;
    line-height: 1.8;
  }
}
.mail-icon {
  font-size: 1.5625rem;
}
.footer-text {
  font-size: 0.75rem;
  margin-bottom: 3.4375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .footer-text {
    font-size: 1.1875rem;
    margin-left: 0.5625rem;
    letter-spacing: -0.1875rem;
  }
}
