@charset "UTF-8";
.nav_area {
  padding: 0 5%;
  max-width: 420px;
}

.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;
}

.nav_area h4 img {
  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;
}

/* TODO 固定ページの本文ベース いずれ統一 */
.main_area p {
  font-size: 15px;
  margin-bottom: 30px;
}

/* ----------------------------------------------------
  resume共通
---------------------------------------------------- */
.main_area {
  margin: 0 auto;
  padding: 0 5%;
  max-width: 420px;
}

.main_area a {
  text-decoration: none;
}

.main_area .link_list a {
  padding-left: 16px;
  text-indent: -16px;
}

.main_area .link_list li {
  margin-bottom: 8px;
}

/* ----------------------------------------------------
  固定ページ
---------------------------------------------------- */
/* h1コンテナ - コンテンツ名 */
.header.page {
  background-image: url(https://woman-type.jp/academia/img/resume-img/sp/header.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 105%;
  margin: 5% 0 45px;
  position: relative;
}

.header.page .title_area {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 54%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.header.page .catch {
  border-bottom: 2px #ebf72e dotted;
  margin-bottom: 5px;
  padding-bottom: 1px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 88%;
}

.header.page h1 {
  color: #fa8aad;
  font-size: 34px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  width: 90%;
}

.header.page .lead {
  position: absolute;
  display: inline-block;
  width: 71%;
  font-size: 14px;
  top: 59%;
  left: 9%;
}

/* h2コンテナ - 小見出し */
.page h2 {
  background-image: radial-gradient(#fff3a6 25%, transparent 0), radial-gradient(#fff3a6 25%, transparent 0);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 30% 0 15px;
  font-size: 21px;
  font-weight: bold;
  color: #fa8aad;
  letter-spacing: -0.8px;
  position: relative;
  top: -5%;
  text-align: center;
  z-index: 0;
  /* アイコンの上にテキスト表示するため */
}

.page h2 .subhead {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
}

/* h2アイコン ※画像はセクションごとに指定 */
.page h2::before {
  content: "";
  width: 50%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: -10;
  /* アイコンの上にテキスト表示するため */
}

.page section:nth-of-type(2) h2::before {
  background-image: url(https://woman-type.jp/academia/img/resume-img/sp/beginner_balloon.png);
}

.page section:nth-of-type(3) h2::before {
  background-image: url(https://woman-type.jp/academia/img/resume-img/sp/intermediate_balloon.png);
}

.page section:nth-of-type(4) h2::before {
  background-image: url(https://woman-type.jp/academia/img/resume-img/sp/advanced_balloon.png);
}

.page section:nth-of-type(5) h2::before {
  background-image: url(https://woman-type.jp/academia/img/resume-img/sp/other_balloon.png);
}

#intermediate p .subhead {
  color: #fa8aad;
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}

/* 目次 */
.content_menu {
  margin: 30px 0 55px;
  width: 100%;
}

.content_menu li {
  border: solid 3px #ffd6e3;
  border-radius: 7px;
  display: flex;
  padding: 15px 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 6px 1px -1px #ebebeb;
}

.content_menu li:last-child {
  margin-bottom: 0;
}

.content_menu br {
  display: none;
}

.content_menu li:active {
  background-color: #ffedf3;
}

.content_menu p {
  font-size: 14px;
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.content_menu .subhead {
  display: inline-block;
  background: linear-gradient(transparent 60%, #ebf72e 60%);
  padding: 0 4px;
  margin-right: 3%;
}

.content_menu .move_icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: #e8f40a;
  border-radius: 50%;
}

.content_menu .move_icon::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #696d26;
  border-right: solid 1px #696d26;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 6px;
  left: 7px;
}

/* 職種別フォーマットのリンク一覧 */
.format_area .type {
  margin-bottom: 15px;
}

.format_area .type:last-child {
  margin-bottom: 0;
}

.format_area .type_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-radius: 7px;
  background-color: #c4efef;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1.5px, #d8f5f5 1.5px, #d8f5f5 4.5px);
}

.format_area h3 {
  font-size: 15px;
  font-weight: bold;
  width: 80%;
}

.format_area h3::before {
  content: "";
  display: inline-block;
  width: 8%;
  padding-top: 8%;
  background-image: url(https://woman-type.jp/academia/img/resume-img/sp/mark.png);
  background-size: cover;
  vertical-align: middle;
  margin: 0 10px 2px 0;
}

.format_area .switch {
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
}

.format_area .switch::before {
  content: "＋";
  position: absolute;
  color: #222;
  font-size: 35px;
  font-weight: bold;
  top: -8px;
}

.switch.close::before {
  content: "－" !important;
}

.format_area .switch.close span::after {
  content: none;
}

.format_area .type ul {
  margin: 25px 15px;
  display: none;
}

.format_area .type li {
  font-size: 15px;
  margin-bottom: 8px;
}

span.arrow {
  position: relative;
  padding-right: 16px;
  vertical-align: middle;
}

span.arrow::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  border: 6px solid transparent;
  border-left: 10px solid #29cccc;
}

/* 番外編 */
.other li {
  margin-bottom: 8px;
}

/* 白(大)ボタン -- 手前のフレーム部分 */
.white_large_button {
  margin: 50px auto 60px;
  display: block;
  width: 100%;
  max-width: 330px;
  height: 48px;
  padding: 5px;
  border: 1px solid;
  position: relative;
  border-radius: 11px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/* -- 2番目の白い層 */
.white_large_button::before {
  content: "";
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -10;
}

/* --3番目のしましま層 */
.white_large_button::after {
  content: "";
  width: 100%;
  height: 65px;
  text-shadow: -1px -1px 0 #fff;
  border-radius: 11px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -20;
}

.white_large_button .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white_large_button .inner_text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ebf72e 60%);
  padding: 0 4px;
  margin: 0;
  line-height: 1.5;
  position: relative;
}

.white_large_button .inner_text::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -8px;
  top: 8px;
}

.white_large_button:hover {
  top: 10px;
}

.white_large_button:hover::before {
  background: #fdffe2;
}

.white_large_button:hover::after {
  content: none;
}

/* ----------------------------------------------------
  職歴書チェックリスト、職歴書書き方、自己PR書き方 共通
---------------------------------------------------- */
/* 黄色いボタン */
.yellow_button {
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #e8f40a;
  margin: 0 auto;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 220px;
}

.yellow_button.arrow::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);
  margin-bottom: 1px;
}

.return_button {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  margin: 35px auto 70px;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 230px;
}

@media screen and (min-width: 420px) {
  .header.page {
    margin: 5% auto;
  }
  .content_menu {
    margin: 30px auto 55px;
  }
  .beginner, .intermediate, .advanced, .other {
    margin: 0 auto;
  }
}

@media screen and (max-width: 374px) {
  .header.page .catch p {
    font-size: 14px;
  }
  .header.page h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .header.page .lead {
    font-size: 13px;
  }
  .content_menu p {
    font-size: 12px;
    width: 96%;
  }
  .content_menu .subhead {
    margin-right: 2%;
  }
  .button {
    padding: 10px;
    letter-spacing: -1px;
  }
  .button::after {
    position: relative;
    right: 4px;
  }
  .white_large_button .inner_text {
    font-size: 14px;
  }
  .white_large_button .inner_text::after {
    right: -4px;
  }
}

@media screen and (max-width: 320px) {
  .header.page .lead {
    font-size: 12px;
  }
}

/* ----------------------------------------------------
  記事ページ
---------------------------------------------------- */
#resume-main {
  max-width: 420px;
}

