@charset "UTF-8";
/*!
Theme Name: 海外人材コネクトナビ
Version: 1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul[class],
ol[class] {
  list-style: none;
}

#root, #__next {
  isolation: isolate;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("./font/NotoSansJP-VariableFont_wght.ttf") format("ttf");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 2.67vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(0.77vw, 10px);
  }
}

body {
  background: white;
  color: #000;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.footer {
  margin-top: auto;
}

a {
  text-decoration: none;
  transition: 0.25s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

iframe {
  max-width: 100%;
}

.nowrap {
  display: inline-block;
}

.center,
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc-hidden {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  clip-path: polygon(0 0, 0 0);
}

body.underscroll {
  overflow: hidden;
}

.con {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .con {
    width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .con-p {
    width: 120rem;
    margin: 0 auto;
  }
}

.con-s {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .con-s {
    width: 96rem;
  }
}

.breadcrumbs {
  width: 33.5rem;
  margin: 2rem auto;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  overflow-x: auto;
  font-weight: 400;
  max-width: 100%;
  width: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 3rem auto;
    font-size: 1.7rem;
    margin-left: min(360px, 18.75vw);
    max-width: 120rem;
    padding-inline: 0;
  }
}
.breadcrumbs::-webkit-scrollbar {
  height: 1px;
}
.breadcrumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  background: #bbb;
}
.breadcrumbs-list {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-list {
    flex-direction: row;
  }
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin: 0;
}
.breadcrumbs-item + li::before {
  content: "";
  flex: 0 0 0.5em;
  margin-left: 0;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .breadcrumbs-item + li::before {
    margin-left: auto;
  }
}
.breadcrumbs-item a {
  color: #000;
  font-weight: 300;
}
.breadcrumbs-item a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header {
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 2rem 0;
  }
}
.header .con {
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .header .con {
    margin-left: min(360px, 18.75vw);
    max-width: 120rem;
  }
}
.header-h1 {
  font-size: 1.4rem;
  padding-bottom: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-h1 {
    font-size: 2.2rem;
    text-align: left;
  }
}
.header-logo {
  width: 100%;
}
.header-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-logo a {
    justify-content: left;
  }
}
@media screen and (min-width: 768px) {
  .header-logo img {
    max-width: 530px;
  }
}
.header-menu {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100dvh;
  right: -120%;
  top: 0;
  background: #fff;
  transition: all 0.6s;
  padding: 3rem 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-menu.panelactive {
  right: 0;
}
@media screen and (min-width: 768px) {
  .header-menu {
    display: none !important;
  }
}
.header-menu ul {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  width: 100%;
}
.header-menu ul li {
  width: 100%;
  border-bottom: 0.1rem solid #EB7D00;
}
.header-menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FCA518;
  font-size: 1.5rem;
  font-weight: 600;
}
.header-menu ul li a::after {
  content: "";
  position: absolute;
  right: 0.3rem;
  background: url(images/kjcn-menu-icon-sp.webp) center/cover no-repeat;
  width: 0.35rem;
  height: 0.6rem;
}
.header-menu ul li a:hover {
  opacity: 0.8;
}
.header-btn {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  background-color: #EB7D00;
  box-shadow: 2px 2px 3px #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  bottom: 2rem;
  right: 1.5rem;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.header-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .header-btn {
    display: none !important;
  }
}
.header-btn span {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  transition: all 0.4s;
  left: 13px;
  height: 4px;
  border-radius: 20px;
  width: 58.33%;
}
.header-btn span:nth-of-type(1) {
  top: 17px;
}
.header-btn span:nth-of-type(2) {
  top: 28px;
}
.header-btn span:nth-of-type(3) {
  top: 39px;
}
.header-btn.active {
  right: 15px;
  bottom: 20px !important;
}
.header-btn.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
  top: 23px;
  left: 13px;
}
.header-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-btn.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  top: 35px;
  left: 13px;
}

.footer {
  padding-top: 4rem;
  border-top: 1px solid #FCA518;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-inner {
    position: relative;
    max-width: 115rem;
    width: 100%;
    margin-inline: auto;
  }
}
.footer-logo {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    padding-bottom: 0;
  }
}
.footer-logo img {
  max-width: 55rem;
  width: 100%;
}
.footer-logo span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 0.9rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer-logo span {
    font-size: 1.9rem;
  }
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    position: absolute;
    top: -3rem;
    left: 60rem;
    gap: 2.5rem;
    padding-left: 5rem;
  }
}
.footer-menu li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-menu li::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #EB7D00;
  top: 0.75rem;
  left: 0.3rem;
}
@media screen and (min-width: 768px) {
  .footer-menu li {
    font-size: 1.8rem;
  }
}
.footer-menu a {
  color: #000;
  font-size: 1.6rem;
  text-decoration-color: #EB7D00;
}
@media screen and (min-width: 768px) {
  .footer-menu a {
    font-size: 1.8rem;
  }
}
.footer-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 0.65rem;
  text-decoration-thickness: 0.2rem;
  text-decoration-color: #EB7D00;
}
.footer-nav {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 31.5rem;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    padding-top: 10rem;
    max-width: 100%;
  }
}
.footer-nav-inner {
  padding-left: 1rem;
}
.footer-nav-inner dt {
  position: relative;
  padding-bottom: 1.3rem;
  padding-left: 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner dt {
    padding-bottom: 2rem;
    justify-content: left;
    gap: 3.7rem;
    align-items: center;
  }
  .footer-nav-inner dt::after {
    content: "";
    width: 100%;
    height: 0.1rem;
    background-color: #000;
    display: block;
    margin: auto 0;
  }
}
.footer-nav-inner dt span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner dt span {
    font-size: 1.8rem;
    min-width: fit-content;
  }
}
.footer-nav-inner dt .toggle {
  display: block;
  margin: auto 0;
  width: 1.3rem;
  height: 0.72rem;
  background: url(images/kjcn-footer-parts3-sp.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner dt .toggle {
    display: none;
  }
}
.footer-nav-inner dt .toggle.close {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
.footer-nav-inner dt::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #EB7D00;
  top: 0.3rem;
  left: -1rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner dt::before {
    top: 0.6rem;
  }
}
.footer-nav-inner dd {
  display: none;
  padding-bottom: 2.35rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner dd {
    display: block;
    padding-bottom: 3.35rem;
  }
}
.footer-nav-inner dd ul {
  display: flex;
  gap: 0.8rem;
  list-style: none;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner dd ul {
    gap: 1.5rem;
  }
}
.footer-nav-inner dd ul li {
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner dd ul li {
    gap: 1.5rem;
  }
}
.footer-nav-inner dd ul li::after {
  content: "";
  width: 0.1rem;
  height: auto;
  display: block;
  background-color: #000;
}
.footer-nav-inner dd ul li a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  text-decoration-color: #EB7D00;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner dd ul li a {
    font-size: 1.5rem;
  }
}
.footer-nav-inner dd ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.65rem;
  text-decoration-thickness: 0.2rem;
  text-decoration-color: #EB7D00;
}
.footer-nav:not(:nth-of-type(1)) {
  padding-top: 0;
}
.footer-copyright {
  margin-top: 4.8rem;
  padding: 4rem 0;
  background-color: #EB7D00;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 2.4rem;
    margin-top: 10rem;
  }
}

body:not(:has(.form)) .grecaptcha-badge {
  visibility: hidden;
}

.form {
  font-size: max(16px, 1.6rem);
}
@media screen and (min-width: 768px) {
  .form {
    font-size: 1.8rem;
  }
}
.form table,
.form tbody,
.form tr,
.form th,
.form td {
  display: block;
}
@media screen and (min-width: 768px) {
  .form table,
  .form tbody,
  .form tr,
  .form th,
  .form td {
    display: revert;
  }
}
.form table {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}
.form th,
.form td {
  padding: 1rem 1.5rem;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .form th,
  .form td {
    padding: 0 3rem;
  }
}
.form th {
  text-align: center;
  font-weight: normal;
  background-color: #FFE79A;
  padding: 1rem 2.5rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .form th {
    width: 14em;
  }
}
.form td {
  min-width: 9rem;
}
.form p {
  color: #000;
  letter-spacing: 0.05em;
  color: #000 !important;
  position: relative;
  z-index: 1;
}
.form .required {
  display: inline-block;
  width: 4rem;
  height: 2.4rem;
  margin-left: 1.5rem;
  border-radius: 0.3rem;
  background-color: #EC6555;
  line-height: 2.4rem;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form .required {
    float: right;
    margin-left: 0;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=url],
.form select,
.form textarea {
  width: 100%;
  border: 1px solid #F6F6F6;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fff;
}
.form input[type=date] {
  border: 1px solid #F6F6F6;
  border-radius: 0.5rem;
  padding: 1rem 0;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.form select[name=pref],
.form input[name=address] {
  margin-top: 1rem;
}
.form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form .wpcf7-radio > span {
  margin: 0;
}
.form .wpcf7-radio > span > label > span {
  cursor: pointer;
}
.form input[type=radio],
.form input[type=checkbox] {
  display: none;
}
.form input[type=radio] + span,
.form input[type=checkbox] + span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 100%;
  border: 1px solid #F6F6F6;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  background-color: #fff;
  transition: 0.2s ease-in-out;
}
.form input[type=radio] + span:before,
.form input[type=checkbox] + span:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 2px solid #000;
}
.form input[type=radio]:checked + span,
.form input[type=checkbox]:checked + span {
  border-color: #9C968C;
  color: #000;
}
.form input[type=radio] + span:before {
  border-radius: 50%;
}
.form input[type=radio]:checked + span:before {
  background-image: radial-gradient(#000 49%, #fff 51%);
}
.form input[type=checkbox] + span:before {
  border-radius: 0.4rem;
}
.form input[type=checkbox]:checked + span:before {
  background: white url("images/kjcn-from-check-icon.svg") center/90% no-repeat;
}
.form-date {
  display: flex;
  align-items: center;
}
.form-date input[type=text] {
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .form-date input[type=text] {
    flex-grow: 0;
    width: auto;
  }
}
.form-date select {
  width: auto;
  margin-left: 0.8rem;
}
.form .wpcf7-acceptance label span {
  background-color: #E5B226;
  cursor: pointer;
}
.form .wpcf7-acceptance label :checked + span {
  background-color: white;
}
.form span[data-name=your-consent] {
  display: block;
  text-align: center;
}
.form-privacy {
  margin-top: 1.5rem;
}
.form-privacy a {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 0.4em;
  padding: 0 0.3em;
  border-bottom: 1px solid;
  color: #000;
  font-size: 1.4rem;
}
.form-privacy a:after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #9C968C;
  mask: url(images/kjcn-from-link-icon.svg) center/contain no-repeat;
}
.form .button {
  width: 30rem;
  margin: 3rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  border: none;
  border-radius: 0.6rem;
  padding: 0.5em 1em;
  background: #FCA518;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.16);
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .form .button {
    width: 50rem;
    margin-top: 5rem;
  }
}
.form .button[disabled] {
  pointer-events: none;
  opacity: 0.6;
}
.form-note {
  width: fit-content;
  margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  font-size: 120%;
}
@media screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    padding: 1.5rem 3rem;
  }
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}

.faq-outer {
  padding: 5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .faq-outer {
    padding: 10rem 0;
    max-width: 100rem;
    margin-inline: auto;
  }
}
.faq-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: #EB7D00;
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .faq-title {
    font-size: 3.5rem;
    padding-bottom: 3rem;
  }
}
.faq-item {
  border: 1px solid #DCDCDC;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .faq-item {
    padding: 2rem 2.5rem;
  }
}
.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .faq-question {
    font-size: 1.8rem;
    gap: 2rem;
  }
}
.faq-question::marker {
  display: none;
}
.faq-question::before {
  content: "";
  background: url(images/kjcn-q-icon.webp) center/cover no-repeat;
  align-self: flex-start;
  flex: 0 0 auto;
  width: 4rem;
  height: 4.2rem;
  margin: auto 0;
}
.faq-question::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background: #DCDCDC;
  margin: 0 auto;
  left: 0;
  bottom: 0;
}
.faq-answer {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-top: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .faq-answer {
    font-size: 1.8rem;
    gap: 2rem;
  }
}
.faq-answer::before {
  content: "";
  background: url(images/kjcn-a-icon.webp) center/cover no-repeat;
  align-self: flex-start;
  flex: 0 0 auto;
  width: 4rem;
  height: 4.2rem;
  margin: auto 0;
}

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .page-nav {
    margin: 40px 0;
  }
}
.page-nav:empty {
  margin: 0;
}

.page-numbers {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #FCA518;
  transition: 0.25s ease-in-out;
}
.page-numbers:not(.current):hover {
  background-color: #FCA518;
  color: white;
}
.page-numbers.current {
  background-color: #FCA518;
  color: white;
}
.page-numbers.prev, .page-numbers.next {
  font-size: 0;
}
.page-numbers.prev::after, .page-numbers.next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
}
.page-numbers.prev::after {
  transform: rotate(225deg) translate(-15%, 15%);
}
.page-numbers.next::after {
  transform: rotate(45deg) translate(-15%, 15%);
}

.cta {
  position: relative;
  border-radius: 0.5rem;
  background-image: linear-gradient(to bottom, #E36A6A, #C52323);
  padding: 1.5rem 0 2rem;
}
.cta-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .cta-sp {
    display: none;
  }
}
.cta-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta-pc {
    display: block;
    padding: 2rem;
  }
}
.cta::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .cta::before {
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    width: 70%;
    height: 100%;
  }
}
.cta-ttl {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .cta-ttl {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.cta-txt {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1rem;
  padding: 1rem 2.5rem;
  letter-spacing: 0.05em;
  width: calc(100% + 2rem);
  margin: 0 0 0 -1rem;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .cta-txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.cta-txt::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 1rem transparent;
  border-right: solid 1rem #D35A5A;
}
.cta-txt::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 1rem transparent;
  border-left: solid 1rem #D35A5A;
}
.cta-txt-l {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta-txt-l {
    display: block;
    position: absolute;
    content: "";
    background: url(images/kjcn-cta-bg-person02.webp) center/cover no-repeat;
    bottom: -0.8rem;
    left: 7rem;
    width: 14.8rem;
    height: 15.6rem;
  }
}
.cta-txt-r {
  position: absolute;
  content: "";
  background: url(images/kjcn-cta-bg-person01.webp) center/cover no-repeat;
  bottom: 0;
  right: 1.5rem;
  width: 10rem;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .cta-txt-r {
    right: 11rem;
  }
}
.cta-company {
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  line-height: 3.5rem;
  margin: 1rem 0.7rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-company {
    font-size: 2.8rem;
    padding-bottom: 1rem;
  }
}
.cta-inner {
  position: relative;
  padding-inline: 0.7rem;
  display: flex;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta-inner {
    justify-content: space-between;
  }
}
.cta-inner a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.cta-inner a span {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-inner-r {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cta-tell {
    display: grid;
    column-gap: 2rem;
    grid-template-columns: 8rem 45rem;
    grid-template-rows: 8rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cta-tell img {
    max-width: 8rem;
    grid-column: 1/2;
    grid-row: 1/3;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cta-tell p {
    font-size: 4.5rem;
    font-weight: 500;
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .cta-tell span {
    font-size: 1.4rem;
    font-weight: 500;
    grid-column: 2/3;
    grid-row: 2/3;
    text-align: left !important;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .cta-tell-op {
    margin-right: 1.5rem;
    padding: 0.1rem 1.8rem;
    outline: 0.1rem solid #fff;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .cta-mail {
    width: 28.5rem;
    height: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(images/kjcn-cta-mail-btn.webp) center/cover no-repeat;
    padding-left: 5.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cta-mail img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cta-mail p {
    font-size: 2rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .cta-mail span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cta-mail .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cta-site {
    width: 28.5rem;
    height: 8rem;
  }
}
.cta-free {
  font-size: 1rem !important;
  display: block !important;
}
@media screen and (min-width: 768px) {
  .cta-free {
    font-size: 1.4rem !important;
    margin-top: 1rem;
    display: inline !important;
  }
}
.cta-note {
  font-size: 1rem !important;
  display: block !important;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .cta-note {
    margin-top: 3rem !important;
    font-size: 1.2rem !important;
  }
}

.cta-inner:not(:has(.cta-inner-l)) {
  justify-content: center;
  margin: 2rem;
}

.cta-inner:not(:has(.cta-inner-l)) .cta-inner-r {
  display: flex;
  flex-direction: row;
}

.foot {
  position: fixed;
  z-index: 101;
  inset: auto 0 0;
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease-in;
}
.foot._hide {
  opacity: 0.5;
  transform: translateY(18rem);
}
@media screen and (min-width: 768px) {
  .foot._hide {
    transform: translateY(17rem);
  }
}
.foot::before {
  position: absolute;
  content: "";
  background: url(images/kjcn-kcta-img-sp.webp) center/cover no-repeat;
  width: 5.04rem;
  height: 7.6rem;
  bottom: 0;
  left: -0.1rem;
}
@media screen and (min-width: 768px) {
  .foot::before {
    display: none;
  }
}
.foot-lead {
  background-color: rgba(255, 223, 65, 0.9);
  padding: 0.6rem 0;
  text-align: center;
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .foot-lead {
    display: none;
  }
}
.foot-lead img {
  max-width: 12.5rem;
  width: 100%;
}
.foot-inner {
  background-color: rgba(227, 106, 106, 0.9);
  display: flex;
  gap: 0.7rem;
  justify-content: right;
  align-items: center;
  padding: 0.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .foot-inner {
    padding: 0;
    justify-content: center;
    background-color: rgb(227, 106, 106);
  }
}
.foot-random {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .foot-random {
    position: relative;
    flex-direction: row-reverse;
    gap: 1.5rem;
    background-color: #DF898A;
    padding: 1.5rem 5rem;
    width: 50%;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  .foot-random::before {
    position: absolute;
    content: "";
    width: calc(100% - 1rem);
    height: calc(100% - 2rem);
    background-color: #fff;
    top: 1rem;
    right: 1rem;
    z-index: -1;
    clip-path: polygon(0% 0%, 99.2% 0%, 95% 100%, 0% 100%);
  }
  .foot-random::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 2rem);
    background: rgba(0, 0, 0, 0.05);
    top: 1.4rem;
    right: 0.6rem;
    z-index: -2;
    filter: blur(1rem);
    clip-path: polygon(0% 0%, 99.2% 0%, 95% 100%, 0% 100%);
  }
}
.foot-random img {
  width: 11rem;
  height: 5.5rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .foot-random img {
    width: 17rem;
    height: 8.5rem;
  }
}
.foot-random p {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .foot-random p {
    color: #000;
    font-size: 1.9rem;
    font-weight: 700;
    margin: auto 0;
  }
}
.foot-random span {
  display: none;
}
@media screen and (min-width: 768px) {
  .foot-random span {
    display: block;
    color: #EB7D00;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    letter-spacing: 0.1em;
  }
}
.foot-btn {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .foot-btn {
    display: grid;
    grid-template-columns: repeat(2, 30rem);
    grid-template-rows: 2rem 6.5rem;
    width: 50%;
    column-gap: 1.5rem;
    row-gap: 1rem;
    justify-content: left;
    position: relative;
  }
}
.foot-btn::after {
  display: none;
}
@media screen and (min-width: 1380px) {
  .foot-btn::after {
    position: absolute;
    display: block;
    content: "";
    background: url(images/kjcn-kcta-img.webp) center/cover no-repeat;
    width: 13.4rem;
    height: 14.7rem;
    bottom: -1rem;
    left: 54.5rem;
  }
}
.foot-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .foot-text {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    grid-column: 1/3;
    grid-row: 1/2;
    letter-spacing: 0.2em;
  }
}
.foot-time {
  display: none;
}
@media screen and (min-width: 768px) {
  .foot-time {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: left;
  }
}
.foot-number {
  display: none;
}
@media screen and (min-width: 768px) {
  .foot-number {
    display: block;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: left;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .foot-pictTel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 7rem;
    padding-top: 0.5rem;
    width: auto;
    height: auto;
  }
}
.foot-imgTel {
  width: 100%;
  max-width: 13rem;
}
@media screen and (min-width: 768px) {
  .foot-imgTel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: 29rem;
  }
}
.foot-imgMail {
  width: 100%;
  max-width: 13rem;
}
@media screen and (min-width: 768px) {
  .foot-imgMail {
    max-width: 24rem;
  }
}
.foot-free {
  display: none;
}
@media screen and (min-width: 768px) {
  .foot-free {
    display: block;
    color: #fff;
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    font-size: 1.4rem;
  }
}

.foot-btn:not(:has(.tel)) {
  display: flex;
  flex-direction: column;
}

.footDetail-inner {
  min-height: 10rem;
  padding-top: 2rem;
  background: url(images/kjcn-detail-cta-foot-parts-sp.webp) 0 0/100% no-repeat, url(images/kjcn-detail-cta-foot-parts-sp.webp) 0 100%/100% no-repeat, linear-gradient(#E36A6A, #C52323);
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .footDetail-inner {
    padding-top: 2.5rem;
    min-height: 15rem;
    background: url(images/kjcn-detail-cta-foot-parts.webp) 0 0/100% no-repeat, url(images/kjcn-detail-cta-foot-parts.webp) 0 100%/100% no-repeat, linear-gradient(#E36A6A, #C52323);
  }
}
.footDetail-lead {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footDetail-lead {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.footDetail-lead span {
  font-size: 1.1rem;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  padding: 0.3rem 0.5rem;
  margin-right: 0.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footDetail-lead span {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-right: 0.8rem;
    padding: 0.5rem 0.8rem;
  }
}
.footDetail-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin: 1.2rem auto 0;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .footDetail-btn {
    gap: 3rem;
    margin-top: 1.5rem;
  }
}
.footDetail-btn::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .footDetail-btn::after {
    position: absolute;
    display: block;
    content: "";
    background: url(images/kjcn-kcta-img.webp) center/cover no-repeat;
    width: 13.4rem;
    height: 14.7rem;
    bottom: -2rem;
    right: -13rem;
  }
}
.footDetail-btn > .tel {
  min-width: auto;
}
@media screen and (min-width: 768px) {
  .footDetail-btn > .tel {
    min-width: 29rem;
  }
}
.footDetail-btn > .mail {
  min-width: auto;
}
@media screen and (min-width: 768px) {
  .footDetail-btn > .mail {
    min-width: 24rem;
  }
}
.footDetail::before {
  position: absolute;
  content: "";
  background: url(images/kjcn-kcta-img-sp.webp) center/cover no-repeat;
  width: 5.985rem;
  height: 9.025rem;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footDetail::before {
    display: none;
  }
}
.footDetail-imgTel {
  max-width: 15rem;
  min-width: auto;
}
@media screen and (min-width: 768px) {
  .footDetail-imgTel {
    min-width: 29rem;
  }
}
.footDetail-imgMail {
  max-width: 15rem;
  min-width: auto;
}
@media screen and (min-width: 768px) {
  .footDetail-imgMail {
    min-width: 24rem;
  }
}

.footDetail-btn:not(:has(.tel))::after {
  right: -21rem;
}

.pickup {
  padding: 5rem 0 2.5rem;
  background: url(images/kjcn-pickup-bg-sp.webp) center/cover no-repeat;
  width: calc(100% + 3rem);
  margin: 5rem 0 5rem -1.5rem;
}
@media screen and (min-width: 768px) {
  .pickup {
    background: url(images/kjcn-pickup-bg.webp) center/cover no-repeat;
    width: 100%;
    margin: 8rem 0;
  }
}
.pickup h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 auto 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  max-width: 60rem;
}
@media screen and (min-width: 768px) {
  .pickup h3 {
    font-size: 2.5rem;
  }
}
.pickup h3::before, .pickup h3::after {
  content: "";
  width: 1.8rem;
  height: 0.2rem;
  background-color: #fff;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .pickup h3::before, .pickup h3::after {
    width: 2.5rem;
  }
}
.pickup h3::before {
  transform: rotate(60deg);
}
.pickup h3::after {
  transform: rotate(-60deg);
}
.pickup h4 {
  color: #EB7D00;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 auto 1.5rem;
  text-align: center;
  background-color: #fff;
  padding: 1rem 0;
  max-width: 60rem;
}
@media screen and (min-width: 768px) {
  .pickup h4 {
    font-size: 2.5rem;
  }
}
.pickup-inner .image {
  position: relative;
  max-width: 60rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .pickup-inner .image::before {
    content: "";
    position: absolute;
    background: url(images/kjcn-recomend-img.webp) center/cover no-repeat;
    top: 3rem;
    left: -21rem;
    width: 24rem;
    height: 20rem;
  }
}
.pickup-inner .content {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  padding-inline: 1.5rem;
  letter-spacing: 0.03em;
  margin: 0 auto 3rem;
  max-width: 60rem;
}
@media screen and (min-width: 768px) {
  .pickup-inner .content {
    font-size: 1.8rem;
  }
}
.pickup-inner a {
  color: #fff !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  width: 15rem !important;
  height: 4rem !important;
  border-radius: 2.8rem !important;
  background: linear-gradient(#5CC2CF, #27ABBC);
  letter-spacing: 0.18em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out !important;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .pickup-inner a {
    font-size: 2.2rem !important;
    width: 22.5rem !important;
    height: 6rem !important;
    border-radius: 4.2rem !important;
  }
}
.pickup-inner a:hover {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-1px) !important;
  opacity: 1 !important;
}

.recommend {
  position: relative;
}
.recommend::before {
  content: "";
  position: absolute;
  width: calc(100% + 3rem);
  height: 100%;
  background-color: #FFFDE5;
  top: 0;
  left: -1.5rem;
}
@media screen and (min-width: 768px) {
  .recommend::before {
    content: none;
  }
}
.recommend-detail {
  position: relative;
}
.recommend-detail > .detail {
  padding: 0;
}
.recommend-detail > .detail > .detail-ttl {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .recommend-detail > .detail > .detail-ttl {
    margin-top: 6rem;
  }
}
.recommend-detail > .detail > .detail-banar01 {
  padding-bottom: 4rem;
}
.recommend-detail > .detail > .detail-mv {
  margin-bottom: 2rem;
}
.recommend-detail:nth-of-type(3) > .detail {
  margin-bottom: 5rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .recommend-detail:nth-of-type(3) > .detail {
    margin-bottom: 10rem;
    padding-bottom: 6rem;
  }
}
.recommend-catch {
  position: relative;
  font-size: 2rem;
  padding: 0.5rem 0 0.5rem 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  max-width: 100rem;
  margin: 0 auto;
  border-bottom: 0.2rem solid #FCA518;
}
@media screen and (min-width: 768px) {
  .recommend-catch {
    font-size: 3rem;
    padding: 1.5rem 2.5rem;
  }
}
.recommend-catch::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1rem;
  height: 100%;
  background-color: #FCA518;
}

.recommendTable {
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .recommendTable {
    margin: 8rem 0;
  }
}
.recommendTable-con {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recommendTable-con {
    width: 120rem;
    overflow: hidden;
  }
}
.recommendTable table {
  border-collapse: collapse;
  width: 100%;
  min-width: 55rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table {
    margin-inline: auto;
  }
}
.recommendTable table thead tr th {
  background-color: #EB7D00;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  border-right: 0.1rem solid #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
.recommendTable table thead tr th:first-child {
  min-width: 13.5rem;
  border-left: 0.1rem solid #EB7D00;
}
.recommendTable table thead tr th:nth-child(2) {
  min-width: 7rem;
}
.recommendTable table thead tr th:nth-child(3) {
  min-width: 11.5rem;
}
.recommendTable table thead tr th:nth-child(4) {
  min-width: 11.5rem;
}
.recommendTable table thead tr th:last-child {
  min-width: 11.5rem;
  border-right: 0.1rem solid #EB7D00;
}
@media screen and (min-width: 768px) {
  .recommendTable table thead tr th {
    font-size: 1.6rem;
  }
  .recommendTable table thead tr th:first-child {
    min-width: 29rem;
  }
  .recommendTable table thead tr th:nth-child(2) {
    min-width: 15rem;
  }
  .recommendTable table thead tr th:nth-child(3) {
    min-width: 25rem;
  }
  .recommendTable table thead tr th:nth-child(4) {
    min-width: 25rem;
  }
  .recommendTable table thead tr th:last-child {
    min-width: 25rem;
  }
}
.recommendTable table thead tr th span {
  display: block;
}
@media screen and (min-width: 768px) {
  .recommendTable table thead tr th span {
    display: inline;
  }
}
.recommendTable table thead tr th br {
  display: block;
}
@media screen and (min-width: 768px) {
  .recommendTable table thead tr th br {
    display: none;
  }
}
.recommendTable table tbody tr td {
  font-size: 1.6rem;
  font-weight: 500;
  border: 0.1rem solid #707070;
  border-top: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .recommendTable table tbody tr td {
    padding: 1.7rem 1.2rem;
  }
}
.recommendTable table tbody tr td:nth-child(1) {
  text-align: left;
}
.recommendTable table tbody tr:nth-child(1) .recommendTable-company-rank::before {
  background: url(images/kjcn-chart-prts1.webp) center/cover no-repeat;
}
.recommendTable table tbody tr:nth-child(2) .recommendTable-company-rank::before {
  background: url(images/kjcn-chart-prts2.webp) center/cover no-repeat;
}
.recommendTable table tbody tr:nth-child(3) .recommendTable-company-rank::before {
  background: url(images/kjcn-chart-prts3.webp) center/cover no-repeat;
}
.recommendTable-company-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #000;
}
.recommendTable-company-rank {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-company-rank {
    font-size: 2.2rem;
    gap: 1rem;
  }
}
.recommendTable-company-rank::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1.5rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-company-rank::before {
    max-width: 3rem;
    height: 4rem;
  }
}
.recommendTable-level-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-level-inner {
    gap: 2rem;
  }
}
.recommendTable-level-ttl {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .recommendTable-level-ttl {
    font-size: 1.7rem;
  }
}
.recommendTable-level-txt {
  font-size: 1rem;
  font-weight: 500;
  color: #B4B4B4;
}
@media screen and (min-width: 768px) {
  .recommendTable-level-txt {
    font-size: 1.7rem;
  }
}
.recommendTable-support-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-support-inner {
    gap: 2rem;
  }
}
.recommendTable-support-txt {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-support-txt {
    font-size: 1.8rem;
    height: 10rem;
  }
}
.recommendTable-support-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.5rem solid #F9E6C8;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .recommendTable-support-txt::before {
    width: 10rem;
    height: 10rem;
    border: 1rem solid #F9E6C8;
  }
}
.recommendTable-job-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-job-inner {
    gap: 2rem;
  }
}
.recommendTable-job img {
  max-width: 4.8rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-job img {
    max-width: 8.4rem;
  }
}
.recommendTable-country p {
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .recommendTable-country p {
    font-size: 1.4rem !important;
  }
}
.recommendTable-country-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-country-inner {
    gap: 2rem;
  }
}
.recommendTable-country img {
  max-width: 5rem !important;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .recommendTable-country img {
    max-width: 10rem !important;
  }
}

#rt1 ~ #toc_container .toc_list > li:first-child {
  display: none;
}

#toc_container li:has(a[href="#ranking-toc"]),
#toc_container li:has(a[href="#ranking-toc-2"]) {
  display: none;
}

#toc {
  position: relative;
}
#toc::before {
  content: "";
  position: absolute;
  width: calc(100% + 3rem);
  height: 100%;
  background-color: #FFFDE5;
  top: 0;
  left: -1.5rem;
}
@media screen and (min-width: 768px) {
  #toc::before {
    content: none;
  }
}
#toc_container {
  position: relative;
  width: 100% !important;
  display: block;
  border-top: 1px solid #FCA518;
  border-bottom: 1px solid #FCA518;
  padding: 2rem;
  border-right: none;
  border-left: none;
  background-color: #fff;
  margin: 4rem auto;
}
@media screen and (min-width: 768px) {
  #toc_container {
    max-width: 120rem !important;
    margin: 8rem auto;
    padding: 2rem 12.5rem 2.4rem;
  }
}
#toc_container a {
  color: #000;
}
#toc_container .toc_title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
}
#toc_container .toc_title:before {
  content: "目次";
  margin: 0 1.3rem 0 -1.5rem;
  border-right: 0.2rem solid #FCA518;
  padding-right: 0.9rem;
  color: #FCA518;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 4rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_title:before {
    font-size: 2.5rem;
    padding-left: 0;
  }
}
#toc_container .toc_title .toc_toggle {
  display: block;
  position: absolute;
  inset: -2rem;
}
#toc_container .toc_title .toc_toggle a {
  display: block;
  height: 100%;
  padding-left: 101%;
  overflow: hidden;
}
#toc_container .toc_title .toc_toggle a:hover {
  opacity: 0.8;
}
#toc_container .toc_title .toc_toggle a:after {
  content: "";
  display: block;
  position: absolute;
  top: 3.5rem;
  right: 0.7rem;
  width: 2.1rem;
  height: 1.2rem;
  background-color: #FCA518;
  mask: url(images/kjcn-ranking-angle-down.webp) center/contain no-repeat;
  transition: all 0.5s ease;
}
#toc_container .toc_title .toc_brackets {
  display: none;
}
#toc_container .toc_list {
  margin-top: 3rem !important;
}
#toc_container .toc_list li {
  position: relative;
  list-style: none;
  margin: 0.5rem 0 1rem;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_list li {
    font-size: 1.8rem;
  }
}
#toc_container .toc_list li a {
  text-decoration-color: #EB7D00;
  display: inline-block;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_list li a {
    padding-left: 2rem;
  }
}
#toc_container .toc_list li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.65rem;
  text-decoration-thickness: 0.2rem;
  text-decoration-color: #EB7D00;
}
#toc_container .toc_list li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -0.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #EB7D00;
  border-radius: 0%;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_list li::before {
    top: 0.85rem;
  }
}
#toc_container .toc_list li ul {
  margin-left: 2rem;
}

#toc_container:not(.contracted) .toc_toggle a::after {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

.hero {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-bottom: 6rem;
    background: white;
  }
}
.hero img {
  margin: 0 auto;
}

.worries {
  padding: 3.5rem 2rem;
  background: #F7FBE8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .worries {
    padding: 12rem 2rem 4rem;
  }
}
.worries .ttl {
  position: relative;
  display: inline-block;
}
.worries .ttl::before {
  content: "";
  background: url(images/kjcn-onayami-img1-sp.webp) center/cover no-repeat;
  position: absolute;
  width: 6.5rem;
  height: 9rem;
  top: 0;
  left: -5rem;
}
@media screen and (min-width: 768px) {
  .worries .ttl::before {
    width: 9.5rem;
    height: 13.1rem;
    left: -13rem;
    top: -3rem;
  }
}
.worries .ttl::after {
  content: "";
  background: url(images/kjcn-onayami-img2-sp.webp) center/cover no-repeat;
  position: absolute;
  width: 5.6rem;
  height: 9rem;
  top: 0;
  right: -5rem;
}
@media screen and (min-width: 768px) {
  .worries .ttl::after {
    width: 8.2rem;
    height: 13.3rem;
    right: -13rem;
    top: -3rem;
  }
}
.worries .ttl br {
  display: block;
}
@media screen and (min-width: 768px) {
  .worries .ttl br {
    display: none;
  }
}
.worries .ttl h2 {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .worries .ttl h2 {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
}
.worries .txt {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.65rem;
  text-decoration-thickness: 0.2rem;
}
@media screen and (min-width: 768px) {
  .worries .txt {
    font-size: 2.4rem;
    padding-bottom: 4.5rem;
    text-underline-offset: 1rem;
  }
}
.worries-list {
  background: #fff;
  position: relative;
  padding: 3rem 2rem;
  border-radius: 1rem;
  max-width: 80rem;
}
.worries-list::before {
  position: absolute;
  content: "";
  top: 0.7rem;
  left: 0;
  width: 68%;
  height: 100%;
  border-width: 0.2rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-style: solid;
  border-left-color: #C5CE00;
  border-top-color: #C5CE00;
  border-bottom-color: #C5CE00;
  border-right-color: transparent;
  clip-path: polygon(0% 0%, 85% 0%, 50% 100%, 0% 100%);
}
.worries-list::after {
  position: absolute;
  content: "";
  top: 0.9rem;
  right: 0;
  width: 63%;
  height: 100%;
  border-width: 0.2rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-style: solid;
  border-left-color: transparent;
  border-top-color: #C5CE00;
  border-bottom-color: #C5CE00;
  border-right-color: #C5CE00;
  clip-path: polygon(38% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.worries ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .worries ul {
    margin-left: 11.5rem;
  }
}
.worries ul li {
  font-size: 1.7rem;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .worries ul li {
    font-size: 2rem;
  }
}
.worries ul li br {
  display: block;
}
@media screen and (min-width: 768px) {
  .worries ul li br {
    display: none;
  }
}
.worries ul li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #C5CE00;
  border-radius: 1rem;
}

.about {
  position: relative;
  padding: 9rem 0;
  text-align: center;
}
.about::before {
  content: "";
  position: absolute;
  background: url(images/kjcn-onayami-parts2-sp.webp) center/cover no-repeat;
  width: 2.4rem;
  height: 4.7rem;
  top: 1.1rem;
  left: calc(50% - 1.2rem);
}
@media screen and (min-width: 768px) {
  .about::before {
    top: 3rem;
  }
}
.about::after {
  content: "";
  position: absolute;
  background: url(images/kjcn-bg-parts-sp.webp) center/cover no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .about::after {
    background: url(images/kjcn-bg-parts.webp) center/cover no-repeat;
    height: 2.5rem;
  }
}
.about-con {
  padding: 0 1.2rem;
}
.about picture {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .about picture {
    padding-bottom: 4rem;
  }
}
.about picture img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about picture img {
    padding-left: 3.5rem;
  }
}
.about .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .about .ttl {
    font-size: 3.8rem;
  }
}
.about .ttl::before {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: -0.5rem;
  width: 105%;
  height: 1.3rem;
  z-index: -1;
  background: #FFF564;
}
.about .ttl::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: -2rem;
  width: 3rem;
  height: 2.2rem;
  background: url(images/kjcn-kaiketu-parts-sp.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .about .ttl::after {
    background: url(images/kjcn-kaiketu-parts.webp) center/cover no-repeat;
    width: 5rem;
    height: 3.65rem;
    top: -1.5rem;
  }
}
.about .ttl span {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .about .ttl span {
    font-size: 4.7rem;
  }
}
.about .txt {
  padding-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .about .txt {
    font-size: 1.8rem;
    padding-top: 3rem;
    line-height: 4rem;
  }
}

.link {
  margin: 0 auto;
  display: block;
  margin-top: 3.5rem;
  margin: 3.5rem auto 10rem;
}
@media screen and (min-width: 768px) {
  .link {
    margin: 9rem auto 13.5rem;
  }
}
.link-btn {
  display: block;
  padding: 1.8rem 5rem 1.8rem 4rem;
  width: 100%;
  max-width: 30rem;
  text-align: center;
  color: #fff;
  border: 0.2rem solid #fff;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #FCA518;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
  box-shadow: 0.5rem 0.5rem #FFD898;
}
@media screen and (min-width: 768px) {
  .link-btn {
    padding: 3.5rem 12rem 3.5rem 7rem;
    font-size: 2.8rem;
    max-width: 55rem;
    box-shadow: 1rem 1rem #FFD898;
  }
}
.link-btn:active {
  top: 0.5rem;
  left: 0.5rem;
  box-shadow: 0 0 #FFD898;
}
@media screen and (min-width: 768px) {
  .link-btn:active {
    top: 1rem;
    left: 1rem;
  }
}
.link-btn:hover {
  top: 0.5rem;
  left: 0.5rem;
  box-shadow: 0 0 #FFD898;
}
@media screen and (min-width: 768px) {
  .link-btn:hover {
    top: 1rem;
    left: 1rem;
  }
}
.link-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background: url(images/kjcn-link-arrow.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .link-btn:after {
    top: calc(50% - 1.5rem);
    right: 3rem;
    width: 3rem;
    height: 3rem;
  }
}

.guide-con {
  width: 100%;
  padding-inline: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .guide-con {
    font-size: 2.4rem;
  }
}
.guide-con h3 {
  text-align: center;
  position: relative;
  color: #EB7D00;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  width: fit-content;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 768px) {
  .guide-con h3 {
    font-size: 3.5remb;
  }
}
.guide-con h3::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  bottom: -0.5rem;
  width: 100%;
  height: 1.3rem;
  z-index: -1;
  background: #FFF564;
}
.guide-con h3 span {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  padding-bottom: 0.5rem;
  position: relative;
}
.guide-con h3 span::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 0.1rem;
  background-color: #000;
  transform: rotate(60deg);
  top: 1.4rem;
  left: 2.5rem;
}
.guide-con h3 span::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 0.1rem;
  background-color: #000;
  transform: rotate(-60deg);
  top: 1.4rem;
  right: 2.5rem;
}
.guide-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 3rem auto 5.8rem;
}
@media screen and (min-width: 768px) {
  .guide-list {
    grid-template-columns: repeat(3, 33rem);
    grid-template-rows: repeat(16, 5rem);
    margin: 5.5rem auto 10rem;
    justify-content: center;
  }
}
.guide-list > li {
  border-radius: 1.5rem;
  position: relative;
  max-width: 33rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .guide-list > li:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/5;
  }
  .guide-list > li:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/6;
  }
  .guide-list > li:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 6/9;
  }
  .guide-list > li:nth-of-type(4) {
    grid-column: 3/4;
    grid-row: 1/11;
  }
  .guide-list > li:nth-of-type(5) {
    grid-column: 1/2;
    grid-row: 5/9;
  }
  .guide-list > li:nth-of-type(6) {
    grid-column: 1/2;
    grid-row: 9/13;
  }
  .guide-list > li:nth-of-type(7) {
    grid-column: 1/2;
    grid-row: 13/17;
  }
  .guide-list > li:nth-of-type(8) {
    grid-column: 2/3;
    grid-row: 8/15;
  }
}
.guide-list > li hr {
  background-color: #B5D3E6;
  color: #B5D3E6;
  border: none;
  padding: 0.1rem 0;
  margin: 2rem 0;
}
.guide-list > li dl {
  padding: 3rem 2rem;
}
.guide-list > li dl dt {
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding: 0 0.5rem;
  width: fit-content;
  margin-bottom: 1.8rem;
  z-index: 1;
}
.guide-list > li dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 1.3rem;
  background: #FFF564;
  z-index: -1;
}
.guide-list > li dl dd {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  padding-top: 0.5rem;
}
.guide-list > li:nth-of-type(4) dt:nth-of-type(1) {
  margin-bottom: 2.5rem;
}
.guide-list > li:nth-of-type(4) dt:nth-of-type(2):before,
.guide-list > li:nth-of-type(4) dt:nth-of-type(3):before {
  content: none;
}
.guide-list > li:nth-of-type(4) dt:nth-of-type(2),
.guide-list > li:nth-of-type(4) dt:nth-of-type(3) {
  margin-bottom: 0.5rem;
}
.guide-list > li:has(dl):nth-child(odd) {
  background-color: #E9F4FB;
}
.guide-list > li:has(dl):nth-child(even) {
  background-color: #F6F8D9;
}
.guide-list > li:has(dl):nth-child(even) dt {
  margin-left: auto;
}
.guide-list > li:nth-child(even):nth-child(n+4) {
  background-color: #E9F4FB;
}
.guide-list > li:nth-child(even):nth-child(n+4) dt {
  margin-left: 0;
}
.guide-list > li:nth-child(odd):nth-child(n+5) {
  background-color: #F6F8D9;
}
.guide-list > li:nth-child(odd):nth-child(n+5) dt {
  margin-left: auto;
}
.guide-list > li:nth-of-type(1):after {
  content: "";
  position: absolute;
  background: url(images/kjcn-inform-img1-sp.webp) center/cover no-repeat;
  width: 7rem;
  height: 6.3rem;
  top: 1.1rem;
  right: 1.7rem;
}
.guide-list > li:nth-of-type(2):after {
  content: "";
  position: absolute;
  background: url(images/kjcn-inform-img2-sp.webp) center/cover no-repeat;
  width: 8.1rem;
  height: 6.1rem;
  top: 1.6rem;
  left: 1.9rem;
}
.guide-list > li:nth-of-type(3) {
  max-width: 35.5rem;
}
.guide-list > li:nth-of-type(4):after {
  content: "";
  position: absolute;
  background: url(images/kjcn-inform-img3-sp.webp) center/cover no-repeat;
  width: 8.4rem;
  height: 7.2rem;
  top: 1.2rem;
  right: 1.7rem;
}
.guide-list > li:nth-of-type(5):after {
  content: "";
  position: absolute;
  background: url(images/kjcn-inform-img4-sp.webp) center/cover no-repeat;
  width: 10.8rem;
  height: 6.6rem;
  top: 1.1rem;
  left: 1.8rem;
}
.guide-list > li:nth-of-type(6):after {
  content: "";
  position: absolute;
  background: url(images/kjcn-inform-img5-sp.webp) center/cover no-repeat;
  width: 8.9rem;
  height: 6.7rem;
  top: 1.4rem;
  right: 3.2rem;
}
.guide-list > li:nth-of-type(7):after {
  content: "";
  position: absolute;
  background: url(images/kjcn-inform-img6-sp.webp) center/cover no-repeat;
  width: 9.9rem;
  height: 6.2rem;
  top: 1.6rem;
  left: 2.1rem;
}
.guide-list > li:nth-of-type(8):after {
  content: "";
  position: absolute;
  background: url(images/kjcn-inform-img7-sp.webp) center/cover no-repeat;
  width: 9.6rem;
  height: 9.2rem;
  top: 1.1rem;
  right: 2.2rem;
}
.guide-lead {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.guide-lead span {
  background: #F6F8D9;
  padding-inline: 0.5rem;
}
.guide-link {
  background: #C5CE00;
  border-radius: 1rem;
  position: relative;
  z-index: 9;
}
.guide-link input {
  display: none;
}
.guide-link input:checked + label + .guide-inner {
  grid-template-rows: 1fr;
}
.guide-link input:checked + label:after {
  transform: rotate(0) !important;
}
.guide-link label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  border-radius: 1rem;
  background: #B7BF00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin: auto 0;
  gap: 1rem;
  cursor: pointer;
}
.guide-link label:after {
  content: "";
  background: url(images/kjcn-inform-parts-sp.webp) center/cover no-repeat;
  transform: rotate(180deg) !important;
  width: 1rem;
  height: 1.1rem;
}
.guide-inner {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s;
}
.guide-inner ol {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
  min-height: 0;
  overflow: hidden;
}
.guide-inner ol li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 0 0 2rem;
}
.guide-inner ol li p {
  display: flex;
  gap: 1.1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  align-items: flex-end;
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 0.4rem;
  text-decoration-style: solid;
  text-underline-offset: 0.2em;
}
.guide-inner ol li p:before {
  content: "";
  width: 3.6rem;
  height: 3.1rem;
}
.guide-inner ol li:nth-of-type(1) p:before {
  background: url(images/kjcn-inform-parts-1-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(2) p:before {
  background: url(images/kjcn-inform-parts-2-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(3) p:before {
  background: url(images/kjcn-inform-parts-3-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(4) p:before {
  background: url(images/kjcn-inform-parts-4-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(5) p:before {
  background: url(images/kjcn-inform-parts-5-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(6) p:before {
  background: url(images/kjcn-inform-parts-6-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(7) p:before {
  background: url(images/kjcn-inform-parts-7-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(8) p:before {
  background: url(images/kjcn-inform-parts-8-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(9) p:before {
  background: url(images/kjcn-inform-parts-9-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(10) p:before {
  background: url(images/kjcn-inform-parts-10-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(11) p:before {
  background: url(images/kjcn-inform-parts-11-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(12) p:before {
  background: url(images/kjcn-inform-parts-12-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(13) p:before {
  background: url(images/kjcn-inform-parts-13-sp.webp) center/cover no-repeat;
}
.guide-inner ol li:nth-of-type(14) {
  padding-bottom: 3.7rem;
}
.guide-inner ol li:nth-of-type(14) p:before {
  background: url(images/kjcn-inform-parts-14-sp.webp) center/cover no-repeat;
}
.guide-inner ol li span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
.guide-add {
  text-align: center;
  position: relative;
  padding: 4rem 0;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .guide-add {
    font-size: 2.4rem;
    padding: 10rem 0;
  }
}
.guide-add:before {
  content: "";
  position: absolute;
  background: url(images/kjcn-bg-parts-sp.webp) center/cover no-repeat;
  top: -1.8rem;
  left: 0;
  width: 100%;
  height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .guide-add:before {
    background: url(images/kjcn-bg-parts.webp) center/cover no-repeat;
    height: 2.5rem;
  }
}
.guide-add p {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 4rem;
}
@media screen and (min-width: 768px) {
  .guide-add p {
    letter-spacing: 0.15rem;
  }
}
.guide-add p br.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .guide-add p br.sp {
    display: none;
  }
}

.searches-head {
  background-color: #C5CE00;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .searches-head {
    gap: 15rem;
  }
}
.searches-head::before, .searches-head::after {
  content: "";
  position: absolute;
  background: url(images/kjcn-bg-parts2.webp) center/cover no-repeat;
  width: 8rem;
  height: 1.6rem;
}
@media screen and (min-width: 768px) {
  .searches-head::before, .searches-head::after {
    position: static;
    background: url(images/kjcn-bg-parts1.webp) center/cover no-repeat;
    width: 12.5rem;
    height: 2.5rem;
  }
}
.searches-head::before {
  top: 1rem;
  left: 0;
}
.searches-head::after {
  bottom: 1rem;
  right: 0;
}
.searches-head h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .searches-head h2 {
    font-size: 3rem;
  }
}
.searches-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 15rem);
  gap: 2rem;
  padding: 4rem 1.5rem 7rem;
  background-color: #F6F8D9;
}
@media screen and (min-width: 768px) {
  .searches-list {
    grid-template-columns: repeat(auto-fill, 25rem);
    gap: 4rem;
    padding: 8rem 0;
  }
}
.searches-list a {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .searches-list a {
    padding: 1.3rem;
  }
}
.searches-list a .image img {
  height: 10rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .searches-list a .image img {
    height: 15rem;
  }
}
.searches-list a .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.6rem;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .searches-list a .title {
    font-size: 1.5rem;
    height: 4rem;
  }
}

.columns-head {
  background-color: #69B5E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 4rem 0;
}
.columns-head::before, .columns-head::after {
  content: "";
  position: absolute;
  background: url(images/kjcn-bg-parts2.webp) center/cover no-repeat;
  width: 8rem;
  height: 1.6rem;
}
@media screen and (min-width: 768px) {
  .columns-head::before, .columns-head::after {
    background: url(images/kjcn-bg-parts1.webp) center/cover no-repeat;
    width: 12.5rem;
    height: 2.5rem;
  }
}
.columns-head::before {
  top: 1rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .columns-head::before {
    left: 80%;
    top: calc(50% - 1.25rem);
  }
}
.columns-head::after {
  bottom: 1rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .columns-head::after {
    right: 80%;
    bottom: calc(50% - 1.25rem);
  }
}
.columns-head h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .columns-head h2 {
    font-size: 2.5rem;
  }
}
.columns-head h2::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  background: #fff;
  left: calc(50% - 2.5rem);
  bottom: 0;
}
.columns-head .lead {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.25rem;
  text-align: center;
}
.columns-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 4rem 1.5rem 7rem;
  background-color: #E9F4FB;
}
@media screen and (min-width: 768px) {
  .columns-list {
    display: grid;
    grid-template-columns: repeat(3, 38rem);
    gap: 2rem;
    padding: 8rem 0 12rem;
  }
}
.columns-list a {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 2rem;
  background-color: #fff;
  padding: 1rem 5rem 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .columns-list a {
    padding: 2rem 5rem 2rem 1.5rem;
  }
}
.columns-list a img {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
}
.columns-list a p {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.3;
  line-height: 2.8rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .columns-list a p {
    font-size: 1.6rem;
  }
}
.columns-list a::after {
  content: "";
  position: absolute;
  background-color: #69B5E6;
  mask: url(images/kjcn-job-arrow-icon-sp.webp) center/cover no-repeat;
  width: 2rem;
  height: 2rem;
  top: calc(50% - 1rem);
  right: 1.5rem;
}

.rankings {
  padding-bottom: 4rem;
  background-color: #F6F6F6;
}
@media screen and (min-width: 768px) {
  .rankings {
    padding-bottom: 10rem;
  }
}
.rankings-head {
  text-align: center;
  padding: 6rem 0 4rem;
  background: #EB7D00 url(images/kjcn-faq-bg-parts-sp.webp) 0 0/100% no-repeat;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .rankings-head {
    background: #EB7D00 url(images/kjcn-faq-bg-parts.webp) 0 0/100% no-repeat;
  }
}
.rankings-head h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
  padding-bottom: 1.55rem;
}
.rankings-head h2::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  background: #fff;
  left: calc(50% - 2.5rem);
  bottom: 0;
}
.rankings-head h2 .title {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 1rem;
}
.rankings-head h2 .label {
  display: block;
}
.rankings-head .lead {
  margin-top: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 400;
}
.rankings-inner {
  margin: 0 auto;
  padding: 4.85rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .rankings-inner {
    max-width: 110rem;
    width: 100%;
    padding-top: 4.85rem;
  }
}
.rankings-inner h3 {
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
  gap: 1rem;
}
.rankings-inner h3 span {
  min-width: fit-content;
}
.rankings-inner h3:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  display: block;
  margin: auto 0;
}
.rankings-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .rankings-list {
    margin-inline: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1fr, 7rem);
    gap: 2rem;
  }
}
.rankings-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2.5rem;
  color: #EB7D00;
  background-color: #fff;
  border-radius: 1rem;
}
.rankings-list li a:hover {
  outline: 0.2rem solid #FCA518;
}
.rankings-list li a .label {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 500;
  color: #9C968C;
  display: flex;
  justify-content: space-between;
  gap: 0.55rem;
  width: 100%;
}
.rankings-list li a .label .title {
  position: relative;
  display: block;
  font-size: 3rem;
  font-weight: 500;
  color: #EB7D00;
  padding: 0 1rem;
}
.rankings-list li a .label .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(to right, #EB7D00 0, #EB7D00 0.15rem, transparent 0.15rem, transparent 0.4rem);
}

#main:has(.archive-header) {
  border-top: 0.1rem solid #FCA518;
}

.archive-header {
  border-top: 0.2rem solid #FCA518;
  padding-bottom: 4rem;
  background-color: #FFFDE5;
}
@media screen and (min-width: 768px) {
  .archive-header {
    padding-bottom: 7rem;
  }
}
.archive-header .breadcrumbs {
  margin: 1rem 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .archive-header .breadcrumbs {
    margin: 1.5rem 0;
  }
}
.archive-header h2 {
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .archive-header h2 {
    margin-top: 3rem;
    font-size: 2.8rem;
  }
}
.archive-body {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .archive-body {
    padding: 7rem;
  }
}
.archive-body ul {
  display: grid;
  grid-template-columns: repeat(2, 16rem);
  justify-content: space-between;
  gap: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .archive-body ul {
    grid-template-columns: repeat(3, 36rem);
    gap: 6rem 0;
  }
}
.archive-body ul li {
  list-style: none;
  margin: 0;
}
.archive-body ul li a {
  display: block;
  color: #000;
}
.archive-body ul li a .thumbnail {
  display: block;
  aspect-ratio: 2/1;
}
.archive-body ul li a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-body ul li a .title {
  display: block;
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .archive-body ul li a .title {
    font-size: 1.6rem;
  }
}

.common-content-h2, .common-content-h3, .common-content-h4, .common-content-h5, .common-content-h6, .common-content-p, .common-content-ul, .common-content-ol, .common-content-a, .common-content-table {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.common-content a:not([class]) {
  color: #FCA518;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s;
  font-size: 1.6rem;
}
.common-content a:not([class]):hover {
  opacity: 0.7;
  text-decoration: none;
}
.common-content-h2 {
  position: relative;
  font-size: 2rem;
  padding: 0.5rem 0 0.5rem 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-bottom: 0.2rem solid #FCA518;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.common-content-h2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1rem;
  height: 100%;
  background-color: #FCA518;
}
.common-content-h3 {
  position: relative;
  background-color: #FCA518;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 2rem 1rem 0.6rem 1rem;
  margin-top: 3rem;
}
.common-content-h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  bottom: 1rem;
  left: -0.01rem;
  background-color: #fff;
}
.common-content-h4 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin-top: 2.5rem;
  border-left: 0.5rem solid #FCA518;
  letter-spacing: 0.15em;
}
.common-content-h5 {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.5rem 0;
  margin-top: 2rem;
  border-bottom: 0.2rem dotted #FCA518;
  letter-spacing: 0.1em;
}
.common-content-h6 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
}
.common-content-h6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #FCA518;
  border-radius: 50%;
}
.common-content-p {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem auto;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.common-content-p:empty {
  display: none;
}
.common-content-p:has(img) {
  margin: 2rem auto;
}
.common-content-strong, .common-content strong {
  display: inline;
  font-weight: 700;
  text-decoration: none;
  background-image: linear-gradient(transparent 60%, #FFF564 60%);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 1.4rem;
}
.common-content-img {
  width: 100%;
}
.common-content-ul, .common-content-ol {
  display: flex;
  flex-direction: column;
  margin: 2rem auto;
}
.common-content-ul {
  gap: 2.5rem;
  list-style: none;
}
.common-content-ul-li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.4rem 0 0 4rem;
  min-height: 3rem;
}
.common-content-ul-li::before {
  content: "";
  position: absolute;
  background: url(images/kjcn-check-o-icon.webp) center/cover no-repeat;
  min-width: 3rem;
  min-height: 3rem;
  top: 0;
  left: 0;
}
.common-content-ul-li:has(strong) > ul {
  margin-top: 1rem;
}
.common-content-ul-li > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.common-content-ul-li > ul li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.common-content-ul-li > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #FCA518;
  border-radius: 50%;
}
.common-content-ul-li ol {
  counter-reset: number;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 1rem auto 0;
  margin-top: 1.5rem;
}
.common-content-ul-li ol li {
  position: relative;
  padding: 0.2rem 0 0 4rem;
  font-size: 1.6rem;
  min-height: 3rem;
}
.common-content-ul-li ol li::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FCA518;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-content-ul-li ol li > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.common-content-ul-li ol li > ul li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 0;
}
.common-content-ul-li ol li > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #FCA518;
  border-radius: 50%;
}
.common-content-ol {
  counter-reset: number;
  list-style: none !important;
  gap: 2rem;
}
.common-content-ol-li {
  counter-increment: number;
  position: relative;
  padding: 0.3rem 0 0 4rem;
  font-size: 1.6rem;
  min-height: 3rem;
  line-height: 1.6;
}
.common-content-ol-li::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FCA518;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-content-ol-li:has(strong) > ul {
  margin-top: 1rem;
}
.common-content-ol-li > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.common-content-ol-li > ul li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.common-content-ol-li > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #FCA518;
  border-radius: 50%;
}
.common-content-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin: 2rem auto;
}
.common-content-table > thead, .common-content-table > tbody {
  display: block;
  min-width: 550px;
}
.common-content-table > thead > tr, .common-content-table > tbody > tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.common-content-table thead tr th {
  color: #fff;
  background-color: #BC372F;
  border: 0.1rem solid #BC372F;
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  border-right: 0.1rem solid #fff;
}
.common-content-table thead tr th:last-of-type {
  border-right: 0.1rem solid #BC372F;
}
.common-content-table thead tr th > strong {
  background-position: 0 0.4em;
}
.common-content-table tbody {
  border: 0.1rem solid #BC372F;
}
.common-content-table tbody tr {
  border-bottom: 0.1rem solid #DEDBDB;
}
.common-content-table tbody tr:last-child {
  border-bottom: none;
}
.common-content-table tbody tr td {
  padding: 1.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-right: 0.1rem solid #DEDBDB;
  word-break: break-all;
  background-color: #fff;
}
.common-content-table tbody tr td:last-child {
  border-right: none;
}
.common-content-table tbody tr td br {
  display: block;
}
@media screen and (min-width: 768px) {
  .common-content a:not([class]) {
    font-size: 2rem;
  }
  .common-content-h2 {
    font-size: 3rem;
    padding: 1.5rem 2.5rem;
    margin: 0 auto 2rem;
    margin-top: 4rem;
  }
  .common-content-h3 {
    font-size: 2.4rem;
    margin: 4rem auto 1.5rem;
    padding: 2rem 0 0.6rem 1.5rem;
  }
  .common-content-h4 {
    font-size: 2.2rem;
    padding: 1rem 0 1rem 2rem;
    margin: 3.5rem auto 1.5rem;
  }
  .common-content-h5 {
    font-size: 2rem;
    margin: 3rem auto 1.2rem;
  }
  .common-content-h6 {
    font-size: 1.8rem;
    margin: 2.5rem auto 1rem;
  }
  .common-content-p {
    padding-inline: 0;
    font-size: 1.8rem;
  }
  .common-content-p:has(img) {
    margin: 3rem auto;
  }
  .common-content-strong, .common-content strong {
    font-size: 1.8rem;
  }
  .common-content-ul {
    margin: 4rem auto;
  }
  .common-content-ul-li {
    font-size: 1.8rem;
    padding: 0.6rem 0 0 5rem;
    min-height: 4rem;
  }
  .common-content-ul-li::before {
    min-width: 4rem;
    min-height: 4rem;
  }
  .common-content-ul-li li::before {
    top: 0.7em;
  }
  .common-content-ul-li ul li {
    font-size: 1.8rem;
  }
  .common-content-ul-li ol {
    gap: 3rem;
    margin-top: 2rem;
  }
  .common-content-ul-li ol li {
    font-size: 1.8rem;
    min-height: 4rem;
    padding: 0.4rem 0 0 5.5rem;
  }
  .common-content-ul-li ol li::before {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .common-content-ul-li ol li > strong {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .common-content-ul-li ol li ul li {
    font-size: 1.8rem;
  }
  .common-content-ol {
    margin: 3rem auto;
  }
  .common-content-ol-li {
    font-size: 1.8rem;
    min-height: 4rem;
    padding: 0.6rem 0 0 5.5rem;
  }
  .common-content-ol-li::before {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .common-content-ol-li li::before {
    top: 0.7em;
  }
  .common-content-ol-li ul li {
    font-size: 1.8rem;
  }
  .common-content-table {
    display: table;
    margin: 5rem auto 8rem;
  }
  .common-content-table > thead, .common-content-table > tbody {
    display: table-row-group;
    min-width: auto;
  }
  .common-content-table > thead > tr, .common-content-table > tbody > tr {
    display: table-row;
  }
  .common-content-table td:first-child, .common-content-table th:first-child {
    width: 20rem;
  }
  .common-content-table thead tr th {
    padding: 2.5rem 1.5rem;
    font-size: 1.8rem;
  }
  .common-content-table tbody tr td {
    padding: 2.5rem 1.5rem;
    font-size: 1.8rem;
  }
  .common-content-table tbody tr td br {
    display: none;
  }
}

#main:has(.column) {
  border-top: 0.1rem solid #FCA518;
}

.column #toc {
  display: none !important;
}
.column-con {
  padding-inline: 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .column-con {
    max-width: 100rem;
    margin-inline: auto;
  }
}
.column-head {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .column-head {
    margin-bottom: 3.5rem;
    gap: 2rem;
  }
}
.column-date {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .column-date {
    font-size: 2.2rem;
  }
}
.column-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.15rem;
}
.column-tags li a {
  display: block;
  color: #fff;
  background-color: #FCA518;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.3rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .column-tags li a {
    font-size: 2.2rem;
  }
}
.column-ttl {
  color: #444;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .column-ttl {
    font-size: 4rem;
    line-height: 5.8rem;
    margin-bottom: 5.5rem;
  }
}
.column-thumbnail {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .column-thumbnail {
    margin-bottom: 10rem;
  }
}
.column-btn {
  margin: 3.5rem auto 7rem;
}
@media screen and (min-width: 768px) {
  .column-btn {
    margin: 5rem auto 13rem;
  }
}
.column-btn a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #FCA518;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2.6rem;
  max-width: 15rem;
  max-height: 5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .column-btn a {
    max-width: 20rem;
    padding: 2rem 3rem;
    font-size: 1.6rem;
    transition: 0.2s ease-in-out;
  }
}
.column-btn a::after {
  content: "";
  background: url(images/kjcn-column-link-btn.webp) center/cover no-repeat;
  display: block;
  width: 0.8rem;
  height: 1.2rem;
}
@media screen and (min-width: 768px) {
  .column-btn a::after {
    margin-top: 0.1rem;
  }
}
.column-btn a:hover {
  opacity: 0.8;
}

.person {
  position: relative;
  padding: 1.5rem 0.7rem;
}
@media screen and (min-width: 768px) {
  .person {
    display: flex;
    gap: 3rem;
    padding: 3rem 4rem;
  }
}
.person-image {
  position: absolute;
  top: 1.5rem;
  left: 0.7rem;
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .person-image {
    position: relative;
    inset: auto;
    min-width: 11.2rem;
    width: 11.2rem;
    height: auto;
    min-height: 11.2rem;
    aspect-ratio: 1/1;
    margin-bottom: 4rem;
    align-self: flex-start;
  }
}
.person-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.person-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .person-info {
    gap: 2rem;
  }
}
.person-info h2 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-left: 9.85rem;
  min-height: 8.6rem;
  margin: 0;
  text-decoration: none;
  line-height: normal;
  padding-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .person-info h2 {
    position: relative;
    padding-left: 7rem;
    min-height: auto;
    font-size: 1.8rem;
  }
}
.person-info h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 12rem;
  top: 2.85rem;
  height: 1rem;
  right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .person-info h2::after {
    width: 15rem;
    top: 2.75rem;
  }
}
@media screen and (min-width: 768px) {
  .person-info h2::before, .person-info h2::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 1.3rem;
    bottom: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .person-info h2::before {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .person-info h2::after {
    right: 0;
    top: auto;
  }
}
.person-name {
  color: #000;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .person-name {
    display: inline;
    font-size: 1.8rem;
    margin-top: 0;
    margin-left: 2.5rem;
  }
}
.person-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .person-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.person-text p {
  margin: 0;
}
.person-sns {
  position: absolute;
  top: 7.3rem;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .person-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 16rem auto auto 5rem;
    gap: 1rem;
  }
  .person-sns:has(li:nth-child(2)) {
    inset-inline-start: 3rem;
  }
  .person-sns:has(li:nth-child(3)) {
    inset-inline-start: 1rem;
  }
  .person-sns:has(li:nth-child(4)) {
    inset-inline-start: -1rem;
  }
}
.person-sns span {
  display: none;
}
@media screen and (min-width: 768px) {
  .person-sns span {
    display: inline;
    font-size: 1rem;
    font-weight: 500;
  }
}
.person-sns ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .person-sns ul {
    gap: 0.5rem;
  }
}
.person-sns ul li::before {
  content: none;
}
.person-sns ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.person-sns ul li a img {
  width: 2.5rem;
  height: 2.5rem;
}

.person._writer {
  border-top: 0.2rem solid #91CE00;
  border-bottom: 0.2rem solid #91CE00;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .person._writer {
    margin-top: 6.5rem;
  }
}
.person._writer .person-image {
  border: 0.2rem solid #91CE00;
}
.person._writer .person-info h2 {
  color: #91CE00;
}
.person._writer .person-info h2::after {
  background: url(images/kjcn-column-writer-parts-sp.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .person._writer .person-info h2::before, .person._writer .person-info h2::after {
    background: url(images/kjcn-column-writer-parts.webp) center/cover no-repeat;
  }
}

.person._supervisor {
  border-top: 0.2rem solid #EB7D00;
  border-bottom: 0.2rem solid #EB7D00;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .person._supervisor {
    margin-top: 3rem;
  }
}
.person._supervisor .person-image {
  border: 0.2rem solid #EB7D00;
}
.person._supervisor .person-info h2 {
  color: #EB7D00;
}
.person._supervisor .person-info h2::after {
  background: url(images/kjcn-column-supervisor-parts-sp.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .person._supervisor .person-info h2::before, .person._supervisor .person-info h2::after {
    background: url(images/kjcn-column-supervisor-parts.webp) center/cover no-repeat;
  }
}

#main:has(.post) {
  border-top: 0.1rem solid #FCA518;
}

.post-con {
  padding-inline: 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .post-con {
    max-width: 100rem;
    margin-inline: auto;
  }
}
.post-ttl {
  color: #444;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1rem 0 2rem;
  line-height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .post-ttl {
    font-size: 4rem;
    line-height: 5.8rem;
    padding: 2rem 0 4rem;
  }
}
.post-content {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .post-content {
    font-size: 1.8rem;
    padding-bottom: 5rem;
  }
}
.post-content p {
  line-height: 2.3rem;
  text-align: left;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .post-content p {
    margin: 2rem 0;
    line-height: 2.8rem;
  }
}
.post-content p:empty {
  display: none;
}
.post-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 2.5rem 0;
  color: #FCA518;
  text-decoration-line: underline;
  text-decoration-color: #FCA518;
  text-decoration-thickness: 0.2rem;
  text-decoration-style: dotted;
  text-underline-offset: 0.3em;
  line-height: 3.8rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .post-content h2 {
    font-size: 3rem;
    line-height: 4.5rem;
    margin: 5rem 0 2.5rem;
  }
}
.post-content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2.5rem 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .post-content ul {
    gap: 2rem;
  }
}
.post-content ul li {
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: #FFE79A;
  text-decoration-thickness: 0.8rem;
  text-decoration-style: solid;
  text-underline-offset: -0.2em;
  display: flex;
}
@media screen and (min-width: 768px) {
  .post-content ul li {
    font-size: 1.8rem;
  }
}
.post-content ul li::before {
  content: "・";
}
.post-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 0.2rem dotted #FCA518;
  margin: 2.5rem 0;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .post-content h3 {
    font-size: 2.2rem;
    margin: 5rem 0 2.5rem;
  }
}
.post-content strong {
  color: #FCA518;
}
.post-content h4 {
  color: #fff;
  background-color: #FCA518;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem 2rem;
  width: calc(100% + 3rem);
  margin: 3rem;
  margin-left: -1.5rem;
}
@media screen and (min-width: 768px) {
  .post-content h4 {
    font-size: 2.2rem;
    margin: 5rem 0 2.5rem;
    width: 100%;
  }
}

#main:has(.detail) {
  background-color: #FFFDE5;
}

.detail {
  width: 100%;
  max-width: 100rem;
  margin: 1rem auto 2.5rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail {
    margin: 3rem auto 5rem;
  }
}
.detail-mv {
  max-width: 100rem;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .detail-mv {
    margin: 3rem auto 0;
  }
}
.detail-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #FCA518;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  background-image: radial-gradient(#FCA518 35%, transparent 35%);
  background-position: bottom;
  background-size: 1rem 1rem;
  background-repeat: space no-repeat;
}
@media screen and (min-width: 768px) {
  .detail-ttl {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
  }
}
.detail-ttl-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .detail-ttl-sp {
    display: none;
  }
}
.detail-ttl-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .detail-ttl-pc {
    display: block;
  }
}
.detail-lead {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .detail-lead {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
}
.detail-headline {
  position: relative;
  background-color: #FCA518;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 2rem 0 0.6rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail-headline {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.detail-headline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  bottom: 1rem;
  left: -0.01rem;
  background-color: #fff;
}
.detail-table {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .detail-table {
    margin-bottom: 6rem;
  }
}
.detail-table tr {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.detail-table tr th {
  background-color: #FCA518;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem 0;
  text-align: center;
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .detail-table tr th {
    font-size: 2.1rem;
    padding: 1.5rem;
  }
}
.detail-table tr td {
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 1rem;
  width: 66.6666666667%;
}
@media screen and (min-width: 768px) {
  .detail-table tr td {
    font-size: 1.9rem;
    padding: 1.5rem 2rem;
  }
}
.detail-table tr td:has(.detail-table-country) {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.detail-table-country {
  display: flex;
  flex-direction: column;
}
.detail-table-country img {
  max-width: 9rem;
}
.detail-table-country p {
  text-align: center;
  font-size: 1.4rem;
}
.detail-table-link {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.detail-table-link::after {
  content: "";
  display: block;
  background: url(images/kjcn-site-icon-sp.webp) center/cover no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .detail-table-link::after {
    margin-top: 0.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.detail-special {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .detail-special {
    margin-bottom: 6rem;
  }
}
.detail-special img {
  margin: 0 auto;
}
.detail-special-pop {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  visibility: visible;
  opacity: 1;
}
.detail-special-pop._hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.detail-special-text {
  position: absolute;
  inset: 0;
  width: fit-content;
  height: fit-content;
  max-width: 92%;
  max-height: 92%;
  overflow-y: auto;
  margin: auto;
  padding: 2rem;
  background-color: white;
  font-size: 1.4rem;
  line-height: 2;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
._hide .detail-special-text {
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .detail-special-text {
    padding: 5rem 5rem 2rem;
    font-size: 1.6rem;
  }
}
.detail-special-text::after {
  content: "";
  display: block;
  width: 3.6rem;
  aspect-ratio: 1/1;
  margin: 2rem auto 0;
  background-color: #FCA518;
  mask: url("images/kjcn-circle-xmark-solid.svg") center/contain no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .detail-special-text::after {
    margin-top: 4rem;
  }
}
.detail-special-text ol {
  padding-left: 2rem;
}
.detail-special-text ol li {
  color: #000;
}
.detail-tag {
  display: grid;
  grid-template-columns: repeat(4, 8.4rem);
  grid-template-columns: repeat(1fr, 8.4rem);
  gap: 0.33rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .detail-tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
}
.detail-tag li img {
  width: 8.4rem;
  height: 8.4rem;
}
.detail-point {
  padding: 2rem 0 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .detail-point {
    padding: 4rem 0 5rem;
    gap: 3rem;
  }
}
.detail-point-ttl {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 2.5rem;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .detail-point-ttl {
    font-size: 2.8rem;
    gap: 2rem;
    line-height: 3rem;
  }
}
.detail-point-ttl::before {
  content: "";
  background: url(images/kjcn-check-o-icon.webp) center/cover no-repeat;
  min-width: 3rem;
  min-height: 3rem;
}
@media screen and (min-width: 768px) {
  .detail-point-ttl::before {
    min-width: 4rem;
    min-height: 4rem;
  }
}
.detail-point-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
}
@media screen and (min-width: 768px) {
  .detail-point-txt {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.detail-office {
  display: flex;
  flex-direction: column;
  gap: 1.85rem;
  margin: 1.75rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .detail-office {
    flex-direction: row-reverse;
    gap: 1.5rem;
    margin: 5rem 0 11rem;
  }
}
.detail-office-img {
  max-width: 30rem;
  margin: 0 auto;
}
.detail-office-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .detail-office-inner dl {
    display: flex;
    gap: 1.5rem;
  }
}
.detail-office-inner dl dt {
  display: inline-block;
  padding: 0.5rem 2rem;
  color: #fff;
  background-color: #FCA518;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .detail-office-inner dl dt {
    font-size: 2rem;
    letter-spacing: 0.15em;
    height: fit-content;
  }
}
.detail-office-inner dl dd {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-top: 0.1rem;
  padding-left: 0.3rem;
}
@media screen and (min-width: 768px) {
  .detail-office-inner dl dd {
    font-size: 1.8rem;
  }
}
.detail-office-inner dl dd span {
  display: block;
}
.detail-office-tell {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .detail-office-tell {
    font-size: 2.2rem;
  }
}
.detail-office-tell::before {
  content: "";
  background: url(images/kjcn-office-tel-icon-sp.webp) center/cover no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
.detail-faq {
  background-color: #fff;
}
.detail-banar01 {
  padding-bottom: 6rem;
}
.detail-banar02 {
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail-banar02 {
    padding: 7rem 0;
    margin: 0 auto;
    max-width: 100rem;
  }
}

#main:has(.ranking) {
  background-color: #FFFDE5;
}

.ranking-header {
  padding-bottom: 3rem;
  background-color: #fff;
}
.ranking-header ~ .breadcrumbs {
  margin: 4rem auto 3rem;
}
@media screen and (min-width: 768px) {
  .ranking-header ~ .breadcrumbs {
    max-width: 100rem;
    padding-inline: 3rem;
  }
}
.ranking-image {
  display: flex;
  margin-inline: 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem 5rem;
  background: url(images/kjcn-place-bg-sp.webp) center/cover no-repeat;
  border: 0.3rem solid #FCA518;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  margin-bottom: 4rem;
  max-width: 100rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ranking-image {
    background: url(images/kjcn-place-bg.webp) center/cover no-repeat;
    margin: 4rem auto 8rem;
    max-height: none;
  }
}
.ranking-image .ttl {
  display: block;
  font-size: 6rem;
  font-weight: 700;
  color: #EB7D00;
}
@media screen and (min-width: 768px) {
  .ranking-image .ttl {
    font-size: 8rem;
  }
}
.ranking-image .txt {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #EB7D00;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .ranking-image .txt {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .ranking-image .txt br {
    display: none;
  }
}
.ranking-image .img {
  max-width: 30rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .ranking-image .img {
    max-width: 45rem;
  }
}
.ranking-content {
  padding-inline: 1.5rem;
  background-color: #FFFDE5;
}
@media screen and (min-width: 768px) {
  .ranking-content {
    padding-inline: 0;
  }
}
.ranking-content > br {
  display: none;
}

.fixed-request {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 11.5rem;
  width: 11.5rem;
  padding-right: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.fixed-request.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .fixed-request {
    bottom: 13rem;
    width: 20rem;
    padding-right: 2rem;
  }
}
main:has(#foot) ~ .fixed-request {
  bottom: 12rem;
}
@media screen and (min-width: 768px) {
  main:has(#foot) ~ .fixed-request {
    bottom: 15rem;
  }
}

.request {
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  color: #000;
}
.request-cont {
  width: 34.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .request-cont {
    width: 120rem;
  }
}
.request-header picture img {
  max-height: 80rem;
}
.request-button {
  position: fixed;
  z-index: 10;
  inset: auto 0 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .request-button {
    bottom: 2.5rem;
  }
}
.request-button.show {
  opacity: 1;
  visibility: visible;
}
.request-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9rem;
  margin: auto;
  border-radius: 5.1rem;
  background-image: url("images/request/kjcn-request-arrow-btn.webp"), linear-gradient(#EB7D00, #FCA518);
  background-position: right 2.9rem center, 0 0;
  background-size: 3rem, auto;
  background-repeat: no-repeat;
  text-align: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.23);
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .request-button a {
    width: 120rem;
    max-width: 1200px;
    height: 10.5rem;
    background-position: right 4.1rem center, 0 0;
    background-size: 4.4rem, auto;
  }
}
.request-button a:hover {
  background-position: right 3.3rem center, 0 0;
}
.request-button a > span {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (min-width: 768px) {
  .request-button a > span {
    font-size: 4rem;
    letter-spacing: 0.15em;
  }
}
.request-button a > span .kana {
  font-size: 83.3%;
}
@media screen and (min-width: 768px) {
  .request-button a > span .kana {
    font-size: 87.5%;
  }
}
.request-wrap-1 {
  overflow: hidden;
  padding-top: 8rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .request-wrap-1 {
    padding-top: 8.8rem;
  }
}
.request-recommend-title {
  width: 37.5rem;
  margin: 4rem -1.5rem 0;
  padding-inline: 0.3rem;
}
@media screen and (min-width: 768px) {
  .request-recommend-title {
    width: 100%;
    margin: 10erm auto 0;
    padding: 0;
  }
}
.request-recommend-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  margin: 0.4rem auto 0;
  background: url("images/request/kjcn-pr-parts-sp.webp") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title:after {
    margin-top: 1.1rem;
    background: url("images/request/kjcn-pr-parts.webp");
  }
}
.request-recommend-title h2 {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2 {
    margin-right: 0.58rem;
    font-size: 5.7rem;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
}
.request-recommend-title h2 span {
  display: inline-block;
  position: relative;
}
.request-recommend-title h2 span::before {
  content: "";
  display: block;
  position: absolute;
  inset: -0.02em 0 auto;
  height: 0.3em;
  background: radial-gradient(circle at center, #FBAE14 0.14em, transparent 0.16em) left top/1em 0.3em repeat-x;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2 span::before {
    top: -0.01em;
    height: 0.26em;
    background: radial-gradient(circle at center, #FBAE14 0.12em, transparent 0.13em) left top/1em 0.26em repeat-x;
  }
}
.request-recommend-title h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  width: 5.9rem;
  aspect-ratio: 128/131;
  background: url("images/request/recommend-google.png") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2::before {
    left: 0;
    bottom: 2rem;
    width: 12.4rem;
  }
}
.request-recommend-title h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.8rem;
  bottom: 0;
  width: 8.9rem;
  aspect-ratio: 178/210;
  background: url("images/request/recommend-review-sp.png") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2::after {
    background-image: url("images/request/recommend-review-pc.png");
    right: -4.5rem;
    width: 27rem;
    aspect-ratio: 323/252;
  }
}
@media screen and (min-width: 1025px) {
  .request-recommend-title h2::after {
    right: -9.5rem;
    width: 32.3rem;
  }
}
.request-recommend-text {
  margin-top: 1.47rem;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-recommend-text {
    margin-top: 1.65rem;
    font-size: 2.3rem;
  }
}
.request-appeal-title {
  position: relative;
  margin-top: 10rem;
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-appeal-title {
    width: fit-content;
    margin: 14rem auto 0;
    padding: 0 5rem;
    font-size: 4.5rem;
    letter-spacing: 0.12em;
  }
}
.request-appeal-title span {
  font-size: 147%;
  color: #FCA518;
}
@media screen and (min-width: 768px) {
  .request-appeal-title span {
    font-size: 100%;
  }
}
.request-appeal-title::before, .request-appeal-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 2.2rem;
  height: 3.9rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-title::before, .request-appeal-title::after {
    bottom: 0.5rem;
    width: 5.7rem;
    height: 6rem;
  }
}
.request-appeal-title::before {
  left: 0;
  background: url("images/request/kjcn-appeal-left-sp.webp") center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .request-appeal-title::before {
    left: -7rem;
    background: url("images/request/kjcn-appeal-left-pc.webp") center/cover no-repeat;
  }
}
.request-appeal-title::after {
  right: 0;
  background: url("images/request/kjcn-appeal-right-sp.webp") center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .request-appeal-title::after {
    right: -7rem;
    background: url("images/request/kjcn-appeal-right-pc.webp") center/cover no-repeat;
  }
}
.request-appeal-list {
  display: grid;
  grid-template-columns: repeat(2, 16.9rem);
  grid-auto-rows: 16.9rem;
  justify-content: space-between;
  gap: 1em 0;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .request-appeal-list {
    grid-template-columns: repeat(2, 58rem);
    grid-auto-rows: 38.8rem;
    gap: 3.3rem 0;
    margin-top: 5.9rem;
  }
}
.request-appeal-item {
  border-radius: 2rem;
  background-color: #FFFDE5;
}
.request-appeal-item p {
  color: #EB7D00;
  font-weight: bold;
  line-height: 1.375;
  white-space: nowrap;
  text-align: center;
}
.request-appeal-item-1 img {
  width: 10.8rem;
  margin: 1.6rem auto 0.5rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-1 img {
    width: 25.3rem;
    margin: 2.1rem auto 1.7rem;
  }
}
.request-appeal-item-1 p {
  font-size: 1.45rem;
  letter-spacing: -0.035em;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-1 p {
    font-size: 4.5rem;
  }
}
.request-appeal-item-1 p span {
  font-size: 240%;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-1 p span {
    font-size: 189%;
  }
}
.request-appeal-item-2 img {
  width: 12.6em;
  margin: 2.3rem auto 1.2rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-2 img {
    width: 30.7rem;
    margin: 4.2rem auto 1.6rem;
  }
}
.request-appeal-item-2 p {
  font-size: 1.6rem;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-2 p {
    font-size: 5rem;
  }
}
.request-appeal-item-3 img {
  width: 9.9rem;
  margin: 2.5rem auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-3 img {
    width: 27.3rem;
    margin: 3.7rem auto 3.2rem;
  }
}
.request-appeal-item-3 p {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-3 p {
    font-size: 5rem;
    letter-spacing: 0.2em;
  }
}
.request-appeal-item-4 img {
  width: 14.9rem;
  margin: 2.7rem auto 1rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-4 img {
    width: 41.7rem;
    margin: 6.2rem auto 3.2rem;
  }
}
.request-appeal-item-4 p {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-4 p {
    font-size: 5rem;
  }
}
.request-point {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 11.4rem;
  background: #E9F4FB url("images/request/point-top.png") 0 0/100% no-repeat;
  margin-top: 10rem;
}
.request-point::before {
  content: "";
  width: 100%;
  top: -5.5rem;
  left: 0;
  display: block;
  position: absolute;
  background: #fff;
  height: 10rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .request-point {
    padding: 9.7rem 0 20.3rem;
    background-position: 0 max(-22vw, -49rem);
  }
  .request-point::before {
    top: -20rem;
    height: 40rem;
  }
}
.request-point-cont {
  width: 125rem;
  margin: 0 auto;
}
.request-point-item {
  position: relative;
}
.request-point-item img {
  position: absolute;
  z-index: 2;
}
.request-point-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15.5rem;
  left: 5rem;
  width: 7rem;
  height: 15.5rem;
  background: url("images/request/kjcn-point-parts1-sp.webp") center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .request-point-item:after {
    background: url("images/request/kjcn-point-parts1.webp") center/cover no-repeat;
    left: 20rem;
    bottom: -36rem;
    width: 41rem;
    height: 36rem;
    transform: rotate(175deg);
  }
}
.request-point-item .txt {
  position: relative;
  z-index: 1;
  width: 33.5rem;
  height: 23rem;
  border-radius: 2rem;
  padding: 2.1rem 2.5rem 0;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt {
    width: 80rem;
    height: 55rem;
    padding: 6.2rem 8.8rem 0 3.5rem;
  }
}
.request-point-item .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: -3.15rem;
  left: 20rem;
  background-color: #B1E4FF;
  mask-position: left center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt:before {
    width: 28rem;
    height: 10rem;
    top: -7.4rem;
    left: 43.3rem;
  }
}
.request-point-item .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 2px;
  height: 12.6rem;
  background-color: #B1E4FF;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt::after {
    left: 3.5rem;
    width: 0.6rem;
    height: 32.5rem;
  }
}
.request-point-item .txt h3 {
  margin-left: 0.6rem;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt h3 {
    margin-left: 5rem;
    font-size: 4.8rem;
  }
}
.request-point-item .txt p {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt p {
    font-size: 3rem;
  }
}
.request-point-item:first-child, .request-point-item:nth-child(3) {
  background: radial-gradient(circle at 10.9rem 13rem, #B1E4FF 13rem, transparent 13rem);
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child, .request-point-item:nth-child(3) {
    background: radial-gradient(circle at 30rem 30rem, #B1E4FF 30rem, transparent 30rem);
  }
}
.request-point-item:first-child .txt, .request-point-item:nth-child(3) .txt {
  margin-left: 4rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child .txt, .request-point-item:nth-child(3) .txt {
    margin-left: 45rem;
  }
}
.request-point-item:nth-child(2), .request-point-item:nth-child(4) {
  padding-top: 16.2rem;
  background: radial-gradient(circle at 29.5rem 13rem, #B1E4FF 13rem, transparent 13rem);
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2), .request-point-item:nth-child(4) {
    padding-top: 20.2rem;
    background: radial-gradient(circle at 95rem 30rem, #B1E4FF 30rem, transparent 30rem);
  }
}
.request-point-item:nth-child(2) .txt:before, .request-point-item:nth-child(4) .txt:before {
  left: 2.3rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) .txt:before, .request-point-item:nth-child(4) .txt:before {
    left: 38.3rem;
  }
}
.request-point-item:first-child {
  padding-top: 19.6rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child {
    padding-top: 29.4rem;
  }
}
.request-point-item:first-child img {
  top: 6rem;
  left: 1.5rem;
  width: 18rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child img {
    top: 16.5rem;
    left: 8.5rem;
    width: 39rem;
  }
}
.request-point-item:first-child .txt:before {
  background: url("images/request/kjcn-point--txt-01-sp.webp") center/cover no-repeat;
  width: 10.2rem;
  height: 4.2rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child .txt:before {
    background: url("images/request/kjcn-point--txt-01-pc.webp") center/cover no-repeat;
    width: 24.7rem;
    height: 10rem;
  }
}
.request-point-item:first-child .txt h3 span {
  display: block;
  margin-top: -0.1rem;
  font-size: 6.2rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child .txt h3 span {
    font-size: 15rem;
  }
}
.request-point-item:first-child .txt p {
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child .txt p {
    margin-top: 1.6rem;
  }
}
.request-point-item:nth-child(2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) {
    margin-top: 16.8rem;
  }
}
.request-point-item:nth-child(2) img {
  top: 4.8rem;
  left: 18.6rem;
  width: 18.7rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) img {
    top: 16rem;
    left: 76rem;
    width: 40rem;
  }
}
.request-point-item:nth-child(2)::after {
  left: 24rem;
  transform: rotate(-50deg);
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2)::after {
    left: 47rem;
    transform: rotate(90deg);
    bottom: -34rem;
  }
}
.request-point-item:nth-child(2) .txt:before {
  background: url("images/request/kjcn-point--txt-02-sp.webp") center/cover no-repeat;
  width: 11.5rem;
  height: 4.2rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) .txt:before {
    background: url("images/request/kjcn-point--txt-02-pc.webp") center/cover no-repeat;
    width: 27.5rem;
    height: 10rem;
  }
}
.request-point-item:nth-child(2) .txt h3 span:first-of-type {
  display: block;
  margin-top: -0.1rem;
  font-size: 6.2rem;
  float: left;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) .txt h3 span:first-of-type {
    font-size: 15rem;
  }
}
.request-point-item:nth-child(2) .txt h3 span:nth-of-type(2) {
  display: inline-block;
  margin-top: 1.8rem;
  margin-left: 0.4rem;
}
.request-point-item:nth-child(2) .txt h3 + p {
  clear: both;
}
.request-point-item:nth-child(2) .txt p {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) .txt p {
    margin-top: 8.4rem;
  }
}
.request-point-item:nth-child(3) {
  margin-top: 2.4rem;
  padding-top: 17rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) {
    margin-top: 10.4rem;
    padding-top: 29.4rem;
  }
}
.request-point-item:nth-child(3) img {
  top: 4.2em;
  left: 2.7em;
  width: 16.2em;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) img {
    top: 15rem;
    left: 10.5rem;
    width: 37rem;
  }
}
.request-point-item:nth-child(3) .txt:before {
  background: url("images/request/kjcn-point--txt-03-sp.webp") center/cover no-repeat;
  width: 11.5rem;
  height: 4.2rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt:before {
    background: url("images/request/kjcn-point--txt-03-pc.webp") center/cover no-repeat;
    width: 27.4rem;
    height: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 {
    font-size: 5rem;
  }
}
.request-point-item:nth-child(3) .txt h3 > span:first-child {
  display: block;
  margin-bottom: 1rem;
  font-size: 5.7rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 > span:first-child {
    margin-bottom: 1.8rem;
    font-size: 12rem;
  }
}
.request-point-item:nth-child(3) .txt h3 > span:nth-child(2) {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 > span:nth-child(2) {
    font-size: 3.2rem;
  }
}
.request-point-item:nth-child(3) .txt h3 > span:nth-child(2) > span {
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 > span:nth-child(2) > span {
    font-size: 1.2rem;
  }
}
.request-point-item:nth-child(3) .txt p {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt p {
    margin-top: 7.8rem;
  }
}
.request-point-item:nth-child(4) {
  margin-top: 1.9rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) {
    margin-top: 17.5rem;
  }
}
.request-point-item:nth-child(4) img {
  top: 3.1rem;
  left: 18.7rem;
  width: 18.7rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) img {
    top: 9.6rem;
    left: 76rem;
    width: 38rem;
  }
}
.request-point-item:nth-child(4):after {
  content: none;
}
.request-point-item:nth-child(4) .txt:before {
  background: url("images/request/kjcn-point--txt-04-sp.webp") center/cover no-repeat;
  width: 11.7rem;
  height: 4.2rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) .txt:before {
    background: url("images/request/kjcn-point--txt-04-pc.webp") center/cover no-repeat;
    width: 27.7rem;
    height: 10rem;
  }
}
.request-point-item:nth-child(4) .txt h3 > span {
  display: block;
  margin-top: 0.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) .txt h3 > span {
    font-size: 7rem;
  }
}
.request-point-item:nth-child(4) .txt h3 > span > span {
  font-size: 4.5rem;
  vertical-align: -0.15em;
  margin: 0 0.1rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) .txt h3 > span > span {
    font-size: 10rem;
    vertical-align: -0.1em;
  }
}
.request-point-item:nth-child(4) .txt p {
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) .txt p {
    margin-top: 6.6rem;
  }
}
.request-wrap-2 {
  overflow: hidden;
  position: relative;
  background: repeating-linear-gradient(282deg, white 0 16px, #F6F8D9 16px 23px);
  padding-top: 14.9em;
}
@media screen and (min-width: 768px) {
  .request-wrap-2 {
    padding-top: 18em;
  }
}
.request-wrap-2:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  aspect-ratio: 960/73;
  background-color: #E9F4FB;
  mask: url("images/request/kjcn-wrap-top.webp") 0 0/100% no-repeat;
}
.request-genre-title:after {
  content: "";
  display: block;
  width: 36.8rem;
  height: 0.4rem;
  margin: 1rem auto 0;
  background-color: #91CE00;
  mask: url("images/request/kjcn-title-line-sp.webp") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-genre-title:after {
    width: 118.7rem;
    margin-top: 1.1rem;
    mask-image: url("images/request/kjcn-title-line.webp");
  }
}
.request-genre-title h2 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.46;
  text-align: center;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2 {
    width: fit-content;
    margin: 0 auto;
    padding: 0 5rem;
    font-size: 5rem;
    letter-spacing: 0.15em;
  }
}
.request-genre-title h2::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.1rem;
  left: 2rem;
  width: 4.8rem;
  aspect-ratio: 96/84;
  background-color: #91CE00;
  mask: url("images/request/gentre-title-1.webp") 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2::before {
    top: 5rem;
    left: -1rem;
    width: 6rem;
    transform: rotate(340deg);
  }
}
.request-genre-title h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5rem;
  aspect-ratio: 100/136;
  background-color: #91CE00;
  mask: url("images/request/gentre-title-2.webp") 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2::after {
    right: -0.5rem;
    width: 5rem;
  }
}
.request-genre-inner {
  margin-top: 2rem;
  border-radius: 5rem;
  padding: 5.4rem 1rem;
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .request-genre-inner {
    margin-top: 4rem;
    padding: 7.5rem 4.5rem;
  }
}
.request-genre-list {
  display: grid;
  grid-template-columns: repeat(2, 14.3rem);
  justify-content: center;
  gap: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-genre-list {
    grid-template-columns: repeat(4, 24rem);
    gap: 6rem 4.5rem;
  }
}
.request-genre-list span {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.025rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-genre-list span {
    font-size: 3rem;
  }
}
.request-genre-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.request-genre-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 3rem;
  font-size: 1.7rem;
  text-align: left;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .request-genre-text {
    margin-top: 6rem;
    font-size: 3rem;
  }
}
.request-genre-text:before {
  content: "";
  width: 3.5rem;
  aspect-ratio: 1/1;
  background-color: #91CE00;
  mask: url("images/request/kjcn-gentre-icon.webp") center/contain no-repeat;
}
.request-step {
  position: relative;
  margin: 16.3rem auto 14.7rem;
  border-top: 0.4rem solid #FCA518;
  border-bottom: 4px solid #FCA518;
  padding: 7rem 1.5rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .request-step {
    width: calc(100% - 10rem);
    max-width: 1300px;
    margin: 19rem auto 31.5rem;
    border: 0.4rem solid #FCA518;
    padding: 12rem 5rem 15rem;
  }
}
.request-step-title {
  font-size: 3.4rem;
  line-height: 1.44;
  color: #FCA518;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-step-title {
    width: fit-content;
    margin: 0 auto;
    font-size: 5rem;
  }
}
.request-step-title::after {
  content: "";
  display: block;
  margin-top: 1.5rem;
  margin-left: -7.5em;
  border-bottom: 0.4rem solid #FCA518;
}
@media screen and (min-width: 768px) {
  .request-step-title::after {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.request-step-title span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .request-step-title span {
    font-size: 5rem;
  }
}
.request-step-list {
  display: grid;
  gap: 5.8rem;
  margin-top: 4.3rem;
}
@media screen and (min-width: 768px) {
  .request-step-list {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: auto;
    gap: 7.5rem;
    margin-top: 12.2rem;
  }
}
.request-step-item {
  position: relative;
  padding-bottom: 3rem;
  background-color: #FFFDE5;
}
@media screen and (min-width: 768px) {
  .request-step-item {
    padding-bottom: 0;
    background: none;
  }
}
.request-step-item-num {
  position: absolute;
  top: 7.3rem;
  left: -1.2rem;
  width: 8.6rem;
}
@media screen and (min-width: 768px) {
  .request-step-item-num {
    inset: -3.2rem 0 auto;
    width: 9.3rem;
    margin: auto;
  }
}
.request-step-item-num img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.request-step-item:first-child:after, .request-step-item:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 -5.8rem;
  margin: auto;
  width: 5.4rem;
  aspect-ratio: 1/1;
  background-color: #FCA518;
  mask: url("images/request/kjcn-step-angle.webp") center/contain no-repeat;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .request-step-item:first-child:after, .request-step-item:nth-child(2):after {
    inset: 20rem -7rem auto auto;
    transform: rotate(0);
  }
}
.request-step-item-title {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .request-step-item-title {
    height: 45rem;
    background-color: #FFFDE5;
  }
}
:where(.item1) .request-step-item-title img {
  margin: 2.9rem auto 0.8rem 10.1rem;
  width: 18rem;
}
@media screen and (min-width: 768px) {
  :where(.item1) .request-step-item-title img {
    margin: 10.5rem auto 2.4rem;
    width: 18.4rem;
  }
}
:where(.item2) .request-step-item-title img {
  margin: 2.9rem auto 0.3rem 10.4rem;
  width: 14.9rem;
}
@media screen and (min-width: 768px) {
  :where(.item2) .request-step-item-title img {
    margin: 8.2rem auto 1.1rem;
    width: 18.4rem;
  }
}
:where(.item3) .request-step-item-title img {
  margin: 4.1rem auto 2.3rem;
  width: 16.6rem;
}
@media screen and (min-width: 768px) {
  :where(.item3) .request-step-item-title img {
    margin: 10.2rem auto 7.2rem;
    width: 19.5rem;
  }
}
.request-step-item-title h3 {
  font-size: 3rem;
  line-height: 1.44;
  color: #FCA518;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-step-item-title h3 {
    font-size: 4rem;
  }
}
:where(.item1) .request-step-item-title h3 {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  :where(.item1) .request-step-item-title h3 {
    letter-spacing: 0;
  }
}
:where(.item1) .request-step-item-title h3 span {
  margin-left: 0.2em;
  letter-spacing: 0;
  font-size: 66.7%;
}
@media screen and (min-width: 768px) {
  :where(.item1) .request-step-item-title h3 span {
    font-size: 60.5%;
  }
}
:where(.item2) .request-step-item-title h3 span {
  display: block;
  font-size: 50%;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  :where(.item2) .request-step-item-title h3 span {
    margin-left: 1.7em;
    font-size: 57.5%;
    letter-spacing: 0;
    text-indent: -1em;
    text-align: left;
  }
}
.request-step-item p {
  margin: 0.5em 0.7em 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-step-item p {
    font-size: 2.3rem;
  }
}
.request-step-button {
  display: block;
  position: absolute;
  z-index: 1;
  inset: auto 0 -3.7rem;
  margin: auto;
  width: 34.5rem;
  height: 5.8rem;
  border-radius: 5.1rem;
  background-image: url("images/request/kjcn-button-angle.webp"), linear-gradient(#EB7D00, #FCA518);
  background-position: right 1.4rem center, 0 0;
  background-size: 0.8rem, auto;
  background-repeat: no-repeat;
  line-height: 5.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-step-button {
    bottom: -5.1rem;
    width: 75.2rem;
    height: 10.2rem;
    background-position: right 3.7rem center, 0 0;
    background-size: 1.4rem, auto;
    line-height: 10.2rem;
    transition: 0.2s ease-in-out;
  }
  .request-step-button:hover {
    background-position: right 3rem center, 0 0;
  }
}
.request-step-button > span {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (min-width: 768px) {
  .request-step-button > span {
    font-size: 4.5rem;
  }
}
.request-footer {
  background-color: #FCA518;
  color: white;
}
.request-footer p {
  margin: 1.5rem 0;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */