h2:not(.introduction h2) {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(132 / 620 * 100%);
}

h2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------
  top
---------------------------------------------------- */
#main_contents .btn-white {
  width: 100%;
  height: 95px;
  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: 91px;
  border-radius: 10px;
}

#main_contents .btn-inner {
  width: 100%;
  height: 91px;
  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: 80px;
  line-height: 80px;
  text-align: 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;
  top: -12px;
  right: 10px;
}

#main_contents .btn_area.view span {
  display: inline-block;
  background-image: url(https://woman-type.jp/academia/img/sp/view_btn.png);
  background-repeat: no-repeat;
  width: 125px;
  height: 73px;
  background-size: contain;
  vertical-align: middle;
}

#main_contents .btn_area.method span {
  display: inline-block;
  background-image: url(https://woman-type.jp/academia/img/sp/method_btn.png);
  background-repeat: no-repeat;
  width: 125px;
  height: 73px;
  background-size: contain;
  vertical-align: middle;
}

#main_contents .btn_area a {
  display: inline;
}

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

#main_contents .btn_area a:hover > .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;
}

.header {
  position: relative;
}

.header h1 {
  width: 90%;
  margin: 20px auto;
  max-width: 420px;
}

.header p {
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: 57%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62%;
}

.header .wrap {
  position: absolute;
  top: 78%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.header .btn_area {
  position: relative;
  display: block;
  width: 40%;
  max-width: 190px;
}

.header .btn_area.view {
  margin-right: 15px;
}

.navi a:link {
  text-decoration: none;
}

.navi .wrap {
  background-color: #f3fb78;
  border: solid 2px #f3fb78;
  border-radius: 10px;
  margin: 20px auto 0;
  width: 90%;
  max-width: 420px;
}

.navi .wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.navi .wrap .view, .navi .wrap .method {
  display: none;
}

.navi .title {
  padding: 10px;
}

.navi .title ul {
  display: flex;
}

.navi .title li {
  width: 40%;
  margin-right: 5%;
}

.navi .title li.switch {
  margin-right: 0;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.navi .title li a {
  display: flex;
  height: 100%;
  align-items: center;
}

li.switch span {
  position: relative;
  color: #514947;
  top: 16px;
  left: 8px;
}

li.switch span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: currentColor;
}

li.switch span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navi.is-open .wrap {
  background-color: #fff;
}

.navi.is-open li.switch.close {
  margin-right: 0;
  background-color: #f3fb78;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.navi.is-open li.switch span::after {
  content: none;
}

.navi .view, .navi .method {
  border-top: solid 2px #f3fb78;
  padding: 20px 70px;
}

.navi .view img, .navi .method img {
  max-width: 200px;
}

.navi .view > ul > li, .navi .method > ul > li {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.navi .view > ul > li:last-child, .navi .method > ul > li:last-child {
  margin-bottom: 0;
}

.content {
  position: relative;
  z-index: 1;
  padding: 20px 5% 55px;
  margin: 20px 0 45px;
  background-image: url(https://woman-type.jp/academia/img/sp/blue.png);
  background-repeat: repeat;
}

.content li {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.content li a {
  display: flex;
  height: 100%;
}

.content li a:link {
  text-decoration: none;
}

.content figure {
  width: 68%;
  margin-right: 4%;
}

.content li img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.content li .text_area {
  width: 100%;
}

.content li .icon {
  padding: 2px 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.content li .date {
  display: block;
  margin: 8px 0;
  font-size: 12px;
  width: 100%;
}

.content li p {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content li p.no_date {
  margin-top: 34px;
}

.content li .icon.view {
  background-color: #60c0c8;
}

.content li .icon.method {
  background-color: #faa6c0;
}

.content .shadow {
  width: 99%;
  height: 12px;
  text-shadow: -1px -1px 0 #fff;
  border-radius: 10px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #fff 25%, #7f8585 25%, #7f8585 50%, #fff 50%, #fff 75%, #7f8585 75%, #7f8585);
  position: absolute;
  left: 2px;
  bottom: -3px;
  z-index: -1;
}

.new_contents {
  margin: 0 auto 40px;
  max-width: 420px;
}

.new_contents h2 {
  margin-bottom: 20px;
}

.new_contents ul {
  margin-bottom: 50px;
}

.new_contents li img {
  max-width: 134px;
}

.new_contents::after, .woman_type::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15px;
  background-image: url(https://woman-type.jp/academia/img/sp/line.png);
  background-size: cover;
  vertical-align: middle;
}

.woman_type {
  max-width: 420px;
  margin: 0 auto 45px;
}

.woman_type h2 {
  margin-bottom: 30px;
}

.woman_type .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 250px;
  margin: 45px auto;
}

.woman_type .wrap a {
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 40px;
}

.woman_type .wrap::after {
  content: "";
  display: inline-block;
  width: 195px;
  height: 85px;
  background-image: url(https://woman-type.jp/academia/img/sp/notebook.png);
  background-size: cover;
  vertical-align: middle;
}

.woman_type ul {
  display: flex;
  flex-wrap: wrap;
}

.content .woman_type li .date {
  margin: 0 0 5px;
}

.choice_area {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 10px 130px;
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

.choice_area .wrap {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.choice_area .hope {
  display: flex;
}

.choice_area .btn_area {
  position: relative;
  display: block;
  width: 46%;
  max-width: 190px;
}

.choice_area .btn_area.view {
  margin-right: 3%;
}

@media screen and (max-width: 320px) {
  .header p {
    width: 70%;
    top: 56%;
  }
  .choice_area {
    padding-bottom: 120px;
  }
  .choice_area .wrap {
    top: 67%;
  }
}

@media screen and (max-width: 374px) {
  #main_contents .btn-white {
    height: 90px;
  }
  #main_contents .btn-back {
    height: 86px;
  }
  #main_contents .btn-inner {
    height: 86px;
  }
  #main_contents .btn {
    height: 75px;
    line-height: 75px;
  }
  #main_contents .btn_area a:hover > .btn-white {
    height: 85px;
  }
  #main_contents .btn_area.view span {
    display: inline-block;
    background-image: url(https://woman-type.jp/academia/img/sp/view_btn.png);
    background-repeat: no-repeat;
    width: 108px;
    height: 63px;
    background-size: contain;
    vertical-align: middle;
  }
  #main_contents .btn_area.method span {
    display: inline-block;
    background-image: url(https://woman-type.jp/academia/img/sp/method_btn.png);
    background-repeat: no-repeat;
    width: 108px;
    height: 63px;
    background-size: contain;
    vertical-align: middle;
  }
  #main_contents .btn::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -12px;
    right: 10px;
  }
}

@media screen and (min-width: 420px) {
  .choice_area .wrap {
    top: 73%;
  }
}

/* ----------------------------------------------------
  discover-career
---------------------------------------------------- */
#main_contents.discover-career button {
  padding: 10px;
}

.discover-career .frame {
  margin: 35px 0 70px;
  padding: 20px 5% 175px;
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/blue.png);
  background-repeat: repeat;
}

