@charset "UTF-8";
/* ----------------------------------------------------
 CSS assets
---------------------------------------------------- */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------------
 Utility
---------------------------------------------------- */
.pc_content {
  display: none;
}

.sp_content {
  width: 100%;
  height: auto;
}

.fadein {
  animation: fadein 1s;
}

/* ----------------------------------------------------
 Common parts
---------------------------------------------------- */
.button {
  font-size: 14px;
  border-radius: 4px;
  background-color: #e8f40a;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  display: inline-block;
}

.button::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button a {
  text-decoration: none !important;
}

@media screen and (max-width: 374px) {
  .button {
    padding: 10px;
    letter-spacing: -1px;
  }
  .button::after {
    position: relative;
    right: 4px;
  }
}

.button_wrap {
  text-align: center;
}

.button.return {
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 20px;
  margin: 35px auto 70px;
}

.button.return::after {
  content: none;
}

.button_02 {
  font-size: 14px;
  border-radius: 10px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  background-color: #e8f40a;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f1f866), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f1f866), color-stop(0.75, #f1f866), color-stop(0.75, transparent), to(transparent));
  background-size: 7px 7px;
  text-align: center;
}

.button_02::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  right: -20px;
}

.button_02 a {
  text-decoration: none !important;
}

.button_02.return {
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 20px;
  margin: 35px auto 70px;
}

.button_02.return::after {
  content: none;
}