#resume-main .title_area {
  margin: 40px 0 30px;
  background-image: radial-gradient(#fff3a6 25%, transparent 0), radial-gradient(#fff3a6 25%, transparent 0);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  border-radius: 5px;
  padding: 15px 10px;
}

.single .header {
  text-align: center;
}

.single .header .title_lv1 {
  position: relative;
  display: inline-block;
  color: #222;
  background: #fdf4f7;
  border-radius: 10px;
  padding: 25px 20px;
  margin: 35px 0;
}

.single .header .title_lv1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fdf4f7;
}

.single .header .title_lv1 h1 {
  font-size: 23px;
  font-weight: bold;
}

.single .button_02 {
  margin-top: 40px;
}

.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;
}

.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 {
  max-width: 420px;
  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: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button_02 a {
  text-decoration: none;
}

.button_02.return {
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 20px;
  margin: 35px auto 70px;
}

.button_02.return::after {
  content: none;
}

/* ----------------------------------------------------
  TOC menu (resume 記事ページ固有)
---------------------------------------------------- */
[id="toc_container"] {
  margin: 25px 0;
}

[id="toc_container"] p.toc_title {
  margin: 0 auto 25px;
  padding: 0 4px;
  width: 40px;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ebf72e 60%);
  position: relative;
}

[id="toc_container"] p.toc_title::before {
  position: absolute;
  content: "";
  height: 90%;
  border-left: 1px solid #000;
  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  left: -20px;
  top: 2px;
}

[id="toc_container"] p.toc_title::after {
  position: absolute;
  content: "";
  height: 90%;
  border-right: 1px solid #000;
  transform: skew(160deg);
  -webkit-transform: skew(160deg);
  right: -20px;
  top: 2px;
}

