@charset "UTF-8";
/*=======================================

  こちらにLPページの共通cssを記述してください。

  =======================================*/
/* 全体設定 */
#header, body {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック", "Noto Sans JP", sans-serif;
}
body {
  -webkit-text-size-adjust: 100% !important;
  font-size: 14px;
  line-height: 2;
  color: #333;
}
#main .content {
  max-width: 100%;
  position: relative;
}
#main {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #main {
    overflow-x: auto;
  }
  html, #main .content {
    overflow-x: hidden;
  }
}
button {
  cursor: pointer;
}
/* フォーカス制御 */
*:focus:not(:focus-visible):not(a[href]):not(area[href]):not(button):not(input):not(select):not(textarea):not(summary):not(iframe):not(audio[controls]):not(video[controls]) {
  outline: none;
}
[tabindex="-1"]:focus,
div[tabindex]:focus {
  outline: none;
}
/* 共通カラー */
:root {
  --color-main: #fccf00;
  --color-light-yellow: #fff9e0;
  --color-light-yellow-2: #ffed9b;
  --color-light-yellow-3: #fff4c2;
  --color-light-yellow-4: #fff4c3;
  --color-light-yellow-5: #fef9e3;
  --color-orange: #cb5903;
  --color-bg: #f0f0f0;
  --color-white: #fff;
  --color-light-gray: #919191;
  --color-light-gray-2: #dedede;
  --color-gray: #333;
  --color-gray-2: #707070;
  --color-black: #000;
  --color-kv-copy: #676767;
  --color-text: #222;
  --color-q-text: #808080
}
/* 背景画像 */
.bg-gray-01 .bg-gray-01__img {
  position: absolute;
  transform: translateX(50%);
  height: auto;
  right: calc(50% + 140px);
  bottom: -248px;
  width: 627.36px;
}
@media screen and (min-width: 768px) {
  .bg-gray-01 .bg-gray-01__img {
    right: calc(50% + 390px);
    width: 2102.32px;
    bottom: -1070px;
  }
}
.bg-yellow-02 .bg-yellow-02__img {
  position: absolute;
  height: auto;
  left: calc(100vw - 12.5%);
  top: -48px;
  width: 403.98px;
}
@media screen and (min-width: 768px) {
  .bg-yellow-02 .bg-yellow-02__img {
    transform: translateX(50%);
    left: calc(-50% + 558px);
    width: 2102.32px;
    top: 400px;
  }
}
.bg-yellow-03 .bg-yellow-03__img {
  position: absolute;
  height: auto;
  left: calc(-100vw + 13.2%);
  top: -20px;
  width: 403.98px;
}
@media screen and (min-width: 768px) {
  .bg-yellow-03 .bg-yellow-03__img {
    transform: translateX(50%);
    left: calc(-50% - 400px);
    width: 2102.32px;
    top: 480px;
  }
}
.bg-yellow-04 .bg-yellow-04__img {
  position: absolute;
  height: auto;
  transform: translateX(-50%);
  left: calc(100vw + 10px);
  top: calc(52.9100529101vw - 62px);
  width: 403.98px;
}
@media screen and (min-width: 768px) {
  .bg-yellow-04 .bg-yellow-04__img {
    transform: translateX(50%);
    left: calc(50% - 734px);
    width: 913.55px;
    top: 0;
  }
}
.bg-yellow-05 .bg-yellow-05__img {
  position: absolute;
  height: auto;
  transform: rotateY(180deg) translateX(50%);
  right: 50%;
  top: calc(52.9100529101vw - 24px);
  width: 403.98px;
}
@media screen and (min-width: 768px) {
  .bg-yellow-05 .bg-yellow-05__img {
    transform: translateX(50%);
    left: calc(-50% + 204px);
    width: 913.55px;
    top: 0;
    right: unset;
  }
}
/* 調整背景パーツ */
.bg-gray__container {
  max-width: 1280px;
  margin: auto;
}
.bg-gray__container .bg-gray {
  position: relative;
  z-index: 0;
}
.bg-gray__container .bg-gray .bg-gray__img {
  width: 627.36px;
  height: 280.87px;
  top: -20px;
  right: 50%;
  transform: translateX(calc(50% + 10px));
}
.bg-gray__container .bg-gray-02 .bg-gray__img {
  right: unset;
  left: 50%;
  transform: translateX(calc(-50% - 300px));
  width: 627.36px;
  max-width: none;
  top: 100px;
  height: 280.87px;
}
@media screen and (min-width: 768px) {
  .bg-gray__container .bg-gray .bg-gray__img {
    transform: translateX(50%);
    width: 1686.86px;
    height: 755.21px;
    bottom: unset;
    top: -90px;
    right: calc(50% + 176px);
  }
  .bg-gray__container .bg-gray-02 .bg-gray__img {
    transform: translateX(50%);
    width: 1686.86px;
    max-width: 100%;
    height: 755.21px;
    bottom: unset;
    left: calc(-50% - 420px);
    top: -90px;
    right: calc(50% + 176px);
  }
}
/* 共通見出し */
.c-title span {
  font-size: 21px;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-title span {
    font-size: 32px;
  }
}
/* 共通カラム要素 */
.l-inner.p-column-inner {
  background-color: transparent !important;
  padding: 0 !important;
}
.p-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.p-column__item {
  background-color: var(--color-light-yellow-5);
  padding: 40px 20px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-top: 18px;
}
.l-inner.p-column-inner .p-column__item {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-column {
    gap: 40px;
  }
  .p-column__item {
    padding: 45px 85px;
    margin-top: 18px;
  }
}
.p-column__label {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-q-text);
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  border-radius: 50vh;
}
@media screen and (min-width: 768px) {
    .p-column__label {
    max-width: 160px;
  }
}
.p-column__label::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid var(--color-q-text);
}
.p-column__title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
.p-column__text {
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}
@media screen and (min-width: 768px){
  .p-column__title {
    font-size: 27px;
  }
  .p-column__text {
    font-size: 18px;
  }
}
/*******************************
ヘッダー（共通用）
*******************************/
.l-header.l-common-header {
  padding: 0 60px 10px;
}
@media screen and (min-width: 1101px) {
  .l-header.l-common-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 6px;
    max-width: 1080px;
    margin: auto;
  }
}
.l-header__logo {
  width: 68vw;
  max-width: 255px;
  width: 100%;
  margin: auto;
  flex-shrink: 0;
}
@media screen and (min-width:1101px) {
  .nav.common-nav {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) {
  .l-header__logo {
    max-width: 364px;
    margin: 0 20px 0 0;
  }
}
.l-header__logo-link {
  transition: 0.3s ease;
  transition-property: opacity;
}
.l-header__logo-link:hover {
  opacity: 0.7;
}
.l-header__text {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 374px) {
  .l-header__text {
    font-size: 11px;
  }
}
@media screen and (min-width: 1101px) {
  .l-header__text {
    font-size: 16px;
    line-height: 1.875;
    text-align: right;
    margin-top: 0;
  }
}
.l-header__text span {
  display: inline-block;
}
/*******************************
フッター（共通用）
*******************************/
#footer .content .free,
#footer {
  height: auto;
}
@media screen and (min-width: 768px) {
  #footer .content .free,
  #footer {
    height: 150px;
  }
}
#footer .u-dib {
  display: inline-block !important;
}
#main .space {
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  #main .space {
    padding-bottom: 150px;
  }
}
.l-footer {
  font-size: 15px;
  line-height: 1.8666666667;
}
.l-footer a:link, .l-footer a:active, .l-footer a:visited {
  color: var(--color-white) !important;
}
.l-footer__bg {
  background-color: var(--color-gray);
  color: var(--color-white);
  text-align: center;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    margin-top: 44px;
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
.l-footer__copy .copy {
  font-family: Verdana, "Droid Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-footer-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 500px;
  margin: auto;
}
.l-footer-logo__image {
  max-width: 235px;
  margin: 5px;
}
@media screen and (min-width: 768px) {
  .l-footer-logo__image {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-logo__image + .l-footer-logo__image {
    margin-left: 10px;
  }
}
.l-footer-logo__text {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-logo__text {
    margin-top: 12px;
  }
}
.row:after {
  display: none;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#headContent {
  margin-bottom: 0;
}
#bottomContent ul#socialObj {
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #bottomContent ul#socialObj {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  #bottomContent ul#socialObj {
    display: block;
    max-width: 1000px;
    text-align: right;
  }
}
#areaLink div.area {
  margin: 0 auto;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  #areaLink div.area {
    display: block;
    width: 100%;
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  #areaLink div.area table {
    margin-right: 0;
  }
}
#areaLink div.area table a {
  color: var(--color-black) !important;
}
/************************************************
//
//　自由ヘッダー（共通用）
//
************************************************/
@media screen and (max-width: 767px) {
  .l-header.l-common-header {
    padding: 0 50px 19px;
  }
}
.l-header__text {
  font-weight: bold;
}
.l-nav .nav-br {
  display: none;
}
.list-icon img {
  max-width: 23px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .l-nav__list-link .list-icon {
    display: flex;
    align-items: center;
  }
  .l-nav__list-link .list-icon img {
    padding-bottom: 3px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .common-nav .l-nav-toggle {
    border: none;
  }
}
@media screen and (min-width: 1101px) {
  .l-nav__container.l-common-nav__container {
    display: block;
    height: 70px;
  }
  #pagetop .l-common-nav__container .l-nav-pc__list {
    padding-right: 30px;
    padding-left: 30px;
    gap: 20px;
    justify-content: space-between;
  }
  #pagetop .l-common-nav__container .l-nav-pc__list-item {
    text-align: center;
    position: relative;
  }
  #pagetop .l-common-nav__container .l-nav-pc__list-item:nth-last-child(2) .l-nav-pc__list-link {
    padding-right: 0;
  }
  #pagetop .l-common-nav__container .l-nav-pc__list-item + .l-nav-pc__list-item:not(:last-of-type)::before {
    content: "";
    display: block;
    width: 1px;
    background-color: var(--color-gray);
    height: 20px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  #pagetop .l-common-nav__container .l-nav-pc__list-link {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 15px;
    line-height: 22px;
    display: block;
    height: auto;
  }
  #pagetop .l-common-nav__container .l-nav-pc__list-item:not(:last-of-type) .l-nav-pc__list-link {
    border: 0;
  }
  #pagetop .l-common-nav__container .l-nav-pc__list-item:last-child .l-nav-pc__list-link {
    width: 130px;
    position: relative;
    padding-right: 20px;
    font-size: 15px;
  }
  #pagetop .l-nav-pc__list-item:last-child .l-nav-pc__list-link {
    height: 40px;
    display: inline-flex;
    width: 130px;
    position: relative;
    padding-right: 15px;
    font-size: 15px;
    border: none;
  }
  #pagetop .l-common-nav__container .l-nav-pc__list-item:last-child .l-nav-pc__list-link::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
  }
  .l-common-nav__container .l-nav-pc .list-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .l-common-nav__container .l-nav-pc .nav-br {
    display: block;
  }
}
/* project > breadcrumb
----------------------------------- */
.p-breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    max-width: 1180px;
    margin: 20px auto 0;
    display: block;
    padding-inline: 50px;
  }
  .p-breadcrumb__list {
    display: flex;
    align-items: center;
  }
  .p-breadcrumb__item {
    color: var(--color-light-gray);
    position: relative;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-breadcrumb__item {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__item + .p-breadcrumb__item::before {
    content: " ＞ ";
    white-space: pre-wrap;
    color: var(--color-gray);
  }
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__item:first-child a {
    color: var(--color-gray);
  }
}
/* project > kv
----------------------------------- */
.p-kv {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kv {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-kv {
    max-width: 1280px;
    margin: 40px auto 0;
  }
}
.p-kv__wrap .c-slide {
  width: 100vw;
  margin-left: auto;
  padding-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .p-kv__wrap .c-slide {
    padding-bottom: 19px;
  }
}
.p-kv .c-slide__upper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-kv .slick-dots {
  position: relative;
}
.p-kv .slick-dots > li > button {
  width: 30px;
  height: 6px;
  border-radius: 6px;
}
.p-kv .c-slide__pause {
  position: relative;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  border: none;
  border-radius: 50%;
  background: var(--color-main);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease;
  cursor: pointer;
}
.p-kv .c-slide__pause:hover {
  opacity: 0.7;
}
.p-kv .c-slide__pause:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 5px;
  height: 19px;
  margin: auto;
  background: var(--color-white);
}
.p-kv .c-slide__pause:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 5px;
  height: 19px;
  margin: auto;
  background: var(--color-white);
}
.p-kv .c-slide__pause.paused:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 4px;
  width: 17px;
  height: 20px;
  margin: auto;
  background: var(--color-white);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.p-kv .c-slide__pause.paused:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .bg-yellow-01__img {
    left: calc(-50% - -48px);
    bottom: 29px;
  }
}
.p-kv__img {
  max-width: 1040px;
  width: 82.67vw;
  height: auto;
  border-radius: 20px 0 0 20px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-kv__img {
    width: 81.25vw;
  }
}
.p-kv__copy-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  top: 29vw;
  bottom: 0;
  max-width: 420px;
  width: 56%;
  height: -moz-fit-content;
  height: fit-content;
  left: 4%;
}
@media screen and (max-width: 374px) {
  .p-kv__copy-wrap {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__copy-wrap {
    left: 8%;
    top: 12.85%;
    gap: 10px;
    width: 40%;
  }
}
@media screen and (min-width: 1281px) {
  .p-kv__copy-wrap {
    left: 8%;
    width: 32.8125%;
  }
}
.p-kv__copy {
  font-weight: bold;
  background-color: var(--color-kv-copy);
  color: var(--color-white);
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 19px;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding: 5px 11px;
}
@media screen and (max-width: 374px) {
  .p-kv__copy {
    font-size: 15px;
  }
  .p-kv__copy + .p-kv__copy {
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__copy {
    padding: 11px 22px;
    font-size: 38px;
    font-size: clamp(1.625rem, 0.5rem + 2.34vw, 2.375rem);
  }
}
.p-kv__lead {
  margin-top: 16px;
  color: var(--color-text);
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-kv__lead {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-kv {
    margin-top: 28px;
  }
}
.p-kv__wrap {
  position: relative;
}
.c-slide__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.p-kv__copy-wrap {
  width: auto;
  max-width: unset;
  bottom: unset;
  top: 32vw;
}
@media screen and (min-width: 768px) {
  .p-kv__copy-wrap {
    top: calc(50% - 17px);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__copy {
    font-size: max(19px, 5.066667vw);
  }
}
@media screen and (min-width: 768px) {
  .p-kv__copy {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__bg {
    left: calc(-50% - 10px);
  }
}
/* project > driver
----------------------------------- */
.p-driver__box {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  background-color: var(--color-light-yellow-4);
  border-radius: 20px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-driver__box {
    margin-top: 40px;
    flex-direction: row;
    gap: 30px;
    padding: min(41px, 3.7272727273vw) min(82px, 7.4545454545vw);
  }
}
.p-driver__picture {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-driver__picture {
    width: 245px;
  }
}
.p-driver__picture img {
  width: 100%;
}
.p-driver__text {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}
/* project > merit
----------------------------------- */
.p-merit {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-merit__main-title {
    margin-top: 112px;
  }
}
.p-merit__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  padding-inline: 13px;
}
@media screen and (min-width: 768px) {
  .p-merit__list {
    padding-inline: 0;
    flex-direction: row;
    margin-top: 40px;
  }
}
.p-merit__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-merit__item {
    width: 33.3333333333%;
  }
}
.p-merit__heading {
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  padding: 20px 25px;
  gap: 10px;
  border-radius: 10px 10px 0 0;
}
.p-merit__heading.col {
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-merit__heading {
    padding: 18px 10px 0;
    gap: min(3.182vw, 35px);
  }
  .p-merit__heading.col {
    padding-bottom: 10px;
    gap: 0;
  }
}
.p-merit__number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: var(--color-white);
  font-size: 30px;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-merit__number {
    width: 53px;
    height: 53px;
    font-size: 30px;
  }
  .p-merit__number:before {
    top: -20px;
    left: -10px;
    right: 0;
    width: 74px;
    height: 30px;
  }
}
.p-merit__title {
  width: 100%;
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex-grow: 1;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-merit__title {
    font-size: 23px;
  }
}
.p-merit__title span {
  font-size: 16px;
}
.p-merit__img img {
  width: 100%;
}
.p-merit__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
  color: var(--color-text);
}
.p-merit__body {
  border-radius: 0 0 10px 10px;
  border: 3px solid var(--color-light-gray-2);
  border-top: 0;
  padding: 25px 30px 19px 30px;
  flex-grow: 1;
  background-color: var(--color-white);
}
.p-merit__img {
  max-width: 184px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-merit__img {
    max-width: 184px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-merit__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 6px;
  color: var(--color-gray) !important;
  width: min(580px, 100%);
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .p-merit__link {
    margin: 40px auto 0;
    font-size: 24px;
    line-height: 1.5;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__link::after {
    right: 10.4px;
    width: 9.59px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-merit__link::after {
    right: 19.8px;
  }
}
/* project > worry
----------------------------------- */
.p-worry {
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.p-worry__bg {
  z-index: 0;
}
.p-worry__bg img {
  width: 1686.86px;
  left: calc(-50% - 227px);
  height: 755.21px;
  top: -315px;
}
.p-worry__card {
  width: calc(100% - 26px);
  margin: 20px auto 0;
  padding: 43px 30px 40px;
  border-radius: 10px;
  background: var(--color-light-yellow-3);
}
@media screen and (min-width: 768px) {
  .p-worry__card {
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding: 32px 55px 40px;
  }
}
.p-worry__profile {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-worry__profile {
    width: 27.3%;
  }
}
.p-worry__picture {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
}
.p-worry__name {
  margin-top: 14px;
  font-weight: bold;
}
.p-worry__comment {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-worry__comment {
    width: calc(100% - (27.3% + 45px));
    margin-top: 14px;
    margin-left: 45px;
  }
}
.p-worry__title {
  line-height: 1.65;
  position: relative;
  padding-left: 26px;
  font-size: 20px;
  font-weight: bold;
}
.p-worry__title:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 8px;
  height: 82%;
  background: var(--color-main);
}
@media screen and (min-width: 768px) {
  .p-worry__title:before {
    top: 0;
    height: 91%;
  }
}
.p-worry__text {
  line-height: 1.875;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-worry__text {
    margin-top: 12px;
    margin-left: 26px;
  }
}
.p-worryFlow {
  width: calc(100% - 26px);
  margin: 24px auto 0;
  border-radius: 10px;
  background: var(--color-light-yellow-3);
}
@media screen and (min-width: 768px) {
  .p-worryFlow {
    display: grid;
    grid-template-columns: 44% 56%;
    width: 100%;
    margin-top: 24px;
  }
  .p-worryFlow__block {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}
.p-worryFlow__block--before {
  padding: 36px 15px 24px;
}
@media screen and (min-width: 768px) {
  .p-worryFlow__block--before {
    padding: 48px 10px 46px 42px;
  }
}
.p-worryFlow__block--after {
  position: relative;
  padding: 79px 15px 20px;
  border-radius: 0 0 10px 10px;
  background: var(--color-main);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-worryFlow__block--after {
    padding: 48px 33px 46px 70px;
    border-radius: 0 10px 10px 0;
  }
}
.p-worryFlow__block--after:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: -3px;
  width: calc(100% + 6px);
  height: 50px;
  background: var(--color-light-yellow-3);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 768px) {
  .p-worryFlow__block--after:before {
    top: -3px;
    left: -1px;
    width: 50px;
    height: calc(100% + 6px);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
.p-worryFlow__title {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-worryFlow__title {
    padding-left: 100px;
    text-indent: -100px;
  }
  .p-worryFlow__block--after .p-worryFlow__title {
    padding-left: 83px;
    text-indent: -83px;
  }
}
.p-worryFlow__title--en {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-worryFlow__title--en {
    display: inline;
    text-align: left;
  }
}
.p-worryFlow__title--ja {
  line-height: 1.65;
  position: relative;
  display: block;
  margin-top: 10px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .p-worryFlow__title--ja {
    display: inline;
    padding-left: 40px;
  }
}
.p-worryFlow__title--ja:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 2px;
  left: 4px;
  width: 8px;
  height: 82%;
  margin: auto;
  background: var(--color-main);
}
@media screen and (min-width: 768px) {
  .p-worryFlow__title--ja:before {
    bottom: 6px;
    left: 16px;
    height: 136%;
  }
}
.p-worryFlow__block--after .p-worryFlow__title--ja:before {
  background: var(--color-light-yellow-3);
}
.p-worryFlow__list {
  line-height: 1.875;
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-worryFlow__list {
    margin-top: 12px;
    margin-left: 89px;
  }
}
@media screen and (min-width: 768px) {
  .p-worryFlow__block--after .p-worryFlow__list {
    margin-left: 73px;
  }
}
.p-worryFlow__item {
  padding-left: 1em;
  text-indent: -1em;
}
/* project > example
----------------------------------- */
.p-example {
  position: relative;
  z-index: 1;
}
.p-example__bg {
  z-index: 0;
}
.p-example__bg img {
  width: 1686.86px;
  left: calc(-50% - 227px);
  height: 755.21px;
  top: -256px;
}
@media screen and (min-width: 768px) {
  .p-example__heading {
    margin-top: 116px;
  }
}
.p-example__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  padding-inline: 13px;
}
@media screen and (min-width: 768px) {
  .p-example__list {
    flex-direction: row;
    margin-top: 37px;
    padding-inline: 0;
  }
}
.p-example__item {
  border-radius: 10px;
  border: 3px solid var(--color-light-gray-2);
  background-color: var(--color-white);
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px 30px 17px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-example__item {
    width: 33.3333333333%;
    padding: min(23px, 1.9166666667vw) min(27px, 2.25vw) min(19px, 1.5833333333vw) min(27px, 2.25vw);
  }
}
.p-example__item::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  width: calc(100% + 6px);
  height: 53.333333vw;
  aspect-ratio: 320/200;
  border-radius: 10px 10px 0 0;
  background-color: var(--color-main);
}
@media screen and (min-width: 768px) {
  .p-example__item::before {
    height: unset;
    aspect-ratio: 320/200;
  }
}
.p-example__outer {
  position: relative;
  z-index: 1;
}
.p-example__title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-example__title {
    font-size: clamp(16px, 1.818182vw, 20px);
  }
}
.p-example__title--small {
  font-size: 18px;
}
.p-example__picture {
  display: block;
  width: 100%;
  margin-top: 22px;
}
.p-example__picture img {
  width: 100%;
}
.p-example__text {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-example__text {
    margin-top: 14px;
  }
}
.p-example__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 6px;
  color: var(--color-gray) !important;
  width: min(580px, 100%);
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .p-example__link {
    margin: 40px auto 0;
    font-size: 24px;
    line-height: 1.5;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-example__link::after {
    right: 10.4px;
    width: 9.59px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-example__link::after {
    right: 19.8px;
  }
}
/* project > flow
----------------------------------- */
.p-flow {
  position: relative;
  z-index: 1;
}
.p-flow__bg {
  z-index: 0;
}
.p-flow__bg img {
  width: 1686.86px;
  height: 755.21px;
  bottom: unset;
  top: -90px;
  right: calc(50% + 176px);
}
@media screen and (min-width: 768px) {
  .p-flow__heading {
    margin-top: 115px;
  }
}
.p-flow__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    margin-top: 38px;
    gap: 75px;
    padding-inline: 50px;
  }
}
.p-flow__item {
  position: relative;
}
.p-flow__item + .p-flow__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/lp_common/lp_common_img/icon_arrow_b_02.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-flow__item + .p-flow__item::before {
    width: 44px;
    height: 44px;
    top: -65px;
  }
}
.p-flow__title {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 100px;
  background-color: var(--color-light-yellow-2);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    height: 60px;
    font-size: 24px;
  }
}
.p-flow__text {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    margin-top: 21px;
    text-align: center;
  }
}
.p-flow__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 6px;
  color: var(--color-gray) !important;
  width: min(580px, 100%);
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .p-flow__link {
    margin: 51px auto 0;
    font-size: 24px;
    line-height: 1.5;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__link::after {
    right: 10.4px;
    width: 9.59px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__link::after {
    right: 19.8px;
  }
}
/* project > intv
----------------------------------- */
.p-intv-ac__item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-intv-ac__item {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-intv-ac__item + .p-intv-ac__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-intv {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-intv {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-intv__heading {
    margin-top: 107px;
    font-size: 36px;
    line-height: 1.7777777778;
  }
}
@media screen and (min-width: 768px) {
  .p-intv__heading + .c-hr {
    margin-top: 4px;
  }
}
.p-intv__btn {
  margin: 20px auto 0;
  border-radius: 6px;
  color: var(--color-text) !important;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  max-width: 580px;
}
@media screen and (max-width: 374px) {
  .p-intv__btn {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .p-intv__btn {
    border-radius: 10px;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-intv__btn::after {
    width: 9.59px;
    height: 16px;
  }
}
.p-intv__btn:hover, .p-intv__btn:link, .p-intv__btn:active, .p-intv__btn:visited {
  color: var(--color-text) !important;
}
.p-intv .c-contents {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-intv .c-contents {
    gap: 120px;
  }
}
.p-intv .l-inner {
  margin-top: 35px;
}
.p-intv .l-inner:has(.p-intv-schedule__link) {
  margin-top: 0;
}
.p-intv .l-inner:has(.p-intv-schedule__list) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-intv .l-inner {
    max-width: 1180px;
    margin-top: 100px;
  }
  .p-intv .l-inner:has(.p-intv-schedule__link) {
    margin-top: 0;
  }
}
.p-intv-ac {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-intv-ac {
    padding-bottom: 100px;
  }
}
.p-intv-ac__head-block {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-intv-ac__head-block {
    gap: 45px;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1280px;
    margin: auto;
  }
  .p-intv-ac__item:nth-of-type(odd) .p-intv-ac__head-block {
    flex-direction: row-reverse;
  }
  .p-intv-ac__item:nth-of-type(even) .p-intv-ac__head-block {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-intv-ac__head-block .__text-group {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-intv-ac__head-block .__text-group {
    width: 535px;
    text-align: left;
    margin-bottom: -9px;
  }
  .p-intv-ac__item:nth-of-type(even) .p-intv-ac__head-block .__text-group {
    padding-left: 10.9375%;
  }
}
.p-intv-ac__head-block .__lead {
  margin-top: 16px;
  font-size: 22px;
  line-height: 1.6363636364;
  font-weight: bold;
}
@media screen and (max-width: 374px) {
  .p-intv-ac__head-block .__lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-intv-ac__head-block .__lead {
    margin-top: 36px;
    font-size: 27px;
    line-height: 1.6666666667;
    font-size: clamp(1rem, -0.031rem + 2.15vw, 1.688rem);
  }
}
.p-intv-ac__head-block .__info {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}
.p-intv-ac__head-block .__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-intv-ac__head-block .__image {
    width: 54.69%;
    max-width: 700px;
  }
}
.p-intv-ac__intv {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-intv-ac__intv {
    flex-direction: row-reverse;
    gap: 45px;
  }
  .p-intv-ac__intv:first-child {
    flex-direction: inherit;
  }
  .p-intv-ac__item:nth-of-type(even) .p-intv-ac__intv {
    flex-direction: initial;
  }
  .p-intv-ac__item:nth-of-type(even) .p-intv-ac__intv:first-child {
    flex-direction: row-reverse;
  }
}
.p-intv-ac__intv + .p-intv-ac__intv {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-intv-ac__intv + .p-intv-ac__intv {
    margin-top: 65px;
  }
}
.p-intv-ac__intv .__text-wrap {
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .p-intv-ac__intv .__text-wrap {
    width: 47.69%;
    flex-shrink: 0;
  }
}
.p-intv-ac__intv .__title {
  font-size: 20px;
  line-height: 1.65;
  font-weight: bold;
  border-left: 8px solid var(--color-main);
  padding: 1px 0 1px 18px;
}
@media screen and (max-width: 374px) {
  .p-intv-ac__intv .__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-intv-ac__intv .__title {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
.p-intv-ac__intv .__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-intv-ac__intv .__text {
    margin-top: 27px;
    line-height: 2;
  }
}
.p-intv-ac__intv .__image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 520/320;
}
@media screen and (max-width: 767px) {
  .p-intv-ac__intv .__image {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-intv-ac__intv .__image {
    width: calc(52.31% - 45px);
    margin-top: 6px;
  }
}
.p-intv-ac__btn {
  max-width: 200px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border: none;
  border-radius: 10px;
  background-color: var(--color-gray-2);
  color: var(--color-white);
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-intv-ac__btn {
    max-width: 240px;
    height: 60px;
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-intv-ac__btn::after {
  content: "";
  width: 16px;
  height: 9.59px;
  background-image: url(/lp_common/lp_common_img/icon_arrow_b_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-intv-ac__btn::after {
    width: 12px;
    height: 7.19px;
  }
}
.p-intv-schedule__list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media screen and (min-width: 768px) {
  .p-intv-schedule__list {
    gap: 76px;
    padding-inline: 50px;
    max-width: 660px;
    margin-inline: auto;
  }
}
.p-intv-schedule__item {
  position: relative;
}
.p-intv-schedule__item + .p-intv-schedule__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/lp_common/lp_common_img/icon_arrow_b_02.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-intv-schedule__item + .p-intv-schedule__item::before {
    width: 44px;
    height: 44px;
    top: -65px;
  }
}
.p-intv-schedule__title {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 100px;
  background-color: var(--color-light-yellow-2);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-intv-schedule__title {
    height: 50px;
    font-size: 22px;
  }
}
.p-intv-schedule__text {
  font-size: 16px;
  line-height: 2;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-intv-schedule__text {
    margin-top: 12px;
    text-align: center;
  }
}
.p-intv-schedule__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 6px;
  color: var(--color-gray) !important;
  width: min(580px, 100%);
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .p-intv-schedule__link {
    font-size: 24px;
    line-height: 1.5;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-intv-schedule__link::after {
    right: 10.4px;
    width: 9.59px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-intv-schedule__link::after {
    right: 19.8px;
  }
}
/* 共通インタビューステップ要素 */
.p-intv-ac__point {
  margin-top: 30px;
  background-color: var(--color-light-yellow-5);
  border-radius: 10px;
  padding: 22px 20px;
}
@media screen and (min-width: 768px) {
  .p-intv-ac__point {
    padding: 45px 100px;
    margin-top: 60px;
  }
}
.p-intv-point__head {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-intv-point__head {
    margin-bottom: 30px;
  }
}
.p-intv-point__label {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  max-width: 330px;
  min-width: 300px;
  margin-bottom: 10px;
  width: 100%;
  border: 2px solid #222;
  border-radius: 50vh;
  font-weight: bold;
  background-color: var(--color-white);
  position: relative;
}
.p-intv-point__label::before {
  content: "";
  position: absolute;
  bottom: -19px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid var(--color-white);
  left: 50%;
  z-index: 2;
}
.p-intv-point__label::after {
  content: "";
  position: absolute;
  bottom: -24px;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #222;
  left: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-intv-point__label {
    font-size: 24px;
    padding: 0px 20px;
    line-height: 46px;
    max-width: 520px;
    margin-bottom: 14px;
  }
  .p-intv-point__label::before {
    bottom: -24px;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid var(--color-white);
  }
  .p-intv-point__label::after {
    bottom: -28px;
    margin-left: -16px;
    border: 13px solid transparent;
    border-top: 13px solid #222;
  }
}
.p-intv-point__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.p-intv-point__title .num {
  font-size: 40px;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-intv-point__title {
    font-size: 30px;
  }
  .p-intv-point__title .num {
    font-size: 50px;
  }
}
.p-intv-point__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-intv-point__list {
    gap: 40px;
  }
}
.p-intv-point__item:first-child {
  border-top: none;
  padding-top: 0;
}
.p-intv-point__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-intv-point__row {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.p-intv-point__badge {
  background-color: var(--color-main);
  border-radius: 50vh;
  font-size: 18px;
  min-height: 34px;
  max-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-intv-point__badge {
    font-size: 20px;
    min-height: 40px;
    max-width: 180px;
  }
}
.p-intv-point__item-title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.p-intv-point__text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-intv-point__item-title {
    font-size: 27px;
  }
  .p-intv-point__text {
    font-size: 18px;
  }
}
/* project > schedule
----------------------------------- */
.p-schedule {
  padding: 60px 15px 50px 15px;
  background: var(--color-light-yellow);
}
.p-schedule__heading {
  margin-top: 0;
}
.p-schedule .l-inner {
  margin-top: 30px;
  padding: 20px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-schedule {
    padding: 80px 0 60px;
  }
  .p-schedule .l-inner {
    margin-top: 59px;
    padding: 60px 15px 52px;
  }
}
/* project > qa
----------------------------------- */
.p-qa__bg {
  position: relative;
  z-index: 0;
}
.p-qa__bg::before {
  content: "";
  display: block;
  height: 100%;
  background-color: var(--color-bg);
  position: absolute;
  padding: 60px 15px 60px;
  bottom: -60px;
  z-index: -1;
  left: -15px;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .p-qa__bg::before {
    padding: 100px calc(50% - 50vw) 90px;
    bottom: -90px;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .p-qa .l-inner {
    max-width: 1000px;
  }
}
.p-qa__lead {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .p-qa__lead {
    margin-top: 30px;
  }
}
.p-qa__title {
  margin-top: 34px;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-qa__title {
    font-size: 24px;
    margin-top: 45px;
  }
}
.p-qa__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 6px;
  color: var(--color-gray) !important;
  width: min(580px, 100%);
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .p-qa__link {
    margin: 61px auto 0;
    font-size: 24px;
    line-height: 1.5;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-qa__link::after {
    right: 10.4px;
    width: 9.59px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-qa__link::after {
    right: 19.8px;
  }
}
/* project > qas
----------------------------------- */
.p-qas {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-qas {
    margin-top: 13px;
  }
}
.p-qas__item + .p-qas__item {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-qas__item + .p-qas__item {
    margin-top: 30px;
  }
}
.p-qas__q::before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-qas__q::before {
    left: 20px;
  }
}
.p-qas__item.is-open .p-qas__q-toggle::after {
  transform: rotate(0deg);
}
.p-qas__q button {
  font-family: inherit;
  display: flex;
  align-items: center;
  border: none;
  width: 100%;
  padding: 13px 20px 13px 60px;
  background-color: var(--color-q-text);
  color: var(--color-white);
  border-radius: 10px;
  min-height: 80px;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: bold;
  gap: 14px;
  text-align: left;
}
@media screen and (max-width: 374px) {
  .p-qas__q button {
    font-size: 14px;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-qas__q button {
    height: auto;
    border-radius: 50px;
    padding: 12px 30px 12px 70px;
    gap: 20px;
    font-size: 20px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 374px) {
  .p-qas__q button::before {
    margin-right: 14px;
  }
}
.p-qas__q button .text {
  padding-right: 30px;
}
.p-qas__q-toggle {
  margin-left: auto;
  position: absolute;
  display: inline-block;
  width: 20px;
  right: 20px;
}
.p-qas__q-toggle::before, .p-qas__q-toggle::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--color-white);
}
.p-qas__q-toggle::after {
  transform: rotate(-90deg);
}
.p-qas__q.is-open .p-qas__q-toggle {
  margin-left: auto;
}
.p-qas__q.is-open .p-qas__q-toggle::after {
  transform: rotate(0deg);
}
.p-qas__a {
  padding: 14px 0 0 60px;
  font-size: 16px;
  line-height: 1.875;
  color: var(--color-text);
}
.p-qas__a:focus-visible {
  outline: none;
}
@media screen and (min-width: 768px) {
  .p-qas__a {
    padding: 25px 0 0 80px;
  }
}
.u-dib {
  display: inline-block !important;
}
.c-button--overlay {
  position: relative;
}
.c-button--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
  z-index: 100;
}
.c-button--overlay:hover {
  opacity: 1;
}
.c-button--overlay:hover::before {
  background-color: rgba(255, 255, 255, 0.3);
}
/* ボタン追加 */
.p-kyujin__btn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 6px;
  color: var(--color-gray) !important;
  width: 100%;
  height: 75px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid var(--color-orange);
}
@media screen and (min-width: 768px) {
  .p-kyujin__btn {
    margin: 40px auto 0;
    border-radius: 10px;
    max-width: 520px;
    font-size: 23px;
    line-height: 1.3;
  }
}
.p-kyujin__btn::after {
  height: 16px;
  width: 9.59px;
  background-image: url(/lp_common/lp_common_img/icon_arrow_r_02.svg);
}
/* ボタンテキストサイズ調整 */
@media screen and (max-width: 400px) {
  .p-kyujin__btn {
    font-size: 17px;
  }
}
/* お近くの説明会またはお仕事を探すボタン 追加調整 */
.p-merit__link.c-button,
.p-example__link.c-button,
.p-flow__link.c-button,
.p-intv-schedule__link.c-button,
.p-qa__link.c-button {
  flex-direction: inherit;
}
@media screen and (max-width: 420px) {
  .p-merit__link.c-button,
  .p-example__link.c-button,
  .p-flow__link.c-button,
  .p-intv-schedule__link.c-button,
  .p-qa__link.c-button {
    flex-direction: column;
    line-height: 1.3;
  }
}
/* 20251218　リード文　変更 */
@media screen and (min-width: 768px) {
  .p-kv__lead span {
    display: inline-block;
  }
}
/* フッタースクロール調整 */
.c-foot-nav {
  height: 59px;
}
/* SPお問い合わせボタン */
.c-foot-nav__jobfind .c-button {
  border: 1px solid var(--color-white);
  background-color: var(--color-main);
  line-height: 1.1;
  padding-top: 4px;
}
.c-foot-nav__jobfind .c-button {
  font-size: 18px;
}
.c-foot-nav__jobfind .c-button span {
  display: inline-block;
}
/* ふき出しテキスト */
.c-speech-bubble {
  position: relative;
  padding-bottom: 8px;
}
.p-merit__heading.col .c-speech-bubble {
  margin-bottom: 7px;
} 
@media screen and (min-width: 768px) {
  .p-merit__heading.col .c-speech-bubble {
    margin-bottom: 0;
  }
}
.c-speech-bubble p {
  position: relative;
  padding: 0 20px;
  background-color: var(--color-white);
  border-radius: 50vh;
  font-weight: bold;
  text-align: center;
  min-width: 140px;
  font-size: 16px;
  line-height: 24px;
}
.c-speech-bubble p::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid var(--color-white);
}
/* project > story
----------------------------------- */
.p-story__sub-title {
  font-size: 26px;
  text-align: center;
  margin-top: 13px;
  margin: 13px 0 28px 0;
  line-height: 1.3846153846;
}
@media screen and (min-width: 768px) {
  .p-story__sub-title {
    font-size: 36px;
    margin: 37px 0 30px 0;
  }
}
.p-story__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-story__wrap {
    gap: 33px;
  }
}
.p-story__heading {
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}
.p-story__title {
  width: 100%;
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-story__title {
    font-size: 30px;
  }
}
.p-story__title span {
  display: inline-block;
}
.p-story__body {
  border-radius: 0 0 10px 10px;
  border: 3px solid var(--color-light-gray-2);
  border-top: 0;
  padding: 20px 23px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-story__body {
    padding: 42px 30px 30px 30px;
  }
}
.p-story__case-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-story__case-list {
    flex-direction: row;
    gap: 30px;
  }
  .p-story__case-list li {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .p-story__case-body {
    flex-grow: 1;
  }
}
.p-story__case-heading {
  background-color: var(--color-light-yellow-2);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  gap: 8px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-story__case-heading {
    padding: 20px 10px 10px 10px;
  }
}
/* ふき出しテキスト */
.c-speech-grey-bubble {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-speech-grey-bubble {
    position: absolute;
    top: -12px;
  }
}
.c-speech-grey-bubble p {
  position: relative;
  padding: 0 20px;
  background-color: var(--color-q-text);
  border-radius: 50vh;
  font-weight: bold;
  text-align: center;
  min-width: 140px;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
}
.c-speech-grey-bubble p::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid var(--color-q-text);
}
.p-story__case-title {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .p-story__case-title {
    font-size: 27px;
    justify-content: center;
  }
}
.p-story__case-body {
  border-radius: 0 0 10px 10px;
  border: 3px solid var(--color-light-gray-2);
  border-top: 0;
  padding: 20px 23px;
  background-color: var(--color-white);
}
.p-story__text {
  font-size: 16px;
}
/* project > step
----------------------------------- */
.p-step .l-inner {
  position: relative;
}
.p-step__lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-step__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-step__list {
    margin-top: 30px;
    gap: 40px;
    padding-bottom: 20px;
  }
}
.p-step__item {
  text-align: center;
  position: relative;
}
.p-step__label {
  min-height: 40px;
  font-size: 20px;
  margin: 0 auto 12px;
  max-width: 700px;
  width: 100%;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  background: var(--color-light-yellow-2);
  border-radius: 50vh;
  padding: 12px 40px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
}
.p-step__label::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid var(--color-light-yellow-2);
}
@media screen and (min-width: 768px){
  .p-step__label {
    min-height: 60px;
    font-size: 28px;
    margin: 0 auto 20px;
  }
  .p-step__label::before {
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid var(--color-light-yellow-2);
  }
}
.p-step__title {
  font-size: 23px;
  font-weight: bold;
  padding-top: 12px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .p-step__title {
    font-size: 30px;
    padding-top: 10px;
    margin: 0 auto 20px;
  }
}
.p-step__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  max-width: 880px;
  margin: 0 auto;
}