/* 女の転職アカデミアとは */
.introduction {
  margin: 0 5% 100px;
  border-radius: 10px;
  padding: 45px 8% 180px;
  background-image: url(https://woman-type.jp/academia/img/sp/pink.png);
  background-repeat: repeat;
  position: relative;
}

.introduction .text_area {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}

.introduction h2 {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(transparent 60%, #ebf72e 60%);
  padding: 0 4px;
}

@media screen and (max-width: 374px) {
  .introduction h2 {
    font-size: 16px;
  }
}

.introduction .lead {
  color: #555;
  margin: 20px auto;
}

.introduction p {
  font-size: 13px;
  text-align: left;
  line-height: 1.8;
}

.introduction .wrap {
  background-image: url(https://woman-type.jp/academia/img/sp/woman.png);
  background-repeat: no-repeat;
  width: 277px;
  height: 228px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin: 10px auto 0;
  left: 0;
  right: 0;
}

/* share button */
.sns_area {
  width: 100%;
}

.sns_area ul {
  margin: 30px auto 50px;
  width: 140px;
  display: flex;
  justify-content: space-between;
}

.sns_area a {
  display: block;
}

/* bottom */
.bottom {
  display: flex;
  flex-direction: column;
}

.banner_area {
  margin: 0 5% 30px;
  padding: 5px 0;
  background-color: #eee;
  border-radius: 10px;
  box-sizing: border-box;
}

.banner_area a {
  margin: 20px 5%;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(200 / 600 * 90%);
}

.banner_area a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* navi */
.nav_area {
  padding: 0 5%;
  max-width: 420px;
}

@media screen and (min-width: 420px) {
  .nav_area {
    margin: 0 auto;
  }
}

.nav_area h3 {
  font-size: 17px;
  line-height: 60px;
  text-align: center;
  border-top: 2px dotted #ffadb7;
  border-bottom: 2px dotted #ffadb7;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

.nav_area h3 span {
  font-weight: bold;
  font-size: 22px;
  color: #fa8aad;
  padding-left: 10px;
}

.nav_area h4 {
  margin: 30px 0;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(63 / 680 * 100%);
}

.nav_area h4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.nav_area .discover-career {
  margin: 50px 0;
}

.nav_area .discover-career h3 {
  border-top: 2px dotted #67d2d2;
  border-bottom: 2px dotted #67d2d2;
}

.nav_area .discover-career h3 span {
  color: #67d2d2;
}

.nav_area a {
  display: block;
  margin: 0 5px 5px;
  text-decoration: none;
}

.nav_area a::before {
  content: ">";
  margin-right: 5px;
}

/* 関連コンテンツ */
.resume_contents_frame {
  margin: 0 -5%;
  padding: 5%;
  background-image: url(https://woman-type.jp/academia/img/sp/pink.png);
  background-repeat: repeat;
}

.resume_contents_frame .resume_contents {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 20px;
  max-width: 420px;
}

.resume_contents_frame .resume_contents .wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto 40px;
  width: 85%;
  text-align: center;
}

.resume_contents_frame .resume_contents .left-line {
  position: absolute;
  content: "";
  height: 90%;
  border-left: 1px solid #000;
  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  left: -20px;
  top: 2px;
}

.resume_contents_frame .resume_contents .right-line {
  position: absolute;
  content: "";
  height: 90%;
  border-right: 1px solid #000;
  transform: skew(160deg);
  -webkit-transform: skew(160deg);
  right: -20px;
  top: 2px;
}

.resume_contents_frame .resume_contents p {
  font-size: 13px;
  margin: 0 !important;
}

.resume_contents_frame .resume_contents p.title {
  font-size: 14px;
  margin: 0 auto 10px !important;
}

@media screen and (max-width: 350px) {
  .resume_contents_frame .resume_contents p.title {
    font-size: 13px;
  }
}

.resume_contents_frame .resume_contents p.title span {
  background: linear-gradient(transparent 60%, #ebf72e 60%);
  padding: 0 4px;
  font-weight: bold;
  display: inline-block;
}

.resume_contents_frame .resume_contents article {
  margin-bottom: 30px;
}

.resume_contents_frame .resume_contents article a {
  display: flex;
  flex-wrap: wrap;
}

.resume_contents_frame .resume_contents article figure {
  width: 25%;
  margin-right: 5%;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(280 / 280 * 25%);
}

.resume_contents_frame .resume_contents article figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.resume_contents_frame .resume_contents article .text_area {
  width: 70%;
}

.resume_contents_frame .resume_contents article h3 {
  font-size: 14px;
  font-weight: bold;
}

.resume_contents_frame.blue {
  background-image: url(https://woman-type.jp/academia/img/resume-img/sp/job_type/frame.png);
  margin: 40px -5%;
}

.resume_contents_frame.blue .resume_contents {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 420px;
}

.resume_contents_frame.blue h3 {
  font-size: 16px;
  color: #fa8aad;
  font-weight: bold;
  margin-bottom: 20px;
}

.resume_contents_frame.blue section {
  margin-bottom: 30px;
}

.resume_contents_frame.blue section:last-of-type {
  margin-bottom: 0;
}

.resume_contents_frame.blue ul {
  margin: 0 5px;
}

.resume_contents_frame.blue li {
  margin-bottom: 8px;
}

.resume_contents_frame.blue a {
  padding-left: 16px;
  text-indent: -16px;
}

@media screen and (min-width: 420px) {
  .resume_contents_frame.blue {
    margin: 0 auto;
  }
}

/* パンくずリスト */
.breadcrumb {
  display: none;
}

.breadcrumb.sp_content {
  display: block;
  width: 90%;
  margin: 10px auto;
}

.breadcrumb.sp_content ul {
  width: 94%;
  margin: 0 auto;
}

.breadcrumb.sp_content li {
  display: inline;
  margin-right: 10px;
  padding-left: 20px;
  vertical-align: middle;
  background-size: 6px;
  background-image: url(https://woman-type.jp/academia/img/breadcrumb_icon.png);
  background-repeat: no-repeat;
  background-position: 0 40%;
}

.breadcrumb.sp_content li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb.sp_content li a {
  color: #fa95b5;
  display: inline;
  text-decoration: none;
}

/* スクロールトップ */
.scroll {
  position: fixed;
  bottom: 56px;
  right: 3%;
  z-index: 100;
}

.scroll::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background: #fa95b5;
  border-radius: 50%;
  top: 0;
  right: 0;
  box-shadow: 0 1px 2px 1px rgba(187, 187, 187, 0.7);
}

.scroll::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  right: 16px;
}

/* ----------------------------------------------------
 Single page
---------------------------------------------------- */
.single p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
}

.single .main_area img {
  max-width: 100%;
}

/* ----------------------------------------------------
 Shortcode
---------------------------------------------------- */
.su-youtube iframe {
  width: 100%;
  height: 50vw;
}

@media screen and (min-width: 420px) {
  .su-youtube iframe {
    height: 200px;
  }
}

.article-image {
  margin: 20px auto;
  display: table;
}

.article-image.isResponsive {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.article-image.isResponsive img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.article-image img {
  max-width: 100%;
}

.article-image__caption {
  display: table-caption;
  caption-side: bottom;
  padding: 5px 10px;
}