/* content01 あなたに合う資格の探し方 */
.content {
  width: 100%;
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

.content_title {
  width: 100%;
}

.content_content {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  gap: 70px;
  padding: 50px 7% 100px;
}

@media screen and (max-width: 991px) {
  .content_content {
    gap: 40px;
    padding: 30px 0 60px;
  }
}

.content_content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .content_content p {
    font-size: 15px;
    line-height: 1.8;
  }
}

.content_content *:first-child {
  margin-top: 0;
}

.content_items {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  gap: 70px;
}

.content_item-img {
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .content_item-img {
    width: 100%;
  }
}

.content_summary-content {
  margin-top: 30px;
}

.content_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content span.red {
  color: #ed3882;
}

.content span.marker {
  padding-bottom: 2px;
  background: linear-gradient(transparent 0%, transparent 60%, #ffd2cf 60%, #ffd2cf 100%);
}

.content span.bold {
  font-weight: bold;
}

/* content01 あなたに合う資格の探し方 */
/* ---intro */
.content01_intro-box {
  position: relative;
  padding: 40px 24% 45px 14%;
  background-color: #fff;
  border-radius: 10px;
  margin: 30px 0;
}

@media screen and (max-width: 991px) {
  .content01_intro-box {
    padding: 20px 10% 25px 10%;
  }
}

.content01_intro-box .dq {
  position: absolute;
  top: 17px;
  left: 2.7%;
  width: 45px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .content01_intro-box .dq {
    top: -10px;
    left: 10px;
    width: 30px;
  }
}

.content01_intro-box .dq img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .content01_intro-box .text p {
    font-size: 14px;
    margin-top: 10px;
  }
}

.content01_intro-box .img {
  position: absolute;
  right: 9%;
  bottom: 0;
  width: 114px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .content01_intro-box .img {
    right: -10px;
    width: 80px;
  }
}

/* ---step */
.content01_step {
  width: 100%;
}

.content01_step-item {
  width: 100%;
}

.content01_step-item_title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  .content01_step-item_title {
    flex-direction: column;
    align-items: initial;
    gap: 5px;
  }
}

.content01_step-item_title .label {
  width: 114px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .content01_step-item_title .label {
    width: 72px;
  }
}

.content01_step-item_title .label img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content01_step-item_title .title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .content01_step-item_title .title {
    font-size: 20px;
  }
}

.content01_step-item-content {
  width: 100%;
  margin-top: 30px;
}

.content01_step-question {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  margin: 20px 0;
}

.content01_step-question .question-item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 15px 0.75fr;
  gap: 8px;
}

.content01_step-question .question-item_title {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #fae9e6;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .content01_step-question .question-item_title {
    font-size: 13px;
    padding: 10px;
  }
}

.content01_step-question .question-item_arrow {
  width: 15px;
  height: auto;
}

.content01_step-question .question-item_arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content01_step-question .question-item_answer {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .content01_step-question .question-item_answer {
    padding: 10px;
    font-size: 13px;
  }
}

.content01_step-question .question-item_answer.pink1 {
  background-color: #f59bb4;
}

.content01_step-question .question-item_answer.orange {
  background-color: #ecb95a;
}

.content01_step-question .question-item_answer.green1 {
  background-color: #8dcbb7;
}

.content01_step-question .question-item_answer.blue1 {
  background-color: #7096e3;
}

.content01_step-question .question-item_answer.green2 {
  background-color: #98bd40;
}

.content01_step-question .question-item_answer.blue2 {
  background-color: #74a7bd;
}

.content01_step-question .question-item_answer.purple {
  background-color: #b29feb;
}

.content01_step-question .question-item_answer.pink2 {
  background-color: #d57e9c;
}

/* ---genre */
.content01_step-genre {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 5px;
}

@media screen and (max-width: 991px) {
  .content01_step-genre {
    grid-template-columns: repeat(2, 1fr);
  }
}

.content01_step-genre .genre-item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.content01_step-genre .genre-item_title {
  padding: 10px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .content01_step-genre .genre-item_title {
    font-size: 14px;
  }
}

.content01_step-genre .genre-item_title.pink1 {
  background-color: #f59bb4;
}

.content01_step-genre .genre-item_title.yellow {
  background-color: #ecb95a;
}

