@charset "UTF-8";

html {
  /* ヘッダーの高さ分だけスクロール位置を調整 */
  scroll-padding-top: 48px;
}

@media screen and (max-width: 768px) {
  .columns-layout {
    display: flex;
    flex-direction: column;
  }
}

.columns-layout__main {
  display: flex;
}
@media screen and (max-width: 768px) {
  .columns-layout__main {
    display: contents;
  }
}

.columns-layout__content {
  width: 84%;
}
@media screen and (max-width: 768px) {
  .columns-layout__content {
    width: 100%;
  }
}

.columns-layout__wrapper {
  background-color: white;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .columns-layout__wrapper {
    padding: 16px 16px 32px;
  }
}

.columns-layout__wrapper--detail {
  padding: 32px 40px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .columns-layout__wrapper--detail {
    padding: 15px;
  }
}

.columns-layout__wrapper--appeal {
  background-color: white;
  margin-top: 40px;
}

.columns-layout__wrapper--search {
  display: block;
  background: linear-gradient(90.29deg, #78efda 0%, #36cfcf 100%);
}

.conditions-search__heading-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .conditions-search__heading-br {
    display: block;
  }
}

.columns-layout__wrapper:not(:first-child) {
  margin-top: 40px;
}

.columns-layout__button {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .columns-layout__button {
    margin-top: 16px;
  }
}

.columns-layout__side-bar {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .columns-layout__side-bar {
    order: 3;
    margin-left: 0;
  }
}

.columns-layout__search-list {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .columns-layout__search-list {
    margin-top: 14px;
  }
}

.columns-layout__category:not(:first-child) {
  margin-top: 25px;
}

.columns-layout__category-tag {
  margin-top: 9px;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
}

.footer__wrapper {
  width: 100%;
  background: linear-gradient(90.29deg, #868686 0%, #404041 100%);
  padding: 40px 0;
}

.footer__section-title_arubai {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding: 0 0 0 16px;
  position: relative;
  letter-spacing: .8px;
}
@media screen and (max-width: 768px) {
  .footer__section-title_arubai {
    margin-bottom: 8px;
  }
}
.footer__section-title_arubai::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #00bdbd;
  border-radius: 50%;
}

.footer__section-wrapper_arubai {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, .1);
  position: relative;
  max-width: 980px;
  box-sizing: content-box;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer__section-wrapper_arubai {
    position: relative;
    transform: inherit;
    margin: 0 auto;
    opacity: .93;
    width: 100%;
  }
}

.footer__section_arubai {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 24px 24px 0;
}
@media screen and (max-width: 768px) {
  .footer__section_arubai {
    padding: 16px;
    margin: 0 auto 24px;
    margin-bottom: 0;
  }
}

.footer__wrapper_arubai {
  width: 100%;
  background: linear-gradient(90deg, #78EFDA, #36CFCF);
  padding: 40px 2%;
  box-sizing: border-box;
  position: relative;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 767px) {
  .footer__wrapper_arubai {
    border-radius: 40px 40px 0 0;
    padding: 16px 3%;
    overflow: hidden;
  }
}

.footer__logo {
  max-width: 248px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 195px;
  }
}

.footer__logo_arubai {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .footer__logo_arubai {
    max-width: 82px;
  }
}

.footer__logo img {
  aspect-ratio: 248/90;
}

.footer__container {
  margin: 0 auto;
  margin-top: 32px;
  max-width: 830px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding: 0 32px;
  }
}

.footer__list {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 3px;
}
@media screen and (max-width: 768px) {
  .footer__list {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}

.footer__list:not(:first-child) {
  margin-top: 16px;
}

.footer__item a {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .footer__item a {
    font-size: 13px;
    line-height: 13px;
  }
}

.footer__copy {
  background: linear-gradient(90.29deg, #78efda 0%, #36cfcf 100%);
  display: flex;
  justify-content: center;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 14px 0;
  color: white;
  width: 100%;
}

.footer__logo-town {
  width: 100%;
  height: 115px;
  margin: 60px auto 0;
  background: url(../img/footer-logo-town.webp);
  background-repeat: repeat-x;
}

/* フッターSNS追加 */
.icon_x_pc,
.icon_facebook_pc,
.icon_line_pc {
  width:35px;
  height: 35px;
}
.icon_x_sp,
.icon_facebook_sp,
.icon_line_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .icon_x_pc,
  .icon_facebook_pc,
  .icon_line_pc {
    display: none;
  }
  .icon_x_sp,
  .icon_facebook_sp,
  .icon_line_sp {
    display: block;
    width:24px;
    height: 26px;
  }
}
.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
}
.footer-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-sns-item {
  width: 40px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .footer-sns-item {
    margin-right: 12px;
  }
}
/* フッターセクションテーブル */
.footer__section-table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .footer__section-table {
    font-size: 14px;
  }
}

.footer__section-th {
  font-weight: 700;
  width: 13.5%;
  padding: 0 0 0 10px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .footer__section-th {
    width: 100%;
    display: block;
    padding: 8px 0 0;
  }
  .footer__section-th p {
    display: flex;
    justify-content: flex-start;
    padding: 4px 0;
  }
}

.footer__section-p {
  display: inline-block;
  padding: 8px 12px;
  letter-spacing: .7px;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .footer__section-p {
    color: #00bdbd;
    font-size: 14px;
    border: 1px solid #00bdbd;
    border-radius: 88px;
  }
}

.footer__section-td {
  width: 87%;
}
@media screen and (max-width: 767px) {
  .footer__section-td {
    width: 100%;
    display: block;
    padding: 0;
  }
}

.footer__section-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__section-list {
    display: flex;
    row-gap: 8px;
    padding: 7px 0;
  }
}

.footer__section-item {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__section-item {
    margin-right: 8px;
  }
}

.footer__section-title_arubai.footer_title-prefectures::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #f97b81;
  border-radius: 50%;
}
.footer__section__bottom  {
  padding: 24px 24px 30px;
}
/* フッターセクション雲背景 */
.footer-bg01 {
  width: 149px;
  height: 95px;
  background: url(../img/cloud_1_pc.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: 10.6%;
  z-index: 1;
}
.footer-bg02 {
  width: 212px;
  height: 197px;
  background: url(../img/cloud_2_pc.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 11%;
  right: 0;
  z-index: 1;
}
.footer-bg03 {
  width: 198px;
  height: 139px;
  background: url(../img/cloud_3_pc.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 37%;
  left: 0;
  z-index: 1;
}
.footer-bg04 {
  width: 121px;
  height: 75px;
  background: url(../img/cloud_4_pc.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 44.5%;
  right: 11%;
  z-index: 1;
}
.footer-bg05 {
  width: 147px;
  height: 92px;
  background: url(../img/cloud_5_pc.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 70%;
  left: calc(17.6% - 150px);
  z-index: 1;
}
.footer-bg06 {
  width: 142px;
  height: 90px;
  background: url(../img/cloud_6_pc.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 69%;
  right: 1%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer-bg01 {
    width: 112px;
    height: 72px;
    background: url(../img/cloud_1_pc.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1.6%;
    left: -5.2%;
    z-index: 1;
  }
  .footer-bg02 {
    width: 172px;
    height: 75px;
    background: url(../img/cloud_2_pc.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: 17%;
    right: -22.8%;
    z-index: 1;
  }
  .footer-bg03 {
    width: 177px;
    height: 117px;
    background: url(../img/cloud_3_pc.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: 36%;
    left: -9%;
    z-index: 1;
  }
  .footer-bg04 {
    width: 91px;
    height: 57px;
    background: url(../img/cloud_4_pc.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: 48.5%;
    right: -3.2%;
    z-index: 1;
  }
  .footer-bg05 {
    width: 111px;
    height: 70px;
    background: url(../img/cloud_5_pc.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: 62%;
    left: -5.4%;
    z-index: 1;
  }
  .footer-bg06 {
    width: 107px;
    height: 68px;
    background: url(../img/cloud_6_pc.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: 80.6%;
    right: -.3%;
    z-index: 1;
  }
}

.header {
  background-color: white;
  width: 100%;
  height: 60px;
  display: flex;
  padding: 0 2%;
  max-width: 1178px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header {
    height: 55px;
    padding: 0 16px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 55px;
  }
}

.header__logo {
  max-width: 155px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 130px;
  }
}

.header__text {
  max-width: 141.46px;
  margin-left: 6.85px;
}
@media screen and (max-width: 768px) {
  .header__text {
    max-width: 111.88px;
  }
}

.header__text img {
  aspect-ratio: 141.46/45.16;
}

.inner {
  max-width: 1178px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 16px;
  }
}

.latest-article {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .latest-article {
    padding: 24px;
  }
}

.latest-article__title {
  display: flex;
  border-bottom: 4px double #e2b92b;
  padding-bottom: 2px;
  align-items: center;
  flex-direction: column;
}

.latest-article__title h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 8px 0;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .latest-article__title h2 {
    font-size: 18px;
    line-height: 28.8px;
    margin: 2px 0;
  }
}

.latest-article__logo {
  max-width: 100px;
  text-align: center;
}

.latest-article__logo img {
  width: 100%;
}

.latest-article__list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.latest-article__item {
  display: flex;
  align-items: center;
}

.latest-article__item:hover .latest-article__text p {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #3599e8;
  text-decoration-color: #3599e8;
  color: #3599e8;
}

.latest-article__img {
  max-width: 90px;
  min-width: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .latest-article__img {
    max-width: 90px;
  }
}

.latest-article__img img {
  aspect-ratio: 3/2;
  width: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 8px;
}

.latest-article__text {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.latest-article__text time {
  font-size: 11px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #8d9999;
}

.latest-article__text p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.latest-article__more {
  margin-top: 24px;
}

.latest-article__more-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.latest-article__more-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #00bdbd;
}
@media screen and (max-width: 768px) {
  .latest-article__more-text {
    font-size: 12px;
    line-height: 12px;
  }
}

.latest-article__more-triangle {
  background: #00bdbd;
  height: calc(tan(60deg) * 8px / 2);
  width: 6px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 8px;
}

.search-box {
  display: flex;
  width: 100%;
}

.search-box {
  display: flex;
  width: 100%;
}

.search-box input[type="text"] {
  background-color: white;
  padding: 0.7rem 0 0.7rem 0.8rem;
  border: 1px solid #c8d9d9;
  border-right: none;
  border-radius: 1.5rem 0 0 1.5rem;
  color: #8d9999;
}

.search-box button {
  cursor: pointer;
  padding: 10px 0;
  border-radius: 0 1.5rem 1.5rem 0;
  border: 1px solid #c8d9d9;
  background-color: #f8f8f8;
  color: #fff;
  font-size: 0.75rem;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

input {
  width: 76.3%;
}
input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #8d9999;
}
input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #8d9999;
}

.search-box__logo img {
  aspect-ratio: 1;
  width: 16px;
}

.search-box__logo {
  width: 23%;
}

.side-banner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.side-banner__item {
  width: auto;
}
@media screen and (max-width: 768px) {
  .side-banner__item {
    max-width: unset;
  }
}

.side-banner__item img {
  width: 100%;
}

.triangle-item {
  padding: 0 8px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8d9d9;
}
@media screen and (max-width: 768px) {
  .triangle-item {
    padding: 0 8px 0 9px;
    padding-bottom: 11px;
  }
}

.triangle-item__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.triangle-item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .triangle-item:not(:first-child) {
    margin-top: 11px;
  }
}

.triangle-item__title {
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .triangle-item__title {
    font-size: 14px;
    line-height: 22.4px;
  }
}

.triangle-item__title--side {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
}

.triangle-item__triangle {
  background: #00bdbd;
  height: calc(tan(60deg) * 18px / 2);
  width: 12px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #00bdbd;
}
@media screen and (max-width: 768px) {
  .triangle-item__triangle {
    height: calc(tan(60deg) * 12px / 2);
    width: 8px;
  }
}

.triangle-item__triangle--side {
  height: calc(tan(60deg) * 12px / 2);
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.search-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #8d9999;
  padding-bottom: 8px;
}

.search-title__logo {
  max-width: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-title__logo {
    max-width: 38px;
  }
}

.search-title__logo img {
  aspect-ratio: 1;
}

.search-title h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: 0.07em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .search-title h2 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.07em;
  }
}

.side-bar {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .side-bar {
    margin-top: 45px;
    max-width: 100%;
  }
}

.side-bar__search-box {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .side-bar__search-box {
    margin: 40px 0;
  }
}

.side-bar__banners {
  margin-top: 14px;
}

.side-bar__latest {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .side-bar__latest {
    margin-top: 40px;
  }
}

.side-bar__ranking {
  margin-top: 40px;
}

.tag-list {
  display: flex;
  -moz-column-gap: 4px;
  column-gap: 4px;
  row-gap: 8px;
  flex-wrap: wrap;
}

.tag-list--category {
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .tag-list--category {
    gap: 16px;
  }
}

.tag-list--side {
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 8px;
}

.tag {
  list-style: none;
  display: inline-block;
}

.tag__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.05em;
  text-align: left;
  text-align: left;
  color: #00bdbd;
  display: block;
}
@media screen and (max-width: 768px) {
  .tag__name {
    font-size: 13px;
    line-height: 20.8px;
  }
}

@media screen and (max-width: 768px) {
  .tag__name--ranking {
    font-size: 11px;
    line-height: 19.2px;
  }
}

.tag__name--side-ranking {
  font-size: 12px;
  line-height: 17.6px;
}

.tag__name--category {
  color: #333;
  font-size: 14px;
  line-height: 14px;
}

.tag__name--side {
  color: #333;
  font-size: 13px;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  .tag__name--side {
    font-size: 14px;
    line-height: 14px;
  }
}

.pentagon-tag {
  position: relative;
}

.pentagon-tag span {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 5px;
  left: 6px;
  color: #333333;
  padding: 1px 0;
}

.pentagon-tag--detail span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.pentagon-tag img {
  width: 54px;
  height: 23px;
}

.pentagon-tag--detail img {
  height: 28px;
}

.pentagon-tag--ranking {
  display: block;
}
@media screen and (max-width: 768px) {
  .pentagon-tag--ranking {
    display: none;
  }
}

.article-bread {
  display: flex;
  font-size: 12px;
  padding-top: 32px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .article-bread {
    padding: 22px 0;
  }
}

.article-bread--list {
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .article-bread--list {
    padding-top: 8px;
  }
}

.article-bread__home {
  color: #00bdbd;
  border-bottom: 1px solid #00bdbd;
  padding-bottom: -5px;
  white-space: nowrap;
}

.article-bread span {
  margin-left: 5px;
}

.article-bread__current {
  margin: 0 0 0 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 12px;
  line-height: 12px;
}

.article-bread__icon {
  width: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 550px) {
  .article-bread__icon {
    width: 8px;
  }
}

@media screen and (max-width: 550px) {
  .article-bread__icon--list {
    width: 5px;
  }
}

.article-bread__icon img {
  aspect-ratio: 5/7;
  width: 100%;
}

@media screen and (max-width: 550px) {
  .article-bread__icon img {
    aspect-ratio: 5/5;
    width: 8px;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Noto Serif JP", sans-serif;
  color: #333333;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

button {
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.article-detail {
  background-image: url(../img/bg-img.jpg);
  background-position: 0px -75px;
  background-size: contain;
  position: relative;
}

.article-detail__bread {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .article-detail__bread {
    padding-top: 10px;
  }
}

.article-detail__layout {
  margin-top: 28px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .article-detail__layout {
    margin-top: 0;
    padding-bottom: 40px;
  }
}

.work-intro {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .work-intro {
    margin-bottom: 24px;
  }
}

.work-intro__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 51.2px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .work-intro__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 4px;
  }
}

.work-intro__time {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.05px;
}
@media screen and (max-width: 768px) {
  .work-intro__time {
    font-size: 11px;
    line-height: 160%;
    letter-spacing: 0.5px;
  }
}

.work-intro__time::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../img/calendar.png") no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .work-intro__time::before {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
  }
}

.work-intro__tag {
  margin-top: 8px;
}

.work-intro__tag-link {
  margin-top: 8px;
}

.work-intro__image-wrapper {
  margin-top: 40px;
  max-width: 708px;
  width: 100%;
  max-height: 521px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.work-intro__image-wrapper:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .work-intro__image-wrapper {
    margin-top: 24px;
  }
}

.work-intro__image-wrapper img {
  aspect-ratio: 708/472;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}

.toc__header {
  padding: 16px 7px 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .toc__header {
    padding: 6px 16px;
  }
}

.toc-header-active {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.toc__header-left {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .toc__logo {
    align-items: center;
  }
}

.toc__logo {
  width: 32px;
  height: 23.5px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .toc__logo {
    width: 24px;
    height: 24px;
    margin-top: 3px;
  }
}

.toc__title {
  font-family: Jost;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.8px;
  color: #00bdbd;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .toc__title {
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0.05em;
  }
}

.toc__logo img {
  width: 100%;
}

.toc__triangle {
  width: 12px;
}
@media screen and (max-width: 768px) {
  .toc__triangle {
    width: 10px;
  }
}

.pr-img {
  margin-bottom: 40px;
}

.toc__content {
  border-top: none;
  padding: 32px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .toc__content {
    padding: 13px 16px 16px;
    margin-bottom: 24px;
  }
}

.toc__more-button {
  z-index: 1000;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #38c2c2;
  border: 1px solid #38c2c2;
  border-radius: 84px;
  height: 46px;
  max-width: 180px;
  padding: 0 52px;
  top: 158px;
  background-color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .toc__more-button {
    width: 180px;
    top: 100px;
    left: 41vw;
  }
}

.toc__content.is-expanded::after {
  display: none;
}

.toc__close-text {
  display: none;
}

.toc__more-button.is-active .toc__more-text {
  display: none;
}

.toc__more-button.is-active .toc__close-text {
  display: inline;
}

.toc__content.is-expanded .toc__more-button {
  position: static;
  transform: none;
  margin-top: 10px;
  text-align: center;
}

.toc__content.is-expanded {
  max-height: unset;
}

.toc_button-wrapper {
  display: flex;
  justify-content: center;
}

.detail__text {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .detail__text {
    font-size: 13px;
    line-height: 23.4px;
    margin-bottom: 24px;
  }
}

.detail__text span {
  background: linear-gradient(transparent 50%, #a1e9e9 0%);
  line-height: 1.3em;
}

.detail__img {
  max-width: 748px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .detail__img {
    margin-bottom: 24px;
  }
}

.detail__img img {
  aspect-ratio: 748/490;
  width: 100%;
  border-radius: 8px;
}

.detail__toc {
  margin-bottom: 40px;
  background-color: #f4fcfc;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .detail__toc {
    margin-bottom: 24px;
  }
}

.detail__shear {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .detail__shear {
    margin-top: 24px;
  }
}

.heading-star {
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .heading-star {
    margin-bottom: 32px;
  }
}

.heading-star__box {
  height: 24px;
}

.heading-star__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  .heading-star__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 4px;
    letter-spacing: 0.05em;
    padding-left: 49px;
  }
}

.heading-star__title::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  border-top: 1px dotted #00bdbd; /*上の線*/
  border-bottom: 2px solid #00bdbd; /*下の線*/
  width: 100%;
  height: 7px; /*空けたい隙間＋上の線＋下の線*/
}
@media screen and (max-width: 768px) {
  .heading-star__title::before {
    bottom: -9px;
  }
}

.heading-star__title::after {
  position: absolute;
  content: "";
  top: -12px;
  left: 0;
  border-bottom: 1px dotted #00bdbd; /*上の線*/
  border-top: 2px solid #00bdbd; /*下の線*/
  width: 100%;
  height: 7px; /*空けたい隙間＋上の線＋下の線*/
}

.heading-star__logo {
  max-width: 60.98px;
  width: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .heading-star__logo {
    max-width: 44.28px;
    top: 6px;
    left: -3px;
  }
}

.heading-star__logo img {
  aspect-ratio: 60.98/84;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .heading-star__logo img {
    aspect-ratio: 44.28/53;
  }
}

.tag-text {
  background-color: #ebffff;
  padding: 15px 25px 32px;
  margin-bottom: 56px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .tag-text {
    padding: 6px 17px 32px;
    margin-bottom: 32px;
  }
}

.tag-text__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .tag-text__content {
    font-size: 13px;
    font-weight: 400;
    line-height: 23.4px;
  }
}

.tag-text__flag {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  text-align: left;
  color: white;
  background-color: #00bdbd;
  display: inline-block;
  margin-left: -31px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .tag-text__flag {
    font-size: 13px;
    font-weight: 600;
    line-height: 20.8px;
    padding: 4px 12px;
    margin-left: -23px;
  }
}

.tag-text__flag::before {
  content: "";
  position: absolute;
  top: 41px;
  left: 0;
  border-style: solid;
  border-color: transparent #0097a7 transparent transparent;
  border-width: 0 7px 7px 0;
}
@media screen and (max-width: 768px) {
  .tag-text__flag::before {
    border-width: 0 5px 5px 0;
    top: 29px;
  }
}

.list-content {
  background-color: #f8f8f8;
  list-style-type: none; /* 親要素リストのマーカーを消す */
  padding: 29px 32px 32px 49px;
  margin: 0;
  border-radius: 8px;
  margin-bottom: 56px;
  border: 1px solid #3e4d4c;
}
@media screen and (max-width: 768px) {
  .list-content {
    padding: 17px 32px 14px 31px;
    margin-bottom: 32px;
  }
}

.list-content__item {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list-content__item {
    font-size: 13px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 3px;
  }
}

.list-content__item::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #00bdbd;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .list-content__item::before {
    left: -15px;
    top: 6px;
  }
}

.list-content__child {
  margin-top: 12px;
  list-style-type: decimal; /* 小要素リストは番号付き */
  margin-left: 28px;
  padding-left: 0;
  color: #00bdbd;
}

.list-content__child-item {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .list-content__child-item {
    font-size: 13px;
    line-height: 20.8px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

.list-content__child-text {
  color: #333 !important;
}

/* H3 */
.heading-stripe {
  position: relative;
  margin-bottom: 24px;
}

.heading-stripe__title {
  font-size: 20px;
  padding: 3px 16px;
  letter-spacing: 1.1px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .heading-stripe__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 3px 15px;
  }

  .heading-stripe {
    position: relative;
    margin-bottom: 16px;
  }
}

.heading-stripe__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  border-radius: 10px;
  background: #00bdbd;
}

/*その他の設定*/
*,
::before,
::after {
  box-sizing: border-box;
}

h3 {
  color: #333;
}

.heading-chapter {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .heading-chapter {
    margin-bottom: 16px;
  }
}

.heading-chapter__circle-wrapper {
  position: relative;
}

.heading-capter__circle {
  width: 71.33px;
}
@media screen and (max-width: 768px) {
  .heading-capter__circle {
    width: 41.34px;
  }
}

.heading-chapter__circle-wrapper span {
  font-family: Noto Serif JP;
  font-size: 11px;
  font-weight: 600;
  line-height: 16.5px;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 9px;
  position: absolute;
  color: white;
  left: 16px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .heading-chapter__circle-wrapper span {
    font-size: 6.37px;
    font-weight: 600;
    line-height: 9.56px;
    left: 10px;
    top: -3px;
  }
}

.heading-chapter__number {
  font-family: Noto Serif JP;
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0.04em;
  text-align: center;
  position: absolute;
  top: 18px;
  color: white;
  left: 26px;
}
@media screen and (max-width: 768px) {
  .heading-chapter__number {
    font-size: 15.07px;
    font-weight: 600;
    line-height: 22.6px;
    left: 16px;
    top: 11px;
  }
}

.heading-chapter__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 60px 0 24px;
  padding: 0 15px;
  width: 100%;
  background: url(../img/bg-h2.png);
  border-left: solid 5px #00bdbd;
  border-radius: 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .heading-chapter__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    margin: 40px 0 16px 0;
    padding: 0 8px;
    border-left: solid 4px #00bdbd;
  }
}

.heading-circle {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .heading-circle {
    margin-bottom: 16px;
  }
}

.heading-circle__wrapper {
  position: relative;
}

.heading-circle__logo {
  width: 50.96px;
}
@media screen and (max-width: 768px) {
  .heading-circle__logo {
    width: 25.34px;
  }
}

.heading-circle__logo img {
  aspect-ratio: 50.96/50.01;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .heading-circle__logo img {
    aspect-ratio: 25.34/24.86;
  }
}

.heading-circle__number {
  font-family: Noto Serif JP;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.04em;
  text-align: center;
  text-align: center;
  position: absolute;
  top: 6px;
  color: #00bdbd;
  width: 48px;
}
@media screen and (max-width: 768px) {
  .heading-circle__number {
    font-size: 10.94px;
    font-weight: 600;
    line-height: 16.41px;
    width: 24px;
    top: 3px;
  }
}

.heading-circler__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1px;
  margin: 40px 0 24px;
  padding: 0 0 6px;
  border-bottom: 2px solid #00bdbd;
}
@media screen and (max-width: 768px) {
  .heading-circler__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 24px 0 16px;
    display: flex;
    align-items: center;
    gap: 0;
  }
}

.heading-circler__title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("../img/dott-large.png") no-repeat;
  background-size: contain;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .heading-circler__title::before {
    width: 18px;
    height: 12px;
    margin-right: 0;
  }
}

.heading-subsection__title {
  display: inline-block;
  margin: 40px 0 24px;
  padding: 0 12px;
  border-left: solid 3px #00bdbd;
  font-size: 18px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .heading-subsection__title {
    margin: 24px 0 16px;
    padding: 0 9px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

.block__image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 512px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .block__image-wrapper {
    margin: 0 0 24px;
  }
}

.block__image-wrapper img {
  border-radius: 10px;
}

.wp-block-list {
  margin: 0 0 24px;
}

.wp-block-list-item {
  list-style: url(../img/dott.png);
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .wp-block-list-item {
    font-size: 13px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
}

.wp-block-list:not(.wp-block-list ul) {
  list-style-type: none;
  padding: 28px 32px 24px 48px;
  margin: 0;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #00bdbd;
  background-color: #f4fcfc;
}
@media screen and (max-width: 768px) {
  .wp-block-list:not(.wp-block-list ul) {
    padding: 16px 32px 12px 32px;
    margin-bottom: 16px;
  }
}

.wp-block-point {
  background-color: #f8f8f8;
  border-radius: 10px;
  margin: 24px 0;
  padding: 40px 32px 32px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .wp-block-point {
    margin: 16px 0;
    padding: 24px 16px 16px;
  }
}

.wp-block-point::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  width: 116px;
  height: 54px;
  background: url("../img/point.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .wp-block-point::before {
    width: 78px;
    height: 37px;
    top: -18px;
    left: 12px;
  }
}

.wp-block-point_text {
  margin: 0 !important;
}

.table-wrapper {
  border: 1px solid #00bdbd;
  border-radius: 8px;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .table-wrapper {
    font-size: 12px;
  }
}

/* テーブル本体 */
.table {
  border-collapse: collapse;
  width: auto;
  min-width: 100%;
}

/* 全セル共通 */
.table__cell {
  padding: 12px 16px;
  vertical-align: top;
  border-bottom: 1px solid #ffffff;
  line-height: 170%;
}

/* 左列（ラベル列） */
.table__cell--label {
  background-color: #00bdbd;
  color: #fff;
  font-weight: bold;
  min-width: 187px;
  width: 187px;
  text-align: center;
  position: sticky;
  left: 0;
  z-index: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .table__cell--label {
    min-width: 140px;
  }
}

/* 右列（値列） */
.table__cell--value {
  background-color: #fff;
  min-width: 250px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .table__cell--value {
    min-width: 185px;
  }
}

.table__row {
  height: 76px;
}
@media screen and (max-width: 768px) {
  .table__row {
    height: 56px;
  }
}

/* 奇数行のみ右列をグレーに */
.table__row:nth-child(odd) .table__cell--value {
  background-color: #f7f7f7;
}

/* 最終行の下線を消す */
.table__row:last-child .table__cell {
  border-bottom: none;
}

.table__cell--header {
  background-color: #00bdbd;
  color: white;
  flex: none;
  border: none;
  padding: 16px;
  width: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 768px) {
  .table__cell--header {
    width: 40%;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
    padding: 8px;
  }
}

.table td,
.table th {
  border-top: none;
  padding: 11px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table td,
  .table th {
    padding: 7px 8px;
  }
}

.btn-container {
  text-align: center;
  margin: 24px 0 80px;
}
@media screen and (max-width: 768px) {
  .btn-container {
    margin: 16px 0 36px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.btn--large {
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn--large {
    padding: 10px 12px;
  }
}

.btn--teal {
  background-color: #00bdbd;
  color: #fff;
}
.btn--teal:hover {
  background-color: #00b39f;
}

/* ラベル */
.btn__label {
  margin-right: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .btn--with-arrow {
    font-size: 13px;
    line-height: 20px;
  }
}

.btn--with-arrow {
  position: relative;
  display: block;
  width: 225px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn--with-arrow {
    width: 199px;
    height: 40px;
  }
}

.btn--with-arrow::after {
  content: "";
  background-image: url("../img/arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 13px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .btn--with-arrow::after {
    top: 13px;
    width: 14px;
    height: 14px;
  }
}

.provider-wrapper {
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .provider-wrapper {
    margin: 0 0 16px;
  }
}

.provider-wrapper:not(.provider-wrapper ul) {
  list-style-type: none;
  padding: 32px 28px;
  margin: 0;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #00bdbd;
  background-color: #f4fcfc;
}
@media screen and (max-width: 768px) {
  .provider-wrapper:not(.provider-wrapper ul) {
    padding: 16px;
    margin-bottom: 40px;
  }
}

.provider-info {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 170% !important;
  margin-bottom: 16px !important;
  color: #00bdbd;
}
@media screen and (max-width: 768px) {
  .provider-info {
    font-size: 16px !important;
  }
}

.provider-info::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/offer.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .provider-info::before {
    width: 32px;
    height: 32px;
  }
}

.provider-info-list {
  padding-left: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .provider-info-list {
    padding-left: 25px;
  }

  .provider-info-list > li {
    font-weight: 700;
  }
}

.question {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.7px;
  margin: 35px 0 5px;
}
@media screen and (max-width: 768px) {
  .question {
    font-size: 16px;
    margin: 0 0 16px;
    display: flex;
    gap: 2px;
    align-items: center;
  }
}

.question::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  margin-right: 4px;
}

.shop-wrapper {
  padding: 0 0 28px;
}
@media screen and (max-width: 768px) {
  .shop-wrapper {
    padding: 0;
  }
}

.shop-info::before {
  background: url(../img/shop.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .shop-info::before {
    font-size: 16px;
    margin: 0;
    width: 24px;
    height: 24px;
  }

  ._shop-info {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .data-wrapper {
    margin: 0;
  }
}

.data-info_list {
  margin: 24px 0 64px;
}
@media screen and (max-width: 768px) {
  .data-info_list {
    margin: 16px 0 24px;
  }
}

.data-info::before {
  background: url(../img/data.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .data-info::before {
    font-size: 16px;
    margin: 0;
    width: 28px;
    height: 28px;
  }
}

.introduction-info,
.learn-info,
.deal-info,
.shift-info,
.recommend-info {
  margin: 64px 0 24px;
}
@media screen and (max-width: 768px) {
  .introduction-info,
  .learn-info,
  .deal-info,
  .shift-info,
  .recommend-info {
    margin: 36px 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .introduction-wrapper {
    margin: 0;
  }
}

.introduction-info::before {
  background: url(../img/question-mark.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .introduction-info::before {
    width: 24px;
    height: 24px;
  }
}

.learn-info::before {
  background: url(../img/learn.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .learn-info::before {
    width: 35px;
    height: 24px;
  }
}

.deal-info::before {
  background: url(../img/ok.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .deal-info::before {
    width: 40px;
    height: 24px;
    margin-right: 0;
  }
}

.shift-info::before {
  background: url(../img/schedule.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .shift-info::before {
    width: 40px;
    height: 24px;
    margin-right: 0;
  }
}

.recommend-info::before {
  background: url(../img/sparkle.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .recommend-info::before {
    width: 40px;
    height: 24px;
    margin-right: 0;
  }
}

.data-info_item-text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 5%;
  border-left: 3px solid #00bdbd;
  padding-left: 9px;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .data-info_item-text {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.05px;
    border-left: 3px solid #00bdbd;
    padding-left: 4px;
    margin: 0 0 8px;
  }
}

.data-info_choise-list {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .data-info_choise-list {
    flex-wrap: wrap;
  }
}

.data-info_choise-item {
  width: 154px;
  height: 42px;
  padding: 12px 10px;
  border-radius: 24px;
  background-color: #efefef;
  text-align: center;
  line-height: 120%;
  font-family: JP;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .data-info_choise-item {
    width: 160px;
    font-size: 12px;
    line-height: 130%;
  }
}

._check {
  background-color: #00bdbd;
  color: #ffffff;
}

._check::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0;
  background: url(../img/check-yellow.png) no-repeat;
  background-size: contain;
  margin-right: 4px;
  position: relative;
  left: -3px;
}

/* テキスト（段落） */
main p {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.05em;
  text-align: left;
}

@media screen and (max-width: 769px) {
  main p {
    font-size: 13px;
    margin: 0 0 16px;
  }
}

.related-content {
  background-color: #f4fcfc;
  padding: 24px;
  position: relative;
  border-radius: 8px;
  margin: 88px 0 40px;
  border: 1px solid #00bdbd;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 768px) {
  .related-content {
    padding: 12px;
    margin: 56px 0 40px;
  }
}

.related-content_span {
  position: absolute;
  top: -13px;
  left: 16px;
  background-color: #00bdbd;
  padding: 6px 12px 6px 32px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 80px;
  color: white;
  width: 106px;
  height: 25px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .related-content_span {
    font-size: 11px;
    font-weight: 600;
    line-height: 8px;
    padding: 5px 6px 4px 20px;
    width: 88px;
    height: 19px;
    left: 5px;
  }
}

.related-content_span::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 32px;
  margin-right: 5px;
  background: url(../img/memo.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .related-content_span::before {
    width: 20px;
    height: 25px;
  }
}

.related-content__wrapper {
  display: flex;
  align-items: center;
}

.related-content__img {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .related-content__img {
    max-width: 90px;
  }
}

.related-content__img img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .related-content__img img {
    aspect-ratio: 3/2;
    width: 90px;
  }
}

.related-content__text {
  margin: 0 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.04em;
  text-align: left;
  color: #333333;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .related-content__text {
    font-size: 13px;
    font-weight: 700;
    line-height: 23.4px;
    margin-left: 16px;
    width: 100%;
  }
}

.shear-content {
  background-color: #f8f8f8;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .shear-content {
    padding: 16px;
  }
}

.shear-content__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .shear-content__wrapper {
    flex-direction: column;
  }
}

.shear-content__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .shear-content__text {
    font-family: Noto Sans JP;
    font-size: 13px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

.shear-content__img {
  width: 64px;
  height: 31px;
  margin: 0 auto 5px;
}

.shear-content__sns-list {
  margin-left: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .shear-content__sns-list {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .shear-content__sns-list {
    margin-left: 0;
    width: 100%;
    margin-top: 16px;
    gap: 8px;
  }
}

.shear-content__sns-list > a {
  max-width: 220px;
  width: 100%;
}

.shear-content__sne-item {
  max-width: 242px;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #00bdbd;
  border-radius: 48px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}

.copy-link {
  display: flex;
  align-items: center;
  position: relative;
}

.shear-content__logo {
  max-width: 28px;
  width: 100%;
}

.shear-content__logo img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shear-content__logo--x {
  max-width: 24px;
  width: 100%;
}

.shear-content__logo--copy {
  max-width: 16px;
  width: 100%;
}

.shear-content__copy {
  font-size: 13px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-left: 4px;
  color: #00bdbd;
}
@media screen and (max-width: 1024px) {
  .shear-content__copy {
    font-size: 11px;
    font-weight: 600;
    line-height: 17.6px;
  }
}

.shear-content__copy-wrapper {
  position: relative;
}

.sns__popup-copy {
  opacity: 1 !important;
  display: none;
  position: absolute;
  top: 56px; /* .sns__popup よりも上に表示 */
  left: 50%;
  transform: translateX(-50%);
  background-color: #00bdbd; /* 成功メッセージの色 */
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.sns__popup-copy::after {
  content: "";
  position: absolute;
  top: -35%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #00bdbd transparent; /* 成功メッセージの色 */
}

.appeal-content__top {
  position: relative;
  height: auto;
  background-color: white;
}

.appeal-content__top--inner {
  position: relative;
  overflow: hidden;
}

.appeal-content__top-bg-pc {
  display: block;
  width: 100%;
}
.appeal-content__top-bg-sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .appeal-content__top-bg-pc {
    display: none;
  }
  .appeal-content__top-bg-sp {
    display: block;
  }
}

.appeal-content__top--outer {
  overflow: visible;
}

.appeal-content__top-man1 {
  position: absolute;
  width: 129px;
  height: 117px;
  bottom: -24px;
  right: 75px;
}

@media screen and (max-width: 768px) {
  .appeal-content__top-man1 {
    width: 114.5px;
    height: 104px;
    bottom: -19.65px;
    right: 76.5px;
  }
}
@media screen and (max-width: 540px) {
  .appeal-content__top-man1 {
    width: 71px;
    height: 65px;
    bottom: -6.62px;
    right: 81px;
  }
}

.appeal-content__top-man2 {
  position: absolute;
  width: 152px;
  height: 131px;
  bottom: 99px;
  left: -40px;
}

@media screen and (max-width: 768px) {
  .appeal-content__top-man2 {
    width: 135px;
    height: 111.75px;
    bottom: 30px;
    left: -30.75px;
  }
}
@media screen and (max-width: 540px) {
  .appeal-content__top-man2 {
    width: 84px;
    height: 72px;
    bottom: 9.38px;
    left: 3px;
  }
}

.appeal-content__top-woman1 {
  position: absolute;
  width: 105px;
  height: 113px;
  bottom: -21px;
  left: 87px;
}

@media screen and (max-width: 768px) {
  .appeal-content__top-woman1 {
    width: 93.5px;
    height: 100.25px;
    bottom: -17.15px;
    left: 88px;
  }
}
@media screen and (max-width: 540px) {
  .appeal-content__top-woman1 {
    width: 59px;
    height: 62px;
    bottom: -5.62px;
    left: 88px;
  }
}

.appeal-content__top-woman2 {
  position: absolute;
  width: 97px;
  height: 128px;
  bottom: 100px;
  right: -11px;
}

@media screen and (max-width: 768px) {
  .appeal-content__top-woman2 {
    width: 86px;
    height: 113.5px;
    bottom: 32px;
    right: -1.75px;
  }
}
@media screen and (max-width: 540px) {
  .appeal-content__top-woman2 {
    width: 53px;
    height: 70px;
    bottom: 16.38px;
    right: 26px;
  }
}

.appeal-content__main {
  position: relative;
  background: linear-gradient(to bottom, #d7e2e2, #ffffff);
  overflow: hidden;
  padding: 64px 40px 89px 40px;
}

@media screen and (max-width: 768px) {
  .appeal-content__main {
    padding: 40px 24px 56px 24px;
  }
}

.appeal-content__main-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object: contain;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.appeal-content__main-worries-left {
  position: absolute;
  bottom: 60px;
  left: 120px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .appeal-content__main-worries-left {
    bottom: 9.17px;
    left: -13px;
  }
}

.appeal-content__main-worries-right {
  position: absolute;
  top: 40px;
  right: 20px;
  transform: rotate(15deg);
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .appeal-content__main-worries-right {
    top: 0;
    right: 0;
  }
}

.appeal-content__main--bg-image-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 49px;
}

@media screen and (max-width: 768px) {
  .appeal-content__main--bg-image-bottom {
    width: 32px;
    height: 34px;
  }
}

.appeal-content__main-content-list-pc {
  display: block;
}

.appeal-content__main-content-list-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .appeal-content__main-content-list-pc {
    display: none;
  }

  .appeal-content__main-content-list-sp {
    display: block;
  }
}

.appeal-content__main-content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: start;
  gap: 8px;
  margin: 0;
  madding: 0;
}

.appeal-content__main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 121px;
  border-radius: 8px;
  border: 1px solid rgba(141, 153, 153, 1);
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  background-color: rgba(248, 248, 248, 1);
  position: relative;
}

@media screen and (max-width: 768px) {
  .appeal-content__main-content {
    width: 100%;
    height: 53px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .appeal-content__main-content:last-child {
    height: 80px;
  }
}

.appeal-content__main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/appeal-main-bg-check.webp");
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .appeal-content__main-content-list::before {
    background-size: 42px 42px;
  }
}

.appeal-content__main-content-list-highlight {
  color: rgba(2, 149, 149, 1);
}

.appeal-content__main2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  z-index: 1;
  background-color: white;
}

.appeal-content__main2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/appeal-content__main2--bg.webp");
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.appeal-content__main2-header {
  text-align: center;
}

.appeal-content__main2-line1 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 5%;
  color: rgba(51, 51, 51, 1);
  font-weight: 700;
}

.appeal-content__main2-line2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .appeal-content__main2-line2 {
    flex-direction: column;
  }
}

.appeal-content__main2--content-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.appeal-content__main2--content {
  position: relative;
  width: 343px;
  border-radius: 16px;
  box-shadow: 8px 8px 16px rgba(12, 12, 13, 0.04);
  overflow: hidden;
  background-color: white;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .appeal-content__main2--content-list {
    max-width: 320px;
    width: auto;
  }
}

.appeal-content__main2--content img {
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 2;
}

.appeal-content__main2--content-appeal-text {
  width: 100%;
  height: 155px;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 5%;
  color: rgba(51, 51, 51, 1);
  background: linear-gradient(
    to right bottom,
    rgba(245, 255, 255, 1),
    rgba(217, 255, 255, 1)
  );
}

.main2--content-appeal-point-no {
  font-family: "Noto Sans JP";
  font-size: 16px;
  letter-spacing: 0.56px;
  line-height: 25.6px;
  font-weight: 700;
  color: white;
  background-color: rgba(0, 189, 189, 1);
  border-radius: 0 8px 0 8px;
  width: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.main2--content-highlight {
  color: rgba(2, 149, 149, 1);
}

.appeal-content__faq {
  background-color: #fff;
}

.appeal-content__faq-header {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.appeal-content__faq-header--comment {
  display: flex;
  align-items: center;
}

.appeal-content__faq-header--comment p {
  color: white;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP";
  letter-spacing: 4%;
  background-color: rgba(0, 189, 189, 1);
  border-radius: 999px;
  padding: 8px 16px;
  width: 182px;
  height: 42px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .appeal-content__faq-header--comment p {
    font-size: 14px;
    width: 163px;
    height: 38px;
  }
}

.appeal-content__faq-header--comment-parts {
  width: 14.25px;
  height: 11.26px;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.appeal-content__faq-header--comment-cat {
  width: 80px;
  height: 66px;
}

@media screen and (max-width: 768px) {
  .appeal-content__faq-header--comment-cat {
    width: 60px;
    height: 50px;
  }
}

.appeal-content__faq-header--main-text {
  color: #333333;
  font-weight: 700;
  font-size: 0;
  letter-spacing: 4%;
  text-align: center;
  z-index: 0;
}

.qa-header--content-maker-line {
  display: inline-block;
  position: relative;
  width: auto;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .qa-header--content-maker-line {
    font-size: 22px;
  }
}

.qa-header--content-maker-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background-color: #fff280;
  z-index: -1;
}

.qa-header--content-highlight-blue {
  color: rgba(0, 189, 189, 1);
}

.qa-header--content-highlight-pink {
  color: #f97b81;
}

.appeal-content__faq-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 52px 40px 32px;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .appeal-content__faq-main {
    padding: 16px 16px 39px;
  }
}

.appeal-content__faq-main--title {
  font-size: 32px;
  line-height: 51.2px;
  letter-spacing: 4%;
  font-weight: 700;
  color: #333333;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .appeal-content__faq-main--title {
    font-size: 20px;
  }
}

.appeal-content__faq-main--title::before {
  content: "FAQ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00bdbd;
  z-index: -1;
  opacity: 0.07;
  font-size: 112px;
}

@media screen and (max-width: 768px) {
  .appeal-content__faq-main--title::before {
    font-size: 80px;
  }
}

.appeal-content__faq-main--qa-list {
  width: 100%;
  margin: 45px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .appeal-content__faq-main--qa-list {
    margin-top: 40px;
  }
}

.appeal-content__faq-main--qa {
  border-radius: 16px;
  box-shadow: 0 1px 4px 0 #0c0c0d1a;
  overflow: hidden;
}

.appeal-content__faq-main--question {
  display: flex;
  background-color: #f8f8f8;
  align-items: center;
  padding: 15px 48px 15px 56px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.appeal-content__faq-main--question-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  margin-right: 8px;
  z-index: 1;
}

.appeal-content__faq-main--question-text {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .appeal-content__faq-main--question-text {
    font-size: 16px;
  }
}

.appeal-content__faq-main--question-minus-icon,
.appeal-content__faq-main--question-plus-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}

.appeal-content__faq-main--question-minus-icon {
  display: none; /* 初期状態で非表示 */
}

.appeal-content__faq-main--question-plus-icon {
  display: block; /* 初期状態で表示 */
}

.appeal-content__faq-main--answer {
  display: none; /* 初期状態で非表示 */
  background-color: white;
  border-top: 1px dotted #00bdbd;
  padding: 16px 16px 16px 56px;
  position: relative;
}

.appeal-content__faq-main--answer-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  z-index: 1;
}

.appeal-content__faq-main--answer-text {
  display: flex;
  flex-direction: column;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 25.2px;
}

.appeal-content__faq-main--bottom-button {
  background-color: #00bdbd;
  width: 268px;
  height: 42px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4%;
  border-radius: 108px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .appeal-content__faq-main--bottom-button {
    font-size: 14px;
    width: 236px;
    height: 38px;
  }
}

.appeal-content__faq-main--bottom-button img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.appeal-content__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 40px 40px 40px;
  gap: 32px;
  background: linear-gradient(to right, #fffbd6, #fff280);
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .appeal-content__bottom {
    padding: 33px 12px 40px 12px;
  }
}

.appeal-content__qa-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 6%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.appeal-content__bottom--text {
  font-size: 0;
  max-width: 646px;
  text-align: center;
}

.appeal-content__bottom--main-text {
  display: inline-block;
  width: auto;
  font-size: 28px;
  color: #00bdbd;
  font-weight: 700;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 768px) {
  .appeal-content__bottom--main-text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.appeal-content__bottom--sub-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #333333;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .appeal-content__bottom--sub-text {
    font-size: 11px;
    letter-spacing: 0.55px;
  }
}

