/** 共通設定 */
@media screen and (min-width: 500px) {
  html {
    font-size: 21px;
  }
}
html {
  scroll-behavior: smooth;
}
.flex {
  display: flex;
}
.text-center {
  text-align: center;
}
.mb-8 {
  margin-bottom: var(--8px);
}
/* .uline {
  background-image: url("/wp-content/uploads/sites/2/2024/09/underline.svg");
  background-size: 100% 100%;
  padding-bottom: 1.7rem;
  background-repeat: no-repeat;
} */

#pc-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url("/wp-content/uploads/sites/2/2024/09/pc-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
#bg {
  display: flex;
  justify-content: center;
  background: #faf5ee;
}

@media screen and (min-width: 500px) {
  #content {
    border-right: 1px solid #222;
    border-left: 1px solid #222;
  }
}
#content {
  z-index: 1;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  position: relative;
}

.header-top {
  display: flex;
  justify-content: right;
  margin: var(--20px) var(--18px) var(--6px);
}
.logo {
  width: var(--156px);
}
.logo img {
  width: 100%;
  object-fit: contain;
}
.title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title .free-icon {
  width: var(--71px);
  margin-left: -1.1rem;
}
.title .title-logo {
  width: var(--280px);
}
.page-title-area .subtitle {
  margin-bottom: calc(-1 * var(--30px));
  position: relative;
  text-align: center;
}
.page-title-bg {
  margin: 0 calc(-1 * var(--5px));
}
.page-title-bg img {
  width: 100%;
  object-fit: contain;
  position: relative;
  z-index: -2;
}
.page-title {
  margin: calc(-1 * var(--34px)) auto 0;
  width: var(--294px);
}
.page-title img {
  width: 100%;
  object-fit: contain;
}

.advisor p,
.link-area a,
.back {
  color: #000;
  text-align: center;
  font-family: "ab-kokoro-no2", sans-serif;
  font-size: var(--15px);
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  display: flex;
  gap: var(--8px);
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.advisor p img,
.link-area a img,
.back img {
  width: var(--20px);
}

/** header-area */
.subtitle {
  margin: 16px 43px 0;
}
.outline {
  color: #141f3e;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--16px);
  font-weight: 700;
  line-height: 200%;
  margin-top: var(--18px);
}
.header-area .link-area {
  margin: var(--32px) var(--64px) 0;
  text-align: center;
}
.header-area .link-area img {
  transform: rotate(90deg);
}
.link-area a {
  margin: 10px 0;
  text-align: left;
}

/** advisor **/
.advisors {
  display: flex;
  width: var(--327px);
  flex-direction: column;
  gap: var(--16px);
  margin: var(--38px) auto 0;
}
.advisor {
  display: flex;
  padding: var(--24px) var(--16px);
  flex-direction: column;
  align-items: center;
  gap: var(--12px);
  border-radius: var(--40px) var(--16px);
  background: #fff;
}
.advisor-inner {
  display: flex;
  flex-direction: column;
  gap: var(--12px);
  align-self: stretch;
}
.advisor .advisor-head {
  display: flex;
  padding: 0 var(--16px);
  align-items: center;
  gap: var(--16px);
}
.advisor-image {
  width: var(--88px);
  height: var(--88px);
  border-radius: 50% 50%;
  overflow: hidden;
  border: 4px solid #f18e58;
  margin: 0 auto;
}
.advisor-image img {
  width: 100%;
  object-fit: contain;
}
.advisor-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--4px);
  flex: 1 0 0;
}
.advisor-name {
  color: #141f3e;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--16px);
  font-weight: 700;
  line-height: 150%;
}
.advisor-company {
  color: #3bb0e6;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--13px);
  font-weight: 700;
  line-height: 150%;
}
.advisor .info {
  color: #777;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--11px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
}
.advisor-message-area {
  display: flex;
  padding: var(--8px);
  justify-content: center;
  align-items: center;
  gap: var(--8px);
  align-self: stretch;
  border-radius: var(--8px);
  background: #eefaff;
}
.advisor-message-title {
  display: flex;
  padding: var(--2px) var(--8px);
  justify-content: center;
  align-items: center;
  gap: var(--10px);
  border-radius: var(--100px);
  background: #3bb0e6;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--10px);
  font-weight: 700;
  line-height: 100%;
}
.advisor-message {
  color: #3bb0e6;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--12px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  flex: 1;
}
/** foot-area */
.foot-area {
  margin: var(--19px) var(--24px) var(--43px);
  padding-top: var(--19px);
  position: relative;
  text-align: center;
}
.foot-area p {
  color: #141f3e;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--16px);
  font-weight: 700;
  line-height: 200%;
  margin-top: var(--10px);
}
.foot-area p .uline {
  color: #f18e58;
  border-bottom: 2px solid transparent;
  border-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22260%22%20height%3D%222%22%20viewBox%3D%220%200%20260%202%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%201H260%22%20stroke%3D%22%233BB0E6%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%221%208%22%2F%3E%3C%2Fsvg%3E");
  border-image-slice: 5;
  border-image-repeat: repeat;
  padding: 0 3px;
}

.cta-btn {
  margin: var(--39px) auto 0;
  width: var(--311px);
}
.cta-btn img {
  width: 100%;
}
.decoration-02 {
  width: var(--21px);
  top: var(--90px);
  left: calc(-1 * var(--3px));
  position: absolute;
}
.decoration-03 {
  width: var(--56px);
  top: var(--73px);
  right: 0;
  position: absolute;
}
.decoration-04 {
  width: var(--18px);
  bottom: var(--190px);
  left: calc(-1 * var(--2px));
  position: absolute;
}
.decoration-05 {
  width: var(--70px);
  bottom: var(--180px);
  right: calc(-1 * var(--64px));
  position: absolute;
}