.discover-career .header p {
  text-align: left;
  width: 76%;
  top: 78%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 380px;
}

.frame .main_area {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 4% 10px;
  margin: 0 auto 40px;
  max-width: 420px;
}

.frame .main_area a {
  text-decoration: none;
}

.content_menu {
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/star.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 176px;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: 90px;
}

.content_menu ul {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -118px;
}

.content_menu ul.pc_content {
  display: none;
}

.content_menu li {
  width: 40%;
  position: relative;
  margin-right: 6%;
  top: 30px;
}

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

.content_menu li img {
  width: 100%;
  height: auto;
  max-width: 140px;
}

.content_menu li.myself::before {
  content: "";
  display: block;
  width: 93px;
  height: 28px;
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/myself_label.png);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.content_menu li.world::before {
  content: "";
  display: block;
  width: 104px;
  height: 28px;
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/world_label.png);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.content_menu li::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/check.png);
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
  z-index: 10;
}

section.myself {
  margin: 25px 0 50px;
}

.myself h2, .world h2 {
  margin-bottom: 20px;
}

.myself .icon {
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/myself_balloon.png);
  background-repeat: no-repeat;
  width: 101px;
  height: 102.5px;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
}

.myself .wrap, .world .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.myself .wrap.main, .world .wrap.main {
  margin: 40px 0;
}