.appeal-content__bottom-button {
  display: flex;
  align-items: center;
  width: 630px;
  height: auto;
  padding: 24px 0;
  position: relative;
  z-index: 0;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 820px) {
  .appeal-content__bottom-button {
    width: 450px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .appeal-content__bottom-button {
    width: 336px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 390px) {
  .appeal-content__bottom-button {
    width: 100%;
    margin: 0 12px;
  }
}

.appeal-content__bottom-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff794f;
  border-radius: 8px;
  z-index: -1;
}

.appeal-content__bottom-button::after {
  content: "";
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #d66a48;
  border-radius: 0 0 8px 8px;
  z-index: -2;
}

.appeal-content__bottom-button-icon {
  width: 40px;
  height: 40px;
  margin: 0 24px;
}

@media screen and (max-width: 768px) {
  .appeal-content__bottom-button-icon {
    width: 28px;
    height: 28px;
    margin-left: 16px;
    margin-right: 12px;
  }
}

.appeal-content__bottom-button-text {
  text-align: left;
  font-size: 0;
  display: flex;
  flex-direction: column;
}

.appeal-content__bottom-button--main-text {
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
  display: inline-block;
}

@media screen and (max-width: 820px) {
  .appeal-content__bottom-button--main-text {
    max-width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .appeal-content__bottom-button--main-text {
    font-size: 20px;
    letter-spacing: 1px;
    max-width: 126px;
  }
}

.appeal-content__bottom-button--sub-text {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  .appeal-content__bottom-button--sub-text {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.appeal-content__bottom-button-img img {
  display: flex;
  position: absolute;
  width: 200.5px;
  height: 121.5px;
  bottom: 0;
  right: 34px;
  z-index: 2;
}

@media screen and (max-width: 820px) {
  .appeal-content__bottom-button-img img {
    width: 178px;
    height: 107.8px;
    right: 9.5px;
    bottom: 9px;
  }
}

@media screen and (max-width: 768px) {
  .appeal-content__bottom-button-img img {
    width: 118px;
    height: 71.51px;
    bottom: 18.76px;
  }
}

.conditions-search__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.conditions-search__logo {
  max-width: 56px;
  width: 100%;
}

.conditions-search__logo img {
  aspect-ratio: 56/47;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .conditions-search__logo img {
    width: 40px;
    height: 33px;
    margin-left: 6px;
    margin-bottom: 2px;
  }
}

.conditions-search__heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .conditions-search__heading-wrapper {
    align-items: flex-end;
  }
}

.conditions-search__heading-line {
  width: 25px;
}

.conditions-search__heading-line img {
  aspect-ratio: 25/30;
  width: 100%;
}

.conditions-search__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 44.8px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .conditions-search__heading {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .conditions-search__heading {
    line-height: 1.3;
    font-size: 20px;
    text-align: center;
  }
}

.conditions-search__box {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .conditions-search__box {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 12px;
  }
}

.conditions-search__select-wrapper {
  display: flex;
  align-items: center;
  width: 78%;
}
@media screen and (max-width: 768px) {
  .conditions-search__select-wrapper {
    width: 100%;
  }
}

.conditions-search__popular {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .conditions-search__popular {
    margin-top: 27px;
  }
}

.condition-select {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 48%;
  position: relative;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .condition-select {
    height: 48px;
  }
}

.condition-select--popular {
  width: 100%;
}

.condition-select__logo {
  max-width: 28px;
  width: 100%;
}

.conditions-search__cross {
  padding: 0 6px;
}
.condition-select__logo img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.condition-select select {
  margin-left: 8px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  width: 100%;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .condition-select select {
    font-size: 16px;
  }
}

.condition-select:after {
  content: "▼";
  position: absolute;
  right: 18px;
  pointer-events: none;
  font-size: 13px;
  color: #8d9999;
}

.condition-select select option {
  font-size: 16px;
}

.search-button {
  background-color: #f97b81;
  border-radius: 32px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .search-button {
    width: 30%;
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .search-button {
    width: 100%;
    height: 48px;
  }
}

.search-button__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: white;
}
@media screen and (max-width: 768px) {
  .search-button__text {
    font-size: 16px;
  }
}

.search-button__logo {
  max-width: 24px;
  width: 100%;
  margin-left: 8px;
}

.search-button__logo img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-content__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.popular-content__line {
  height: 1px;
  background-color: #3e4d4c;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .popular-content__line {
    width: 14%;
  }
}

.popular-content__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .popular-content__text {
    font-size: 18px;
  }
}

.popular-content__prefecture {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .popular-content__prefecture {
    margin-top: 11px;
  }
}

.popular-content__select-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .popular-content__select-text {
    font-size: 14px;
  }
}

.popular-content__select-prefecture {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .popular-content__select-prefecture {
    margin-top: 5px;
  }
}

.popular-content__type {
  margin-top: 16px;
}

.popular-content__select-type {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .popular-content__select-type {
    margin-top: 4px;
  }
}

.select-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .select-list {
    gap: 12px 8px;
  }
}

.select-list__item {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 23px 0;
  background-color: white;
  color: #00bdbd;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .select-list__item {
    font-size: 14px;
    padding: 12px 0;
    border-radius: 4px;
  }
}

.select-list__item.is-active {
  background-color: #00bdbd;
  color: #fff;
}

.outline {
  color: #00bdbd;
}

.toc__content.is-expanded .outline::after {
  display: none;
}

.outline a {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .outline a {
    font-size: 13px;
    line-height: 160%;
  }
}

.outline_level_0 {
  position: relative;
  margin: 0;
  counter-increment: num;
  position: relative;
  padding: 16px 25px 16px 31px;
  border-bottom: #c8d9d9 solid 1px;
}
@media screen and (max-width: 768px) {
  .outline_level_0 {
    position: relative;
    margin: 0;
    counter-increment: num;
    position: relative;
    padding: 4px 4px 7px 20px;
    border-bottom: #c8d9d9 solid 1px;
  }
}

.outline_level_0::before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  left: 0;
  font-family: Jost;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.04px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .outline_level_0::before {
    left: -15px;
    top: 9px;
    font-size: 12px;
    padding-left: 8px;
  }
}

.outline__sub {
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  .outline__sub {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.outline_level_1 {
  list-style: url(../img/dott.png);
  margin-left: 24px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .outline_level_1 {
    margin-left: 14px;
    margin-top: 0;
  }
}

.outline_level_1 a {
  font-weight: normal;
}

/* 特徴コンテンツスタイル */
.work_details_feature {
  display: flex;
  margin-bottom: 40px;

  @media screen and (width < 1024px) {
    margin-bottom: 24px;
  }
}

.work_details_feature_section-barometer-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.work_details_feature_section-barometer-item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .work_details_feature_section-barometer-item:first-child {
    padding-top: 8px;
  }
}
.work_details_feature_section-barometer-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;

  @media screen and (width < 1024px) {
    justify-content: center;
    padding-left: 15px;

    margin: auto;
    width: 550px;
  }
}
.work_details_feature_wrapper_age {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 20px;
  height: 48px;

  @media screen and (width < 768px) {
    padding-left: 8px;
  }
}
.work_details_feature_wrapper_image {
  display: flex;
}
.icon_cake {
  width: 52px;
  height: 48px;
}
.work_details_feature_section-barometer_owlMj {
  display: flex;
  width: 240px;
  margin-right: 30px;

  background: url(../images/slide-bar-cat-face.png) center top 10px no-repeat;
  background-size: 200px;
  justify-content: space-between;
  padding-top: 8px;
  position: relative;
}
.work_details_feature_section-barometer_owlMj4pict {
  display: flex;
  width: 240px;
  margin-right: 30px;
  background: url(../images/slide-bar-catface-4face.png) center top 10px
    no-repeat;
  background-size: 200px;
  justify-content: space-between;
  padding-top: 8px;
  position: relative;
}
.work_details_feature_section-barometer_owlMj_slide-line {
  display: flex;
  width: 240px;
  margin-right: 30px;
  background: url(../images/slide-bar-non-catface.png) center top 10px no-repeat;
  background-size: 200px;
  justify-content: space-between;

  position: relative;
}
.work_details_feature_section-barometer_picture_work_details_level2 {
  position: absolute;
  z-index: 2;
}
.work_details_feature_section-barometer_picture_work_details_level-line {
  position: absolute;

  z-index: 2;
}
.icon_cat_barometer {
  width: 28px;
  height: 22.29px;
}
.age_average {
  font-size: 13px;
  font-weight: 700;
  color: #00bdbd;
}
.work_details_feature_title {
  font-size: 20px;
  font-weight: 700;
  min-width: 260px;

  @media screen and (width < 768px) {
    font-size: 18px;
  }
}
.work_details_feature_age_category {
  display: flex;

  width: 100%;
  padding-top: 20px;
  justify-content: space-between;

  font-size: 14px;
  font-weight: 700;
  @media screen and (width < 768px) {
    font-size: 12px;
  }
}
.work_details_feature_action_category {
  display: flex;

  width: 100%;
  padding-top: 23px;
  justify-content: space-between;

  font-size: 14px;
  font-weight: 700;
  @media screen and (width < 768px) {
    font-size: 12px;
  }
}

.dotted-line {
  width: 100%;
  border-bottom: 1px dotted #00bdbd;
}

/* 特徴１：猫メーター5個タイプ　のアイコンを移動 */
.shift_left_first_of5_1 {
  position: relative;
  left: 15px;
}
.shift_left_second_of5_2 {
  position: relative;
  left: 60px;
}
.shift_left_third_of5_3 {
  position: relative;
  left: 105px;
}
.shift_left_forth_of5_4 {
  position: relative;
  left: 150px;
}
.shift_left_fifth_of5_5 {
  position: relative;
  left: 195px;
}
/* 特徴1：猫メーター4個タイイプ　のアイコンを移動 */
.shift_left_first_of4_1 {
  position: relative;
  left: 15px;
}
.shift_left_second_of4_2 {
  position: relative;
  left: 75px;
}
.shift_left_third_of4_3 {
  position: relative;
  left: 140px;
}
.shift_left_forth_of4_4 {
  position: relative;
  left: 200px;
}

/* 特徴2：緑色メーター4個タイイプ　のアイコンを移動 */
.shift_left_first_of4_green1 {
  position: relative;
  left: 10px;
}
.shift_left_second_of4_green2 {
  position: relative;
  left: 75px;
}
.shift_left_third_of4_green3 {
  position: relative;
  left: 140px;
}
.shift_left_forth_of4_green4 {
  position: relative;
  left: 205px;
}

