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

/* ----------------------------------------------------
  qa共通
---------------------------------------------------- */
#main_contents .btn_wrap {
  margin: 50px auto 60px;
}

#main_contents .btn_area {
  position: relative;
  top: 0;
  margin: 0 auto;
  display: block;
  width: 330px;
  height: 60px;
}

#main_contents .btn_area span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ebf72e 60%);
  padding: 0 4px;
}

#main_contents .btn-white {
  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: 1px;
  left: 2px;
}

#main_contents .btn-back {
  background-color: #fff;
  height: 60px;
  border-radius: 10px;
}

#main_contents .btn-inner {
  width: 100%;
  height: 60px;
  padding: 5px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  top: -3px;
  left: -2px;
}

#main_contents .btn {
  box-sizing: border-box;
  border-radius: 10px;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#main_contents .btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  right: -8px;
}

#main_contents .btn_area:active {
  top: 10px;
}

#main_contents .btn_area a {
  display: inline;
}

#main_contents .btn_area a:active > .btn-white {
  height: 60px;
  background-image: none;
  background-color: #fdffe2;
}

#main_contents .btn_area a:active > .btn-white .btn-back {
  background-color: #fdffe2;
}

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

.main_area a {
  text-decoration: none;
}

.title_area {
  border-radius: 5px;
  padding: 15px 10px;
  background-color: #f6f5f4;
  margin: 40px 0 30px;
}

.title_area h3 {
  font-size: 16px;
  font-weight: bold;
  border-left: 6px solid #fa8aad;
  padding-left: 10px;
}

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

.main_area p.return_area {
  text-align: center;
  margin: 35px 0 50px;
}

.main_area p.return_area a {
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}

.return_area .arrow {
  position: relative;
  padding-right: 26px;
}

.return_area .arrow::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fa8aad;
  border-radius: 50%;
  right: 0;
  margin-top: 2px;
}

.return_area .arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 6px #fff;
  top: 25%;
  right: 2px;
  margin-top: 2px;
}

/* ----------------------------------------------------
  top
---------------------------------------------------- */
.header {
  margin: 5% 0;
  position: relative;
}