.content01_step-genre .genre-item_title.orange {
  background-color: #f19149;
}

.content01_step-genre .genre-item_title.green1 {
  background-color: #98bd40;
}

.content01_step-genre .genre-item_title.blue1 {
  background-color: #74a7bd;
}

.content01_step-genre .genre-item_title.purple {
  background-color: #b29feb;
}

.content01_step-genre .genre-item_title.pink2 {
  background-color: #d57e9c;
}

.content01_step-genre .genre-item_title.green2 {
  background-color: #8dcbb7;
}

.content01_step-genre .genre-item_title.blue2 {
  background-color: #7096e3;
}

.genre-item_content {
  flex: 1;
  position: relative;
  padding: 14px 12px 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .genre-item_content {
    padding: 10px 5px 25px;
  }
}

.genre-item_content.pink1 {
  background-image: url(../img/contents/genre_item_pink1.png);
}

.genre-item_content.yellow {
  background-image: url(../img/contents/genre_item_yellow.png);
}

.genre-item_content.orange {
  background-image: url(../img/contents/genre_item_orange.png);
}

.genre-item_content.green1 {
  background-image: url(../img/contents/genre_item_green1.png);
}

.genre-item_content.blue1 {
  background-image: url(../img/contents/genre_item_blue1.png);
}

.genre-item_content.purple {
  background-image: url(../img/contents/genre_item_purple.png);
}

.genre-item_content.pink2 {
  background-image: url(../img/contents/genre_item_pink2.png);
}

.genre-item_content.green2 {
  background-image: url(../img/contents/genre_item_green2.png);
}

.genre-item_content.blue2 {
  background-image: url(../img/contents/genre_item_blue2.png);
}

.genre-item_content-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 5px 35px;
  border-radius: 5px;
  background-color: #fff;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .genre-item_content-list {
    padding: 10px 5px 25px;
  }
}

.genre-item_content-list ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .genre-item_content-list ul {
    padding-left: 15px;
  }
}

.genre-item_content-list li {
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .genre-item_content-list li {
    font-size: 12px;
  }
}

.genre-item_content-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 140px;
}

.genre-item_content-btn .btn {
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .genre-item_content-btn .btn {
    font-size: 12px;
    padding: 3px;
  }
}

.genre-item_content-btn .btn.pink1 {
  border: 1px solid #f59bb4;
  color: #f59bb4;
}

.genre-item_content-btn .btn.yellow {
  border: 1px solid #ecb95a;
  color: #ecb95a;
}

.genre-item_content-btn .btn.orange {
  border: 1px solid #f19149;
  color: #f19149;
}

.genre-item_content-btn .btn.green1 {
  border: 1px solid #98bd40;
  color: #98bd40;
}

.genre-item_content-btn .btn.blue1 {
  border: 1px solid #74a7bd;
  color: #74a7bd;
}

.genre-item_content-btn .btn.purple {
  border: 1px solid #b29feb;
  color: #b29feb;
}

.genre-item_content-btn .btn.pink2 {
  border: 1px solid #d57e9c;
  color: #d57e9c;
}

.genre-item_content-btn .btn.green2 {
  border: 1px solid #8dcbb7;
  color: #8dcbb7;
}

.genre-item_content-btn .btn.blue2 {
  border: 1px solid #7096e3;
  color: #7096e3;
}

.genre-item_content-btn .btn:hover {
  opacity: 1;
}

.genre-item_content-btn .btn:hover.pink1 {
  background-color: #f59bb4;
  color: #fff;
}

.genre-item_content-btn .btn:hover.yellow {
  background-color: #ecb95a;
  color: #fff;
}

.genre-item_content-btn .btn:hover.orange {
  background-color: #f19149;
  color: #fff;
}

.genre-item_content-btn .btn:hover.green1 {
  background-color: #98bd40;
  color: #fff;
}

.genre-item_content-btn .btn:hover.blue1 {
  background-color: #74a7bd;
  color: #fff;
}

.genre-item_content-btn .btn:hover.purple {
  background-color: #b29feb;
  color: #fff;
}

.genre-item_content-btn .btn:hover.pink2 {
  background-color: #d57e9c;
  color: #fff;
}

.genre-item_content-btn .btn:hover.green2 {
  background-color: #8dcbb7;
  color: #fff;
}

.genre-item_content-btn .btn:hover.blue2 {
  background-color: #7096e3;
  color: #fff;
}

/* ---compare */
.content01_step-compare {
  position: relative;
  padding: 40px 24% 45px 5%;
  background-color: #fff;
  border-radius: 10px;
  margin: 30px 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .content01_step-compare {
    padding: 20px 10% 25px 5%;
    overflow: visible;
  }
}

.content01_step-compare-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.content01_step-compare-list ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.content01_step-compare-list li {
  width: 100%;
  display: flex;
  gap: 10px;
}

.content01_step-compare-list li .number {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ff7a73;
}

@media screen and (max-width: 991px) {
  .content01_step-compare-list li .number {
    font-size: 16px;
  }
}

.content01_step-compare-list li .text {
  position: relative;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .content01_step-compare-list li .text {
    font-size: 14px;
  }
}

.content01_step-compare-list li .text::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 70%;
  background-color: #ff7a73;
}

.content01_step-compare-img {
  position: absolute;
  right: 9%;
  bottom: -30px;
  width: 114px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .content01_step-compare-img {
    right: -12px;
    bottom: 0;
    width: 75px;
  }
}

/* content02 資格の選び方 */
/* ---toc */
.content02_toc {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
  padding: 35px 50px;
  border-radius: 10px;
  border: 1px solid #ff7a73;
}

@media screen and (max-width: 991px) {
  .content02_toc {
    padding: 20px 30px;
    gap: 20px;
  }
}

.content02_toc-title {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .content02_toc-title {
    font-size: 18px;
  }
}

.content02_toc ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 991px) {
  .content02_toc ol {
    gap: 10px;
  }
}

.content02_toc ol li a {
  display: flex;
  gap: 10px;
}

.content02_toc ol li .num {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ff7a73;
}

.content02_toc ol li .text {
  padding-top: 2px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .content02_toc ol li .text {
    font-size: 15px;
  }
}

/* ---choose */
.content02_choose-item_title {
  width: 100%;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .content02_choose-item_title {
    gap: 10px;
  }
}

.content02_choose-item_title .label {
  flex-shrink: 0;
  width: 60px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .content02_choose-item_title .label {
    width: 40px;
  }
}

.content02_choose-item_title .title {
  padding-top: 5px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .content02_choose-item_title .title {
    font-size: 20px;
  }
}

.content02_choose-item-content {
  margin-top: 30px;
}

.content02_choose-2col {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .content02_choose-2col {
    flex-direction: column;
    gap: 20px;
  }
}

.content02_choose-2col-text {
  width: 55%;
}

@media screen and (max-width: 991px) {
  .content02_choose-2col-text {
    width: 100%;
  }
}

.content02_choose-2col-img {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .content02_choose-2col-img {
    width: 90%;
  }
}

.content02_choose-2col-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .content02_choose-item-content-btn {
    margin-top: 20px;
  }
}

.content02_choose-2col-btn .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  height: 50px;
  border-radius: 60px;
  background-color: #ff7a73;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 0px rgba(229, 110, 103, 1);
  transition: ease 0.4s;
}

@media screen and (max-width: 991px) {
  .content02_choose-2col-btn .btn {
    font-size: 16px;
    height: 60px;
    max-width: 330px;
  }
}

.content02_choose-2col-btn .btn:hover {
  transform: translateY(4px);
  box-shadow: none;
  opacity: 1;
}

.content02_choose-2col-btn .btn::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: url(../img/arrow_right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* content03 あなたに合う資格の探し方 */
/* ---case */
.content03_case-item_title {
  width: 100%;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .content03_case-item_title {
    flex-direction: column;
    gap: 5px;
  }
}

.content03_case-item_title .label {
  flex-shrink: 0;
  width: 110px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .content03_case-item_title .label {
    width: 70px;
  }
}

.content03_case-item_title .title {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .content03_case-item_title .title {
    font-size: 20px;
  }
}

.content03_case-item-content {
  margin-top: 30px;
}

.content03_case-img {
  width: 90%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .content03_case-img {
    width: 100%;
  }
}

.content03_case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---bottom */
.content03_bottom {
  width: 100%;
}

.content03_bottom-img {
  width: 100%;
  height: auto;
}