/* あるバイでバイトを探すリンクのスタイル */
.experience_story {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px;
  height: 170px;
  margin-bottom: 20px;

  font-family: "Zen Maru Gothic";
}

.experience_story_to_arubai {
  color: #333333;
}

.experience_story_background {
  position: absolute;
  width: 206px;
  height: 207px;
  right: 5px;
  z-index: 1;
  @media screen and (width < 768px) {
    margin-top: 10px;
    width: 100px;
    height: 101px;
  }
}
.experience_story_icon_wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 30px;
  z-index: 2;
}
.icon_cat_action_got {
  margin-right: 10px;
  margin-top: 10px;
  width: 54px;
  height: 54px;
}
.experience_story_title {
  color: #fff;
  font-size: 24px;
  font-family: "Zen Maru Gothic";
  line-height: 1.2em;
  display: inline-block;
  @media screen and (width < 768px) {
    display: none;
  }
}

.experience_story_title_N {
  font-weight: bold;
  font-size: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Zen Maru Gothic";
  @media screen and (width < 768px) {
    padding-right: 10px;
    padding-left: 6px;
    font-size: 16px;
  }
}

.experience_story_city_text span {
  background: linear-gradient(transparent 50%, #a1e9e9 0%);
  line-height: 1.2em;
}

.experience_story_city_text {
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  color: #fff;
  text-shadow:
    -0.5px -0.5px 0.5px #00bdbd,
    1px 0px 0.8px #00bdbd,
    0px -1.2px 0.5px #00bdbd,
    -0.4px -1.7px 0.8px #00bdbd,
    -1.5px 0px 0px #00bdbd,
    -1.5px -1px 0.5px #00bdbd,
    -0.5px -1.5px 0.5px #00bdbd,
    -0.8px -0.5px 0.5px #00bdbd,
    -0.6px -0.5px 0.5px#00BDBD,
    1px -1px 0.5px #00bdbd,
    0.5px 1px 1px #00bdbd,
    0.5px 0px 0.5px #00bdbd,
    1px -0.5px 0.5px #00bdbd,
    -0.8px 1.2px 0.5px #00bdbd,
    0px -1px 0.5px #00bdbd,
    -1.8px 0px 1.2px #00bdbd,
    -1.5px -1px 1px #00bdbd,
    -0.5px 1px 1px #00bdbd,
    1px -0.5px 0px #00bdbd,
    1px -0.5px 0px#00BDBD,
    1px -1.2px 0px #00bdbd,
    1.2px 1.2px 0px #00bdbd,
    1.1px 0px 1px #00bdbd,
    1px 0px 0px #00bdbd,
    -0.5px 1.1px 0.5px #00bdbd,
    0px -1px 0.5px #00bdbd,
    -1.5px 0px 1px #00bdbd,
    -1.5px -1px 1px #00bdbd,
    0px 1.2px 1px #00bdbd,
    1px -0.5px 1px #00bdbd,
    1px -0.5px 1px#00BDBD,
    -1px -1.5px 1px #00bdbd,
    1px 1.5px 1px #00bdbd,
    1px 0px 0px #00bdbd,
    1px 0px 0px #00bdbd,
    1px 1px 0px #00bdbd,
    1px -1px 0.5px #00bdbd,
    -1.5px 0px 1px #00bdbd,
    -1.5px -1px 1px #00bdbd,
    0px 1.5px 1px #00bdbd,
    1px -0.5px 0.2px #00bdbd,
    1px -0.5px 0.5px#00BDBD,
    1px -1.5px 1px #00bdbd,
    1px 1px 0.8px #00bdbd,
    1px 1px 0.8px #00bdbd;

  @media screen and (width < 768px) {
    font-size: 16px;
    font-family: "Zen Maru Gothic";
  }
}

.experience_story_title_second {
  font-size: 20px;
  font-family: "Zen Maru Gothic";
  padding-top: 20px;
  padding-left: 20px;
  @media screen and (width < 768px) {
    font-size: 16px;
  }
}
.experience_story_title_second_single {
  font-weight: bold;
  font-size: 20px;
  font-family: "Zen Maru Gothic";
  padding-top: 20px;
  padding-left: 20px;
  @media screen and (width < 768px) {
    font-size: 16px;
    padding-top: 15px;
  }
}

.experience_story_city_text + .experience_story_title_second_single {
  padding-top: 4px;
  padding-left: 4px;
}

.experience_story_contents_wrapper {
  display: flex;
  align-items: center;
}

.experience_story_button_block {
  height: 100px;
}
.experience_story_search_button {
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  background: #f97b81;
  color: #fff;
  margin: 0 auto;
  border-radius: 50px;
  padding: 15px 40px;
  line-height: 1;
  bottom: 20px;
  max-width: 310px;
  height: 50px;
  z-index: 2;
}

.experience_story:has(.experience_story_adjacent_city_wrap),
.experience_story:has(.experience_story_near_station_wrap) {
  height: auto;
}

.experience_story:has(.experience_story_adjacent_city_wrap)
  .experience_story_background,
.experience_story:has(.experience_story_near_station_wrap)
  .experience_story_background {
  top: -30px;
  @media screen and (width < 768px) {
    top: 0;
  }
}

.experience_story_search_button:has(+ .experience_story_adjacent_city_wrap),
.experience_story_search_button:has(+ .experience_story_near_station_wrap) {
  position: static;
  margin: 30px auto;
  @media screen and (width < 768px) {
    margin: 20px auto;
  }
}

.experience_story_adjacent_city_wrap,
.experience_story_near_station_wrap {
  width: 100%;
  padding: 10px 15px;
  margin: 0 auto;
  border: 1px solid #8d9999;
  border-radius: 10px;
  background-color: #fff;
  @media screen and (width < 768px) {
    padding: 10px;
  }
}

.experience_story_adjacent_city_title,
.experience_story_near_station_title {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid #8d9999;
  padding-bottom: 8px;
  @media screen and (width < 768px) {
    font-size: 14px;
  }
}

.experience_story_adjacent_city_list,
.experience_story_near_station_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
  max-height: 75px;
  overflow-y: hidden;
  @media screen and (width < 768px) {
    padding-top: 6px;
    max-height: 65px;
  }
}

.experience_story_adjacent_city_list_item,
.experience_story_near_station_list_item {
  padding: 2px 10px;
  border: 1px solid #8d9999;
  background-color: #f8f8f8;
  border-radius: 8px;
  font-size: 13px;
  color: #8d9999;
  margin: 4px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  @media screen and (width < 768px) {
    font-size: 11px;
  }
}

.icon_cat_face {
  width: 28px;
  height: 22px;
  margin-right: 0px;
}

/* アルバイト体験談サイドバー */
.experience-story-columns-layout__search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 8px;
}

.experience-story-item__title {
  /* height: 29px; */
  padding: 3px 14px;
  border: 1px solid #c8d9d9;
  border-radius: 88px;
  font-size: 13px;
  color: #8d9999;
  margin: 4px;
  display: inline-block;
  background: #f8f8f8;
  transition: 0.3s ease-in-out;
}

.experience-story-item__title:hover {
  background: #cecece;
}

.experience-story-item__title.is-active {
  color: #fff;
  background: #00bdbd;
  font-weight: 700;
  border-color: #00bdbd;
}

.experience-story-item__title:disabled {
  color: #8d9999;
  border: 1px solid #efefef;
}

/*ページ上部へ戻る*/
.scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 3%;
  width: 96px;
  right: 3%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .scroll-top {
    display: none !important;
  }
}
.scroll-top__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .scroll-top__sp {
    display: block;
    position: fixed;
    width: 48px;
    bottom: 3%;
    right: 3%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 5;
  }
}
.scroll-top.show,
.scroll-top__sp.show {
  opacity: 1;
  pointer-events: auto;
}
.scroll-top.show:hover {
  opacity: 0.7;
}