.header .header_inner {
  background-image: url(https://woman-type.jp/academia/img/qa-img/sp/header.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  vertical-align: middle;
  padding-top: 100%;
}

.header .header_title {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.header .catch {
  width: 88%;
  text-align: center;
  margin-bottom: 5px;
}

.header .catch p {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  border-bottom: 2px #ebf72e dotted;
}

.header h1 {
  color: #fa8aad;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 38px;
}

.header .lead {
  position: absolute;
  display: inline-block;
  width: 68%;
  font-size: 14px;
  top: 45%;
  left: 12%;
  margin-bottom: 0;
}

.index {
  margin: 30px 0;
  max-width: 420px;
}

.index .category {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto 35px;
  width: 74px;
}

.index p.title {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ebf72e 60%);
  padding: 0 4px;
  margin-bottom: 0;
}

.index ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.index li span:first-child {
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.index h2 {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: calc(100% - 20px);
}

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

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

.main_area {
  margin: 0 auto;
  padding: 0 5%;
  max-width: 420px;
}

.question li {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.question li::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(https://woman-type.jp/academia/img/qa-img/sp/icon_question.png);
  background-size: cover;
  margin-right: 6px;
}

.question li a {
  width: 90%;
}

.main_area p.more {
  text-align: right;
  font-weight: bold;
}

.main_area p.more a {
  text-decoration: underline;
  font-size: 14px;
}

.main_area p.more a::after {
  content: " >";
}

.nav_area {
  padding: 0 5%;
  max-width: 420px;
}

@media screen and (max-width: 374px) {
  .header h1 {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .header .lead {
    font-size: 12px;
    top: 42%;
  }
  .index h2 {
    font-size: 11px;
  }
  .index li {
    padding: 15px 4px;
  }
}

/* ----------------------------------------------------
  category
---------------------------------------------------- */
.category_page .header h1 {
  font-size: 20px;
  width: 98%;
  line-height: 28px;
  letter-spacing: -1px;
}

.category_page .header h1 span {
  display: block;
  font-weight: bold;
}

.narrowing-down {
  margin-bottom: 25px;
}

.main_area .narrowing-down p {
  font-weight: bold;
  margin-bottom: 20px;
}

.narrowing-down input {
  display: none;
}

.narrowing-down label {
  display: inline-block;
  border-radius: 22px;
  border: solid 2px #67d2d2;
  padding: 8px 16px;
  margin: 0 5px 10px 0;
  box-sizing: border-box;
}

.narrowing-down span {
  font-size: 12px;
  font-weight: bold;
}

.narrowing-down span::before {
  content: "#";
  margin-right: 2px;
}

.narrowing-down input:checked + label {
  background-color: #d7f5f5;
}

.result_area .is-hide {
  display: none;
}

.result_area .zero-pattern {
  display: none;
}

.category_page .index {
  margin: 0;
}

.index .link li {
  padding: 0;
}

.index .link a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 8px;
}

.index li.off {
  border: solid 4px #aaa;
  background-color: #aaa;
  opacity: 0.4;
}

.index .off .move_icon {
  background: #9ba525;
}

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

.other_question {
  margin-bottom: 50px;
}

@media screen and (max-width: 374px) {
  .category_page .header h1 {
    font-size: 16px;
    line-height: 22px;
  }
  .category_page .header .lead {
    font-size: 12px;
    letter-spacing: -0.8px;
  }
}

/* ----------------------------------------------------
  qa
---------------------------------------------------- */
.main_area.article {
  margin: 0 5%;
  max-width: 420px;
}

.main_area p.category {
  width: 100%;
  text-align: right;
  margin-bottom: 0;
}

.main_area p.category span {
  border-radius: 14px;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 14px;
  color: #fff;
}

.main_area p.category span.cat-consider {
  background-color: #fa4b82;
}

.main_area p.category span.cat-apply {
  background-color: #fa7da5;
}

.main_area p.category span.cat-resume {
  background-color: #f7a100;
}

.main_area p.category span.cat-interview {
  background-color: #f7bb4a;
}

.main_area p.category span.cat-offer {
  background-color: #8a93e5;
}

.main_area p.category span.cat-agent {
  background-color: #b3b8e5;
}

.title_lv1 {
  position: relative;
  color: #222;
  font-size: 16px;
  background: #fdf4f7;
  border-radius: 10px;
  padding: 25px 20px;
  margin: 35px 0;
}

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

.title_lv1 .icon {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(https://woman-type.jp/academia/img/qa-img/question.png);
  background-size: cover;
}

.title_lv1 h1 {
  font-size: 23px;
  font-weight: bold;
  display: inline;
  position: relative;
  top: -8px;
}

.title_lv2 {
  border-bottom: solid 3px #fcb4cb;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
}

.title_lv2 h2 {
  font-size: 18px;
  font-weight: bold;
  width: calc(100% - 40px);
}

.title_lv2 .icon {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(https://woman-type.jp/academia/img/qa-img/answer.png);
  background-size: cover;
  margin-right: 10px;
}

.title_lv3 {
  background-color: #f6f5f4;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.title_lv3 h3 {
  font-size: 16px;
  font-weight: bold;
  border-left: 6px solid #fa8aad;
  padding-left: 10px;
}

.profile_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}

.profile_inner img {
  width: 100px;
  height: 100%;
  margin-right: 10px;
}

.profile_inner > div {
  width: calc(100% - 110px);
}

.main_area .profile p {
  font-size: 12px;
  margin-bottom: 70px;
}

.main_area .profile p.position {
  margin-bottom: 5px;
  font-weight: bold;
}

.main_area .profile p.name {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #fa8aad;
}

.recommend02 {
  margin-bottom: 40px;
}

.recommend02 .title_other {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto 35px;
  width: 56%;
}

.main_area .recommend02 p {
  margin: 0;
}

.left-line {
  position: absolute;
  content: "";
  height: 90%;
  border-left: 1px solid #000;
  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  left: -20px;
  top: 2px;
}

.right-line {
  position: absolute;
  content: "";
  height: 90%;
  border-right: 1px solid #000;
  transform: skew(160deg);
  -webkit-transform: skew(160deg);
  right: -20px;
  top: 2px;
}

.recommend02 .left-line {
  position: absolute;
  content: "";
  height: 90%;
  border-left: 1px solid #000;
  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  left: -20px;
  top: 2px;
}

.recommend02 .right-line {
  position: absolute;
  content: "";
  height: 90%;
  border-right: 1px solid #000;
  transform: skew(160deg);
  -webkit-transform: skew(160deg);
  right: -20px;
  top: 2px;
}

.recommend02 h5 {
  background: linear-gradient(transparent 60%, #ebf72e 60%);
  padding: 0 4px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 17px;
}

.recommend02 li {
  width: 98%;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  background-image: url(https://woman-type.jp/academia/img/qa-img/sp/gray.png);
  background-repeat: repeat;
}

.recommend02 li a {
  padding: 20px;
}

.recommend02 .arrow {
  position: absolute;
  top: 50%;
  right: -2%;
  margin-top: -10px;
}

.recommend02 .arrow::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fa8aad;
  border-radius: 50%;
  right: 0;
}

.recommend02 .arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 6px #fff;
  top: 25%;
  right: 2px;
  margin-top: 5px;
}

@media screen and (max-width: 374px) {
  .recommend02 h5 {
    font-size: 15px;
  }
}