.myself .subhead, .world .subhead {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myself .subhead p, .world .subhead p {
  display: inline-block;
  font-size: 13px;
  width: 80%;
  text-align: center;
}

.myself .subhead::before, .world .subhead::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 46.5px;
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/left.png);
  background-size: cover;
  vertical-align: middle;
}

.myself .subhead::after, .world .subhead::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 46.5px;
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/right.png);
  background-size: cover;
  vertical-align: middle;
}

.main_area article {
  margin-bottom: 25px;
}

.main_area article:last-of-type {
  margin-bottom: 0;
}

.main_area article a {
  display: flex;
  flex-wrap: wrap;
}

.main_area article figure {
  margin-right: 10px;
  width: 35%;
  border-radius: 8px;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(280 / 280 * 35%);
}

.main_area article figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.main_area article img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.main_area .text_area {
  width: 50%;
}

.main_area article h3 {
  font-size: 14px;
  font-weight: bold;
}

.main_area article p {
  font-size: 14px;
}

section.world {
  margin-bottom: 40px;
}

.world .icon {
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/world_balloon.png);
  background-repeat: no-repeat;
  width: 101px;
  height: 102.5px;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
}

.knowhow-area {
  position: relative;
  height: 105px;
}

.knowhow-area .icon {
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/knowhow.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  background-position: center;
}

.knowhow-area .btn_area.method {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35px;
  display: block;
  width: 75%;
  z-index: 2;
  max-width: 300px;
}

.knowhow-area .btn_area.method:hover {
  top: 40px;
}

#main_contents .knowhow-area .btn_area.method span {
  display: inline-block;
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/method_btn.png);
  background-repeat: no-repeat;
  width: 218.5px;
  height: 39.5px;
  background-size: contain;
  vertical-align: middle;
}

#main_contents .knowhow-area .btn-white, #main_contents .knowhow-area .btn_area a:hover > .btn-white {
  height: 65px;
}

#main_contents .knowhow-area .btn-back, #main_contents .knowhow-area .btn-inner {
  height: 61px;
}

#main_contents .knowhow-area .btn {
  height: 50px;
  line-height: 50px;
}

#main_contents .knowhow-area .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;
  top: 0;
  right: 4px;
}

.knowhow-area .wrap {
  background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/woman.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 248.5px;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 170%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.button.return {
  border: 1px solid #000;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 10px 20px;
}

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

@media screen and (max-width: 374px) {
  #main_contents.discover-career button {
    font-size: 12px;
    letter-spacing: -1px;
  }
  #main_contents .knowhow-area .btn_area.method span {
    display: inline-block;
    background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/method_btn.png);
    background-repeat: no-repeat;
    width: 190px;
    height: 34.5px;
    background-size: contain;
    vertical-align: middle;
  }
  .discover-career .header p {
    top: 76%;
  }
  .myself .subhead p, .world .subhead p {
    font-size: 12px;
    letter-spacing: -0.4px;
  }
  .knowhow-area .wrap {
    background-image: url(https://woman-type.jp/academia/img/discover-career-img/sp/woman.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 220px;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 180%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------
  knowhow
---------------------------------------------------- */
#main_contents.knowhow button {
  padding: 10px;
}

#main_contents.knowhow button.return {
  border: 1px solid #000;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 10px 20px;
}