/* あるバイでシェアしよう */
.share_link_root {
  position: relative;
}
.share_link_block {
  margin-top: 20px;
}
.share_link_megaphone {
  position: absolute;
  z-index: 1;
  left: 5vw;
  top: 15%;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1040px) {
  .share_link_megaphone {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .share_link_megaphone {
    width: 50px;
    height: 50px;
    top: 0;
    left: -6px;
  }
}

.share_link_ponpon {
  position: absolute;
  z-index: 1;
  right: 5vw;
  top: 20%;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 1040px) {
  .share_link_ponpon {
    width: 90px;
    height: 90px;
    top: 54px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .share_link_ponpon {
    width: 48px;
    height: 48px;
    top: 54px;
    right: 0;
  }
}
.share_link_title_wrapper {
  padding-bottom: 10px;
}
.share_link_block {
  width: 100%;
  height: 158px;
  border: 2px solid #00bdbd;
  border-radius: 10px;
  /* 背景水玉 */
  background-color: #fff;
  background-size: 18px 17px;
  background-image: radial-gradient(
    circle,
    #c8f8f8 15%,
    transparent 10%
  ); /* 円形の点を作る */
  background-repeat: repeat;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  .share_link_block {
    width: 100%;
    height: 104px;
  }
}

.share_link_title {
  font-size: 32px;
  font-weight: 900;
  z-index: 2;
  background: linear-gradient(267.05deg, #539eef 4.34%, #38dddd 98.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
@media screen and (max-width: 768px) {
  .share_link_title {
    font-size: 20px;
  }
}
.share_link_rectangle_line {
  position: absolute;
  z-index: 1;
  top: 57px;
  width: 150px;
  height: 11px;
}
@media screen and (max-width: 768px) {
  .share_link_rectangle_line {
    width: 96px;
    height: 8px;
    top: 36px;
  }
}

.share_link_text {
  font-size: 24px;
  font-weight: 700;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .share_link_text {
    font-size: 16px;
  }
}

.share_link_text_good {
  font-size: 24px;
  font-weight: 700;
  padding-left: 38px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .share_link_text_good {
    font-size: 16px;
    padding-left: 27px;
  }
}
.share_link_title_good {
  font-size: 32px;
  font-weight: 700;
  color: #ff435a;
  margin-left: -143px;
}
@media screen and (max-width: 768px) {
  .share_link_title_good {
    font-size: 20px;
    margin-left: -80px;
  }
}
.share_link_title_good_wrapper {
  position: relative;
}
.share_link_icon_like {
  position: absolute;
  z-index: 1;
  width: 37px;
  height: 29px;
  bottom: 27px;
  left: -57px;
}
@media screen and (max-width: 768px) {
  .share_link_icon_like {
    width: 27px;
    height: 21px;
    left: -27px;
    top: -5px;
  }
}
.share_link_icon_good {
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  bottom: 7px;
  left: -43px;
}
@media screen and (max-width: 768px) {
  .share_link_icon_good {
    width: 21px;
    height: 22px;
    left: -20px;
    top: 12px;
  }
}
.share_link_x-icon {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  left: 110px;
  bottom: -4px;
}
@media screen and (max-width: 768px) {
  .share_link_x-icon {
    width: 32px;
    height: 32px;
    left: 76px;
  }
}
.share_link_facebook-icon {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  left: 170px;
  bottom: -4px;
}
@media screen and (max-width: 768px) {
  .share_link_facebook-icon {
    width: 32px;
    height: 32px;
    left: 115px;
  }
}
.share_link_click-icon {
  position: absolute;
  z-index: 1;
  width: 75px;
  height: 27px;
  left: 167px;
  bottom: 37px;
}
@media screen and (max-width: 768px) {
  .share_link_click-icon {
    display: none;
  }
}

.share_link_tap-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .share_link_tap-icon {
    display: block;
    position: absolute;
    z-index: 1;
    width: 44px;
    height: 21px;
    left: 118px;
    bottom: 22px;
  }
}
.share_link_hand-icon {
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 25px;
  top: 35px;
  left: 158px;
}
@media screen and (max-width: 768px) {
  .share_link_hand-icon {
    top: 21px;
    left: 107px;
  }
}

.share_link_explanation {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .share_link_explanation {
    font-size: 12px;
  }
}

/* 都道府県からアルバイトを探す */
.search_prefecture_link_root {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.search_prefecture_link_title {
  font-size: 20px !important;
  font-weight: 700 !important;
  padding-left: 38px;
  position: relative;
  margin-bottom: 0 !important;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .search_prefecture_link_title {
    font-size: 16px !important;
    width: 270px;
    padding-left: 34px;
    letter-spacing: 0.7px;
  }
}

.search_prefecture_area_title {
  font-size: 16px !important;
  font-weight: 700 !important;
  padding-right: 14px;
  min-width: 115px;
  letter-spacing: 1px;
  white-space: nowrap;

  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .search_prefecture_area_title {
    font-size: 14px !important;
    padding-bottom: 8px;
    letter-spacing: 0.8px;
  }
}

.search_prefecture_map_icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .search_prefecture_map_icon {
    width: 24.38px;
    height: 26px;
  }
}

.search_prefecture_link_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  position: relative;
  margin-bottom: 40px;
}

.search_prefecture_link_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .search_prefecture_link_wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
  }
}

.inline_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .inline_list {
    gap: 4px;
    margin-bottom: 2px;
  }
}

.inline_list div a {
  display: block;
  font-size: 14px !important;
  font-weight: 400;
  padding: 8px 12px;
  color: #333;
  background-color: #f8f8f8;
  border-radius: 50px;
  width: 86.5px;
  height: 30px;
  text-align: center;
  line-height: 13px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .inline_list div a {
    width: 100.5px;
  }
}

.search_prefecture_map_bg {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 157px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .search_prefecture_map_bg {
    width: 311px;
    top: 50%;
  }
}
.prefecture_link_contents {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}

/* テキストハイライトカラー */
.has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.has-white-color {
  color: #fff;
}
.has-pale-pink-color {
  color: #f78da7;
}
.has-vivid-red-color {
  color: #cf2e2e;
}
.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.has-light-green-cyan-color {
  color: #00d084;
}
.has-vivid-green-cyan-color {
  color: #00d084;
}
.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.has-vivid-purple-color {
  color: #9b51e0;
}
.has-black-color {
  color: #000000;
}

/* メインブロック内に表示される体験記事一覧 */
.experience_article_link {
  margin-top: 27px;
}
.latest-article-main__item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.latest-article-main__list {
  width: 70%;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 24px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .latest-article-main__list {
    gap: 16px 10px;
  }
}
.latest-article-main__item img {
  border-radius: 8px;
  width: 29vw;
  height: 18vw;
  max-width: 358px;
  max-height: 179px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .latest-article-main__item img {
    width: 40vw;
    height: 20vw;
  }
}
.latest-article-main__title {
  width: 100%;
}
.latest-article-main__item:hover .latest-article-main__text p {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
  color: #000;
}

.latest-article-main__text p {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .latest-article-main__text p {
    font-size: 12px;
    line-height: 19.2px;
  }
}

.latest-article-main__text {
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

/* 所属市区町村への戻しリンク */
.return-city {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 2px solid #00BDBD;
  border-radius: 10px;
  /* 背景水玉 */
  background-color: #fff;
  background-size: 18px 17px;
  background-image: radial-gradient(circle, #c8f8f8 15%, transparent 10%);  /* 円形の点を作る */
  background-repeat: repeat;
  padding: 16px 48px;
  margin-top: 56px;
  margin-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .return-city {
    overflow: hidden;
    padding: 8px 24px;
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.return-city__icon-left {
  width: 60px;
  height: 89px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .return-city__icon-left {
    position: absolute;
    right: 5px;
    bottom: -27px;
    width: 47px;
    height: 70px;
    z-index: 0;
    pointer-events: none;
  }
}
.return-city__icon-right {
  width: 32px;
  height: 32px;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .return-city__icon-right {
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }
}
.return-city__location {
  /* 外側: 下線の土台を担当（position基準） */
  position: relative;
}
/* 内側: 文字だけ担当（グラデ適用&前面に） */
.return-city__locationText {
  position: relative;
  z-index: 1;
  font-weight: 900;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 0.05em;

  /* グラデ文字 */
  background: linear-gradient(267.05deg, #539EEF 4.34%, #38DDDD 98.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 600px) {
  .return-city__locationText {
    font-size: 20px;
  }
}
/* 下線 (平行四辺形) */
.return-city__location::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  height: 11px;
  bottom: -2px;
  background: #FFF280;

  /* 傾き */
  --slant: 2px;
  clip-path: polygon(
    var(--slant) 0,
    100% 0,
    calc(100% - var(--slant)) 100%,
    0 100%
  );

  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .return-city__location::after {
    height: 8px;
    bottom: -1px;
  }
}
.return-city__row {
  display: flex;
}
.return-city__cta {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 600px) {
  .return-city__cta {
    font-size: 16px;
  }
}

/* 所属市区町村 × 仕事へのリンク */
.search-city-job {
  position: relative;
  border: 2px solid #00BDBD;
  border-radius: 10px;
   /* 背景水玉 */
  background-color: #fff;
  background-size: 18px 17px;
  background-image: radial-gradient(circle, #c8f8f8 15%, transparent 10%);  /* 円形の点を作る */
  background-repeat: repeat;
  padding: 20px 28px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .search-city-job {
    padding: 14px;
  }
}
.search-city-job::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  border: 1px dashed #00BDBD;
  pointer-events: none;
}
.search-city-job__icon-bag {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 600px) {
  .search-city-job__icon-bag {
    width: 21px;
    height: 21px;
  }
}
.search-city-job__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-right: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .search-city-job__header {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 50px;
  }
}
.search-city-job__header-text-point {
  font-size: 20px;
  color: #00BDBD;
}
@media screen and (max-width: 600px) {
  .search-city-job__header-text-point {
    font-size: 14px;
  }
}
.search-city-job__header-cta-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.search-city-job__header-cta {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .search-city-job__header-cta {
    font-size: 14px;
  }
}
.search-city-job__icon-arrow {
  width: 16px;
  height: 16px;
}
.search-city-job__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .search-city-job__body {
    gap: 4px;
  }
}
.search-city-job-cat {
  position: absolute;
  top: -60px;
  right: 0px;
  width: 64px;
  height: 95px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .search-city-job-cat {
    top: -47px;
    width: 51px;
    height: 76px;
  }
}
.search-city-job__list {
  padding: 8px;
  border: 1px solid #F97B81;
  background-color: #FFF3F4;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .search-city-job__list {
    font-size: 12px;
  }
}
.search-city-job__list:hover {
  background-color: #FFE9EB;
  border-color: #F45B64;
}
.search-city-job__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  text-decoration: none;
}
.search-city-job__list-point {
  color: #F97B81;
}
.search-city-job__header-quot {
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: -1px -1px .1px #3e4d4c,
               -1px 1px .1px #3e4d4c,
                1px -1px .1px #3e4d4c,
                1px 1px .1px #3e4d4c,
                0 -1.2px .3px #3e4d4c,
                0 1.2px .3px #3e4d4c,
               -1px 0 .1px #3e4d4c,
                1px 0 .1px #3e4d4c;
}
@media screen and (max-width: 600px) {
  .search-city-job__header-quot {
    font-size: 14px;
  }
}