/** トップへ戻る */
.back {
  margin: var(--40px) 0;
}
.back img {
  transform: rotate(180deg);
}

/* --------------------------- */
/*         詳細ページ            */
/* --------------------------- */
.decoration-01 {
  width: var(--100px);
  position: absolute;
  top: calc(-1 * var(--59px));
  left: calc(-1 * var(--44px));
}
.decoration-01 img {
  width: 100%;
  object-fit: contain;
}
.advisor-detail-area {
  border-radius: var(--24px);
  background: #fff;
  padding: var(--32px) var(--24px) var(--33px);
  margin: var(--10px) auto;
}
.detail-head {
  align-items: center;
  gap: var(--16px);
}
.detail-image {
  width: var(--104px);
  height: var(--104px);
  border-radius: 50% 50%;
  overflow: hidden;
  border: 4px solid #f18e58;
}
.detail-image img {
  width: 100%;
  object-fit: contain;
}
.detail-head-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--4px);
  flex: 1 0 0;
  width: var(--175px);
}
.detail-name {
  color: #141f3e;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--18px);
  font-weight: 700;
  line-height: 150%;
}
.detail-company {
  color: #3bb0e6;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--13px);
  font-weight: 700;
  line-height: 150%;
}
.detail-info {
  color: #777;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--12px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  word-break: keep-all;
}

.job-description-title,
.advisor-qa-title {
  margin-top: var(--24px);
  margin-left: calc(-1 * var(--24px));
  display: inline-flex;
  padding: var(--8px) var(--32px);
  justify-content: center;
  align-items: center;
  gap: var(--10px);
  border-radius: 0 var(--100px) var(--100px) 0;
  z-index: 10;
  color: #fff;
  font-family: "ab-kokoro-no2", sans-serif;
}
.job-description-area,
.advisor-qa-area {
  padding: var(--24px) var(--16px);
  border-radius: var(--40px) var(--16px);
  margin-top: -1rem;
  text-align: left;
}
.job-description,
.advisor-qa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--12px);
}

.advisor-qa-area h3 {
  font-family: "Zen Kaku Gothic New";
  font-size: var(--13px);
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: var(--8px);
  color: #f18e58;
}

.job-description-area section p,
.advisor-qa-area p {
  color: #141f3e;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--12px);
  font-weight: 700;
  line-height: 175%;
  margin-top: var(--4px);
}

.job-description-title {
  background: #3bb0e6;
}

.job-description-area {
  background: #eefaff;
}
.job-description {
  color: #3bb0e6;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--12px);
  font-weight: 700;
  line-height: 175%;
}

.advisor-qa-title {
  background: #f18e58;
}
.advisor-qa-area {
  background: #fff0e9;
}
.advisor-qa-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--4px);
  align-self: stretch;
  padding-top: var(--12px);
  padding-bottom: var(--12px);
  border-bottom: var(--2px) solid #f18e58;
}
.advisor-qa-item:last-of-type {
  padding-bottom: 0;
  border: none;
}
.advisor-qa-item .q,
.advisor-qa-item .a {
  width: var(--24px);
  height: var(--24px);
  flex-shrink: 0;
  border-radius: var(--4px);
  text-align: center;
  font-family: "ab-kokoro-no2", sans-serif;
  font-size: var(--18px);
  font-weight: 400;
  line-height: var(--23px);
  display: inline-block;
}
.advisor-qa-item .q {
  background: #f18e58;
  color: #fff;
}
.advisor-qa-item .a {
  background: #fff;
  color: #f18e58;
  border: 1px solid #f18e58;
}

.advisor-qa-item .answer {
  display: flex;
  align-items: flex-start;
  gap: var(--8px);
}
.advisor-qa-item .answer .answer-text {
  color: #141f3e;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--12px);
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
}
.advisor-qa-item .answer .answer-text .a-title {
  color: #141f3e;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--13px);
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
}
.advisor-qa-item .answer .answer-text .a-title::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%227%22%20viewBox%3D%220%200%206%207%22%20fill%3D%22none%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223.5%22%20r%3D%223%22%20fill%3D%22%23F18E58%22%2F%3E%3C%2Fsvg%3E");
  transform: translateY(-25%);
  display: inline-block;
  margin-right: var(--4px);
}

.available-days-area {
  margin: 0 auto;
  display: flex;
  width: var(--327px);
  padding: var(--32px) var(--24px) var(--24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--12px);
}
.available-days-area .available-days-title {
  display: inline-flex;
  padding: var(--12px) var(--32px);
  justify-content: center;
  align-items: center;
  gap: var(--10px);
  border-radius: var(--24px) var(--8px);
  background: #3bb0e6;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--16px);
  font-weight: 700;
  line-height: 100%;
  z-index: 10;
}
.available-days-area .available-days-text {
  display: flex;
  width: var(--327px);
  margin-top: -2rem;
  padding: var(--32px) var(--24px) var(--24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--12px);
  border-radius: var(--40px) var(--16px);
  background: #fff;
  color: #141f3e;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--14px);
  font-weight: 700;
  line-height: 175%;
}

.advisor-image-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--33px);
}
.advisor-image-area .area-decoration-1 {
  width: var(--58px);
}
.advisor-image-area .area-decoration-2 {
  width: var(--59px);
}
.advisor-image-area .area-decoration-1 img,
.advisor-image-area .area-decoration-2 img {
  width: 100%;
  object-fit: contain;
}

.cta-application {
  margin: var(--16px) var(--32px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--14px);
}
.cta-application .cta-message {
  padding: 0 var(--40px);
}
.cta-application .cta-btn {
  margin: 0;
}
#advisor-detail .back {
  margin: var(--40px) 0;
}