#main_contents.knowhow button.return::after {
  content: none;
}

img.sp_content {
  width: 100%;
  height: auto;
}

.knowhow .header p {
  text-align: left;
  width: 76%;
  top: 78%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 380px;
}

.knowhow .frame {
  margin: 35px 0 70px;
  padding: 20px 5% 175px;
  background-image: url(https://woman-type.jp/academia/img/sp/pink.png);
  background-repeat: repeat;
}

.knowhow .frame .main_area {
  padding: 30px 4%;
}

.knowhow .content_menu {
  background-image: url(https://woman-type.jp/academia/img/knowhow-img/sp/content.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 82px;
  background-size: contain;
  vertical-align: middle;
  top: 0;
  margin-bottom: 50%;
  background-position: center;
}

.knowhow .content_menu ul {
  top: 90%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  height: 110px;
}

.knowhow .content_menu li {
  width: 46%;
  height: 40px;
  border: 2px dotted #ff8392;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-shadow: 4px 4px 0 0 #ffdee2;
  margin-right: 0;
  padding: 7.5px;
}

li.apply::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://woman-type.jp/academia/img/knowhow-img/sp/apply_off.png);
  background-size: cover;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}

li.resume::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://woman-type.jp/academia/img/knowhow-img/sp/document_off.png);
  background-size: cover;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}

li.interview::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://woman-type.jp/academia/img/knowhow-img/sp/interview_off.png);
  background-size: cover;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}

li.leave::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://woman-type.jp/academia/img/knowhow-img/sp/leave_off.png);
  background-size: cover;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}

.knowhow .content_menu li::after {
  content: none;
}

.knowhow .wrap.main {
  margin: 35px 0;
}

section.apply, section.resume, section.interview {
  margin-bottom: 50px;
}

.discover-career-area {
  position: relative;
  height: 105px;
}

.discover-career-area .icon {
  background-image: url(https://woman-type.jp/academia/img/knowhow-img/sp/discover-career.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 26px;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  background-position: center;
}

.discover-career-area .btn_area.view {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35px;
  display: block;
  width: 75%;
  z-index: 2;
  max-width: 300px;
}

.discover-career-area .btn_area.view:hover {
  top: 40px;
}

#main_contents .discover-career-area .btn_area.view span {
  display: inline-block;
  background-image: url(https://woman-type.jp/academia/img/knowhow-img/sp/view_btn.png);
  background-repeat: no-repeat;
  width: 218.5px;
  height: 39.5px;
  background-size: contain;
  vertical-align: middle;
}

#main_contents .discover-career-area .btn-white, #main_contents .discover-career-area .btn_area a:hover > .btn-white {
  height: 65px;
}

#main_contents .discover-career-area .btn-back, #main_contents .discover-career-area .btn-inner {
  height: 61px;
}

#main_contents .discover-career-area .btn {
  height: 50px;
  line-height: 50px;
}

#main_contents .discover-career-area .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;
  top: 0;
  right: 4px;
}

.discover-career-area .wrap {
  background-image: url(https://woman-type.jp/academia/img/knowhow-img/sp/woman.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 244px;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 175%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 374px) {
  #main_contents.knowhow button {
    font-size: 12px;
    letter-spacing: -1px;
  }
  #main_contents .discover-career-area .btn_area.view span {
    display: inline-block;
    background-image: url(https://woman-type.jp/academia/img/knowhow-img/sp/view_btn.png);
    background-repeat: no-repeat;
    width: 190px;
    height: 34.5px;
    background-size: contain;
    vertical-align: middle;
  }
  .knowhow .header p {
    top: 76%;
  }
  .knowhow .content_menu {
    margin-bottom: 56%;
  }
  .knowhow .content_menu ul {
    top: 82%;
  }
  .discover-career-area .wrap {
    background-image: url(https://woman-type.jp/academia/img/knowhow-img/sp/woman.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 215px;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 180%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