[id="toc_container"] ul {
  margin: 0 5px;
}

[id="toc_container"] li {
  font-size: 15px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

[id="toc_container"] li::before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  border-left: 10px solid #29cccc;
  top: 4px;
  left: 0;
}

/* ----------------TOC menu ここまで---------------- */
.single .title_area h2 {
  font-size: 16px;
  font-weight: bold;
  border-left: 5px solid #ebf72e;
  padding-left: 10px;
}

.single .title_area h2 span {
  font-weight: bold;
}

.sample {
  border: solid 2px #d2d2d2;
  padding: 30px 15px;
  margin-bottom: 50px;
}

.sample .tr {
  margin: 25px 0;
}

.sample .wrap {
  margin-bottom: 30px;
}

.sample .wrap:last-of-type {
  margin-bottom: 0;
}

.main_area .sample p.subhead {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 25px;
}

.sample p {
  margin-bottom: 5px;
}

.sample p.subhead::before {
  content: "--";
  font-weight: bold;
  margin-right: 5px;
}

.sample p.subhead::after {
  content: "--";
  font-weight: bold;
  margin-left: 5px;
}

.sample span.point {
  color: #fa8aad;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}

.sample p.point span {
  display: inline;
  font-size: 15px;
  background: linear-gradient(transparent 0%, #ebf72e 0%);
  padding: 0 4px;
}

.sample table {
  display: block;
  overflow-x: auto !important;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background-color: #f1f1f1;
  font-size: 15px;
}

.sample table tr {
  border-bottom: solid 5px #fff;
}

.sample table th {
  width: 26%;
  border-right: solid 5px #fff;
  padding: 10px;
  font-weight: normal;
}

.sample table td {
  padding: 10px;
}

.sample .link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.sample .link::before {
  content: ">>";
  margin-right: 8px;
}

.sample .link::after {
  content: "<<";
  margin-left: 8px;
}

.sample .link a {
  font-size: 13px;
  text-align: center;
  width: 80%;
  letter-spacing: -0.5px;
}

.sample .link span {
  text-decoration: underline;
}

#resume-main .advice .title_area {
  width: 100%;
  height: 125px;
  border-radius: 10px 10px 0 0;
  margin: 0;
  padding: 15px 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: auto auto;
  background-color: #fa8aad;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #f981a5 4px, #f981a5 8px);
}

#resume-main .advice .icon {
  background-image: url(https://woman-type.jp/academia/img/resume-img/sp/job_type/advice_balloon.png);
  background-repeat: no-repeat;
  width: 31%;
  padding-top: 31.6%;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
}

#resume-main .advice h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 66%;
}

#resume-main .advice h3 span {
  display: block;
  font-weight: bold;
}

#resume-main .advice .point_area {
  background-color: #fcf1f2;
  border-radius: 0 0 10px 10px;
  padding: 35px 20px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#resume-main .advice .point_area span {
  border: 2px solid #ffb2ca;
  background-color: #fa8aad;
  border-radius: 18px;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  display: inline-block;
}

.main_area.single .point_area p {
  margin: 20px 0;
}

.button_area {
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px 15px;
}

.main_area.single .button_area p {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 25px;
}

.button_area a {
  display: block;
}

.button_area .change_btn {
  background-color: #e50038;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
}

.button_area .change_btn::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
}

.button_area .download_btn {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px;
  color: #222;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border: solid 3px #ffd6e3;
}

.button_area .download_btn::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url(https://woman-type.jp/academia/img/resume-img/sp/job_type/download.png);
  background-size: cover;
  vertical-align: middle;
  margin-left: 5px;
}

#section05 a::before {
  content: ">";
  margin-right: 5px;
}

@media screen and (min-width: 420px) {
  [id="toc_container"], #resume-main {
    margin: 0 auto;
  }
}

@media screen and (max-width: 374px) {
  .single .header h1 {
    width: 90%;
  }
  .single .header h1 span {
    display: inline;
  }
  .single .header .catch {
    margin-bottom: 4px;
  }
  .header.page .lead {
    width: 72%;
    left: 10%;
    letter-spacing: -0.5px;
  }
  .header.page .catch {
    font-size: 14px;
  }
  .main_area.single .button_area p {
    width: 100%;
  }
  .button_area .download_btn {
    font-size: 14px;
    padding: 10px 25px;
  }
}

@media screen and (max-width: 320px) {
  .single .header h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .single .header .lead {
    font-size: 11px;
    left: 9%;
    letter-spacing: -0.8px;
  }
  .sample table {
    font-size: 12px;
  }
  .sample table th {
    width: 28%;
  }
}
