@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 5vw;
  right: 4%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 11% 6% 15%;
  background: var(--primary-color-extralight);
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 8% 0;
  font-size: var(--font-size-21);
  border-bottom: none;
  display: block;
  text-align: center;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-info {
  text-align: center;
  row-gap: 3rem;
}
#drawer__nav .drawer__nav-info .button--secondary {
  width: 40rem;
}
#drawer__nav .drawer__nav-info .c-contact__button {
  background: var(--accent-color);
  border: none;
  color: var(--color-white);
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-15);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-tel
------------------------*/
.c-tel {
  font-size: var(--font-size-26);
  letter-spacing: 0;
  line-height: 1.1;
  display: block;
}
.c-tel span {
  padding-left: 4rem;
}
.c-tel span::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background-color: var(--accent-color);
  -webkit-mask: url(../img/common/tel_ic.png) center/100% no-repeat;
          mask: url(../img/common/tel_ic.png) center/100% no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
}

/*
# c-worktime
------------------------*/
.c-worktime {
  font-size: var(--font-size-16);
  letter-spacing: 0;
  gap: 0 1rem;
}
.c-worktime .worktime__item {
  width: -moz-fit-content;
  width: fit-content;
}
.c-worktime .worktime__item dt::after {
  content: ":";
  padding: 0 0.3rem;
}

/*
# c-manabi-button
------------------------*/
.c-manabi-button {
  position: relative;
  padding-left: 3rem;
  width: 30rem;
}
.c-manabi-button::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 3.35rem;
  background: url(../img/common/manabi_mind_ic.png) center/100% no-repeat;
  inset: 0 auto 0 8%;
  margin: auto 0;
  z-index: 1;
}

/*
# c-line-button
------------------------*/
.c-line-button {
  min-width: 25.5rem;
  position: relative;
  padding-left: 3rem;
}
.c-line-button::before {
  inset: auto 3% 9% auto;
  color: var(--color-gray);
  font-size: var(--font-size-12);
}
.c-line-button::after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  inset: 0 auto 0 6.5%;
  margin: auto 0;
  background: url(../img/common/sns/LINE_logo.svg) center/100% no-repeat;
  z-index: 1;
}

/*
# c-contact__button
------------------------*/
.c-contact__button {
  position: relative;
  padding-left: 2rem;
}
.c-contact__button::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2rem;
  background: url(../img/common/mail_ic.svg) center/100% no-repeat;
  inset: 0 auto 0 8%;
  margin: auto 0;
  z-index: 1;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

.button--primary {
  border-radius: var(--button-radius-pc);
  min-height: 7.8rem;
  letter-spacing: 0.05em;
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: var(--color-white);
}
.button--primary.bs-icon--arrow-right-short::before {
  right: 7%;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-medium);
}

.button--secondary {
  min-height: 6.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  border-radius: 1rem;
  background: var(--color-white);
  border: 1px solid var(--primary-color);
  min-width: 22rem;
}

/*==========================================
共通タイトル
===========================================*/
.title--primary {
  text-align: center;
  margin-bottom: 7.5rem;
}
.title--primary .title-en,
.title--primary .title-ja {
  display: block;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.title--primary .title-en {
  text-transform: uppercase;
  font-family: var(--font-secondary);
  font-size: var(--font-size-22);
  color: var(--primary-color-light);
  font-weight: var(--font-weight-semibold);
}
.title--primary .title-ja {
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-bold);
}

.title--secondary {
  font-size: var(--font-size-22);
  color: var(--primary-color);
  letter-spacing: 0.06em;
  border-bottom: 1px solid #a5bac5;
  font-weight: var(--font-weight-bold);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  line-height: 1.4;
}
.title--secondary.no-border {
  border-bottom: none;
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.title--tertiary {
  background: var(--primary-color);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  letter-spacing: 0.06em;
  text-align: center;
  padding: 1.5rem 2rem;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.title--tertiary.bg-color-accent {
  background: var(--accent-color);
}
.title--tertiary.bg-color-primary-light {
  background: var(--primary-color-light);
}

/*==========================================
header
===========================================*/
.logo {
  width: 10rem;
}

.l-header {
  height: 14vw;
  padding: 0 5rem;
  z-index: 1001;
}
.l-header__logo {
  position: absolute;
  inset: 0 auto auto 3rem;
}

/*==========================================
mv
===========================================*/
.p-top__mv {
  height: 154vw;
  z-index: 1;
  background: var(--primary-color-extralight);
}
.p-top__mv::before, .p-top__mv::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.p-top__mv::before {
  width: 100%;
  height: 61.4012%;
  inset: 0 0 auto;
  background: var(--primary-color-extralight);
}
.p-top__mv::after {
  width: 100%;
  height: 40%;
  inset: auto 0 0;
  background: url(../img/top/mv_img.jpg) center/cover no-repeat;
}
.p-top__mv-inner {
  width: 55rem;
  margin: 0 auto;
  inset: 25vw 0 auto 0;
  text-align: center;
}
.p-top__mv-catch {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
  font-size: var(--font-size-19);
  letter-spacing: var(--body-letter-spacing);
  line-height: 1.4666666667;
  filter: drop-shadow(5px 5px 25px #fff);
  letter-spacing: 0.1em;
}
.p-top__mv-catch::before, .p-top__mv-catch::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 4rem;
  background: var(--body-font-color);
  bottom: 0;
  border-radius: 3rem;
}
.p-top__mv-catch::before {
  left: -3rem;
  transform: rotate(-40deg);
}
.p-top__mv-catch::after {
  right: -3rem;
  transform: rotate(40deg);
}
.p-top__mv-catch span {
  font-size: var(--font-size-24);
}
.p-top__mv-list {
  gap: 4rem 3vw;
  margin-bottom: 3rem;
}
.p-top__mv-list-item {
  width: 26vw;
  height: 26vw;
  font-size: var(--font-size-17);
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 0px 0.5rem #ccdce4, 0px 0px 0px 1rem var(--primary-color-extralight);
}
.p-top__mv-text {
  font-size: var(--font-size-18);
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
}
.p-top__mv-text strong {
  margin: 0 1rem;
  -webkit-text-fill-color: var(--accent-color);
  font-size: var(--font-size-22);
}

/*==========================================
footer
===========================================*/
.l-footer__inbox {
  padding: 7rem 8%;
}
.l-footer__left {
  gap: 4.5rem 5rem;
  justify-content: center;
  margin-bottom: 13%;
}
.l-footer__logo {
  margin: 0 auto;
}
.l-footer__address {
  width: 100%;
  letter-spacing: 0.05em;
  font-size: var(--font-size-16);
  text-align: center;
}
.l-footer__address .c-worktime {
  font-size: var(--font-size-16);
}
.l-footer__address .c-tel {
  margin: 3rem 0 0;
}
.l-footer__nav-item {
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}
.l-footer__nav-item:last-child {
  margin-bottom: 0;
}
.l-footer__nav-link {
  padding-left: 2rem;
  font-size: var(--font-size-15);
}
.l-footer__nav-link::before {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid var(--accent-color);
  border-right: 2px solid var(--accent-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
.l-footer__nav-link:hover {
  text-decoration: underline;
  transform: translateX(1rem);
}

#copyright {
  word-break: normal;
  text-align: center;
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.sv {
  height: 37rem;
  background: url(../img/sv/sv-base_bg.png) bottom center/100% no-repeat;
}
.sv::before {
  position: absolute;
  content: "";
  width: 36.5rem;
  height: 24rem;
  inset: auto 0 2.3rem auto;
  border-radius: 3rem 0 0 3rem;
}
.sv__title {
  width: 92%;
  margin: 0 auto;
  inset: auto 0 9rem;
  text-align: left;
}
.sv__title .title-en {
  font-size: var(--font-size-18);
}
.sv__title .title-ja {
  font-size: var(--font-size-23);
  display: inline-block;
  filter: drop-shadow(1px 1px 1px var(--color-white));
}

.p-about__sv::before {
  background: url(../../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

.p-service__sv::before {
  background: url(../../img/sv/service-sv_bg.jpg) center/cover no-repeat;
}

.p-support__sv::before {
  background: url(../../img/sv/support-sv_bg.jpg) center/cover no-repeat;
}

.p-company__sv::before {
  background: url(../../img/sv/company-sv_bg.jpg) center/cover no-repeat;
}

.p-faq__sv::before {
  background: url(../../img/sv/faq-sv_bg.jpg) center/cover no-repeat;
}

.p-news__sv::before {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

.p-contact__sv::before {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

.p-complete__sv::before {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

.p-privacy__sv::before {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

.p-site__sv::before {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

.p-e404__sv::before {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

.p-mind__sv {
  padding: 15rem 0 6rem;
  height: auto;
}
.p-mind__sv .sv__title {
  width: 59.5rem;
  margin: 0 auto 3rem;
  text-align: center;
  position: initial;
}
.p-mind__sv .sv__text--mind {
  width: 50rem;
  background: linear-gradient(to bottom, rgb(0, 53, 80) 0%, rgb(8, 98, 143) 50%, rgb(0, 53, 80) 100%);
  inset: auto 0 0 auto;
  font-size: var(--font-size-23);
  text-align: center;
  line-height: 1.7;
  padding: 3rem 0 4rem;
  margin: 0 auto;
  position: relative;
}
.p-mind__sv .sv__text--mind small {
  font-size: var(--font-size-17);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.7rem;
  text-decoration-color: #a5bac5;
}
.p-mind__sv .sv__text--mind span {
  padding: 0 1rem;
  margin-top: 1rem;
  display: inline-block;
}
.p-mind__sv .sv__text--name {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
.p-mind__sv .sv__text--name .color-white {
  width: 27rem;
  margin: 0 auto;
  font-size: var(--font-size-16);
  text-align: center;
  padding: 0 0.5rem;
}
.p-mind__sv .sv__text--name .relative {
  font-size: var(--font-size-22);
}
.p-mind__sv .sv__text--name .relative::before, .p-mind__sv .sv__text--name .relative::after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--accent-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-mind__sv .sv__text--name .relative::before {
  left: -2rem;
}
.p-mind__sv .sv__text--name .relative::after {
  right: -2rem;
}

/*==========================================
top
===========================================*/
/*
# p-top-problems
------------------------*/
.p-top-problems {
  width: 88.5416%;
  margin: 17.5rem auto 10.5rem;
  background: url(../img/top/problems_bg.jpg) center/cover no-repeat;
  padding: 12rem 0;
}
.p-top-problems__inbox {
  padding: 0 5%;
}
.p-top-problems__title {
  margin: 0 auto 4rem;
  text-shadow: var(--color-white) 2px 0px 2px, var(--color-white) -2px 0px 2px, var(--color-white) 0px -2px 2px, var(--color-white) -2px 0px 2px, var(--color-white) 2px 2px 2px, var(--color-white) -2px 2px 2px, var(--color-white) 2px -2px 2px, var(--color-white) -2px -2px 2px, var(--color-white) 1px 2px 2px, var(--color-white) -1px 2px 2px, var(--color-white) 1px -2px 2px, var(--color-white) -1px -2px 2px, var(--color-white) 2px 1px 2px, var(--color-white) -2px 1px 2px, var(--color-white) 2px -1px 2px, var(--color-white) -2px -1px 2px, var(--color-white) 1px 1px 2px, var(--color-white) -1px 1px 2px, var(--color-white) 1px -1px 2px, var(--color-white) -1px -1px 2px;
}
.p-top-problems__title::before {
  position: absolute;
  content: "";
  width: 7.6rem;
  height: 7.9rem;
  background: url(../img/top/problems-ttl_ic.png) center/100% no-repeat;
  inset: -6rem 6rem auto auto;
}
.p-top-problems__title .title-ja {
  font-size: var(--font-size-20);
}
.p-top-problems__text {
  margin-bottom: 6rem;
  font-size: var(--font-size-18);
}
.p-top-problems__list {
  gap: 4rem 4%;
}
.p-top-problems__item {
  width: 48%;
  min-height: 15.1rem;
  border-radius: 1rem 1rem 0 1rem;
  font-size: var(--font-size-17);
  padding: 2.2rem;
  line-height: 1.6666666667;
  background: rgba(var(--color-white-rgb), 0.8);
  box-shadow: 0.6rem 0.6rem rgba(var(--accent-color-rgb), 0.4);
}
.p-top-problems__item::before {
  inset: -1.5rem auto auto -1.5rem;
}

/*
# top-about
------------------------*/
.p-top-about__title::before, .p-top-about__title::after {
  position: absolute;
  content: "";
}
.p-top-about__title::before {
  width: 6.5rem;
  height: 6.4rem;
  inset: -4.5rem auto auto 1rem;
  background: url(../img/top/about-ttl_ic.png) center/100% no-repeat;
}
.p-top-about__title::after {
  width: 4.6rem;
  height: 4.8rem;
  inset: 1rem 0 auto auto;
  background: url(../img/top/about-ttl_dashed.png) center/100% no-repeat;
}
.p-top-about__title .title-ja::first-line {
  font-size: var(--font-size-25);
}
.p-top-about__table th,
.p-top-about__table td {
  width: 50%;
  vertical-align: middle;
  padding: 2rem;
}
.p-top-about__table th {
  font-size: var(--font-size-17);
  text-align: center;
  line-height: 1.4814814815;
  border-bottom: 1px solid var(--color-white);
}
.p-top-about__table td {
  font-size: var(--font-size-19);
  line-height: 1.4473684211;
  border-bottom: 1px solid var(--primary-color);
}
.p-top-about__table td small {
  font-size: var(--font-size-15);
}
.p-top-about__text {
  margin-top: 5.5rem;
  font-size: var(--font-size-18);
  line-height: 1.4615384615;
}
.p-top-about__bottom-content {
  padding: 7rem 0;
  margin-top: 19.5rem;
  position: relative;
  background: linear-gradient(to right, rgb(191, 214, 225) 0%, rgb(235, 241, 244) 100%);
}
.p-top-about__bottom-img {
  margin-bottom: 6rem;
}

/*
# p-top-reason
------------------------*/
.p-top-reason__title {
  padding: 5rem 0;
  margin-bottom: 0;
}
.p-top-reason__title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.4rem 3.65rem 0px 3.65rem;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -3.25rem;
  margin: 0 auto;
}
.p-top-reason__title .title-en {
  color: var(--color-white);
}
.p-top-reason__inbox {
  padding: 9.5rem 8% 12rem;
}
.p-top-reason__card {
  padding: 4rem 3.4rem;
  margin-bottom: 8rem;
}
.p-top-reason__card:last-child {
  margin-bottom: 0;
}
.p-top-reason__card.w-full {
  width: 100%;
  position: relative;
}
.p-top-reason__card.w-full .p-top-reason__card-img {
  margin-bottom: 6rem;
  text-align: center;
}
.p-top-reason__card-title {
  font-size: var(--font-size-22);
  letter-spacing: 0.06em;
  margin-bottom: 4rem;
  line-height: 1.5;
  padding-left: 6.5rem;
}
.p-top-reason__card-title::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 5rem;
  height: 5rem;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-white);
  font-size: var(--font-size-18);
}
.p-top-reason__card-title small {
  font-size: var(--font-size-18);
}

/*
# p-top-service
------------------------*/
.p-top-service {
  padding: 11.5rem 0 11rem;
}
.p-top-service__list {
  gap: 7rem 4%;
}
.p-top-service__card {
  width: 48%;
}
.p-top-service__card.w-full {
  width: 100%;
}
.p-top-service__card.w-full .p-top-service__card-button {
  margin-top: 0;
}
.p-top-service__card-link:hover .p-top-service__card-img img {
  transform: scale(1.05);
}
.p-top-service__card-title {
  padding: 1.5rem 0;
  font-size: var(--font-size-22);
}
.p-top-service__card-img {
  overflow: hidden;
}
.p-top-service__card-img img {
  transition: transform 0.3s ease-in-out;
}
.p-top-service__card-text {
  font-size: var(--font-size-17);
}
.p-top-service__card-button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 6rem;
  margin-top: 3rem;
  font-size: var(--font-size-17);
}
.p-top-service__card-button::before {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: var(--accent-color);
  inset: 0 0 0 auto;
  color: var(--color-white);
}

/*
# p-top-voice
------------------------*/
.p-top-voice {
  padding: 12rem 0 18.5rem;
  background: url(../img/top/voice_bg.png) bottom center/100% no-repeat;
}
.p-top-voice__card {
  width: 100%;
  margin-bottom: 9rem;
  padding: 6rem 4rem 5rem;
  filter: drop-shadow(0 0 5px rgba(var(--body-font-color-rgb), 0.2));
}
.p-top-voice__card::before {
  position: absolute;
  content: "";
  width: 6.275rem;
  height: 4.372rem;
  background: url(../img/top/voice-item_arr.svg) center/100% no-repeat;
  bottom: -5.372rem;
}
.p-top-voice__card:nth-child(odd) {
  box-shadow: -1rem 1rem var(--primary-color-light);
}
.p-top-voice__card:nth-child(odd)::before {
  left: 8rem;
}
.p-top-voice__card:nth-child(even) {
  margin-left: auto;
  box-shadow: 1rem 1rem var(--primary-color-light);
}
.p-top-voice__card:nth-child(even)::before {
  right: 8rem;
  transform: scale(-1, 1);
}
.p-top-voice__card:last-child {
  margin-bottom: 0;
}
.p-top-voice__card-title {
  font-size: var(--font-size-21);
  border-bottom: 1px solid #a5bac5;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}

/*
# p-top-area
------------------------*/
.p-top-area {
  padding: 11rem 4rem 9.5rem;
  background: url(../img/top/area_map.png) center/50rem no-repeat, url(../img/top/area_bg.png) bottom center/cover no-repeat;
}
.p-top-area__inbox {
  padding: 6rem;
  background: rgba(var(--color-white-rgb), 0.5);
}
.p-top-area__text.font-bold {
  font-size: var(--font-size-18);
}
.p-top-area__text.font-bold span {
  font-size: var(--font-size-24);
}

/*
# p-top-contact
------------------------*/
.p-top-contact {
  background: url(../img/top/contact_bg.jpg) center/cover no-repeat;
}
.p-top-contact__title {
  margin-bottom: 4rem;
}
.p-top-contact__title .title-en {
  color: var(--color-white);
}
.p-top-contact__text {
  font-size: var(--font-size-18);
  margin-bottom: 5.5rem;
}
.p-top-contact .c-tel {
  text-align: center;
  color: var(--color-white);
  margin-bottom: 1rem;
}
.p-top-contact .c-tel span::before {
  background-color: var(--color-white);
}
.p-top-contact .c-worktime {
  font-size: var(--font-size-16);
  color: var(--color-white);
  margin-bottom: 4rem;
}
.p-top-contact__buttons {
  gap: 4rem;
  margin-bottom: 5rem;
}
.p-top-contact__button {
  margin-bottom: 4rem;
}
.p-top-contact__button:last-child {
  margin-bottom: 0;
}
.p-top-contact__button .button--secondary {
  width: 42rem;
  margin: 0 auto;
  min-height: 7.8rem;
  background: var(--color-white);
  color: var(--body-font-color);
  border-radius: var(--button-radius-pc);
  font-size: var(--font-size-18);
}
.p-top-contact__button .c-line-button::before {
  display: none;
}
.p-top-contact__button .c-contact__button::before {
  filter: brightness(0) invert(0);
}
.p-top-contact__text--notice {
  font-size: var(--font-size-17);
}

/*
# top-news
------------------------*/
.p-top-news {
  padding: 11.5rem 0 11rem;
}
.p-top-news__headline {
  margin-bottom: 6rem;
}
.p-top-news__button {
  width: 21rem;
  min-height: 6rem;
  font-size: var(--font-size-16);
  padding-right: 3rem;
}
.p-top-news__title {
  text-align: left;
  margin-bottom: 0;
}
.p-top-news__post-list {
  gap: 5rem;
  overflow-x: scroll;
  padding-bottom: 4rem;
}
.p-top-news__post {
  width: 30rem;
}
.p-top-news__post-link {
  row-gap: 0.5rem;
}
.p-top-news__post-link:hover {
  transform: translateY(-1rem);
}
.p-top-news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.p-top-news__post-img {
  width: 100%;
  height: 22rem;
}
.p-top-news__post-date {
  font-size: var(--font-size-16);
}
.p-top-news__post-tags {
  gap: 0.7rem;
  margin-top: 0.5rem;
}
.p-top-news__post-tag {
  font-size: var(--font-size-15);
  padding: 0 1rem;
  line-height: 1.2;
}
.p-top-news__post-title {
  font-size: var(--font-size-18);
}

/*==========================================
about
===========================================*/
/*
# p-about-profile
------------------------*/
.p-about-profile__subtitle span {
  font-size: var(--font-size-18);
  margin-right: 2rem;
  padding: 0.5rem;
}
.p-about-profile__text--lead {
  text-align: center;
  font-size: var(--font-size-22);
  margin-bottom: 4rem;
}
.p-about-profile__img {
  text-align: center;
  margin-bottom: 7rem;
}
.p-about-profile__list {
  margin-top: 7rem;
  padding: 4rem;
}
.p-about-profile__item {
  margin-bottom: 5rem;
}
.p-about-profile__item:last-child {
  margin-bottom: 0;
}
.p-about-profile__item dt {
  padding: 1rem 3rem;
  font-size: var(--font-size-21);
  margin-bottom: 2rem;
  text-align: left;
  justify-content: flex-start;
}

/*
# p-about-theory
------------------------*/
.p-about-theory {
  background: linear-gradient(to bottom, rgb(235, 241, 244) 0%, rgb(191, 214, 225) 100%);
}
.p-about-theory__part {
  margin-bottom: 8rem;
}
.p-about-theory__part:last-child {
  margin-bottom: 0;
}

/*
# p-about-active
------------------------*/
.p-about-active__text {
  margin-bottom: 6rem;
}
.p-about-active__part {
  margin-bottom: 6rem;
  padding: 4rem;
  position: relative;
}
.p-about-active__part:last-child {
  margin-bottom: 0;
}
.p-about-active__part-title {
  margin-bottom: 4rem;
}
.p-about-active__part-imgs {
  gap: 0.1rem;
}
.p-about-active__part-imgs img {
  width: 23rem;
}
.p-about-active__part-img {
  text-align: center;
}
.p-about-active__part-text {
  margin-top: 4rem;
}

/*==========================================
support
===========================================*/
/*
# p-support-about
------------------------*/
.p-support-about__part {
  padding: 6rem 4rem;
}
.p-support-about__part-headline {
  margin-bottom: 6rem;
}
.p-support-about__part-list {
  margin-bottom: 6rem;
}
.p-support-about__part-list .p-support-about__part-item {
  width: 100%;
  padding: 3rem;
  margin-bottom: 5rem;
}
.p-support-about__part-list .p-support-about__part-item:last-child {
  margin-bottom: 0;
}
.p-support-about__part-list .p-support-about__part-item dt {
  font-size: var(--font-size-22);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3rem;
  padding: 2rem;
}
.p-support-about__part-list .p-support-about__part-item dt small {
  font-size: var(--font-size-20);
}
.p-support-about__part-price {
  margin-bottom: 6rem;
}
.p-support-about__part-price-table th,
.p-support-about__part-price-table td {
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: var(--font-size-16);
  vertical-align: middle;
}
.p-support-about__part-price-table th {
  border-left: 1px solid var(--color-white);
  font-size: var(--font-size-18);
}
.p-support-about__part-price-table th:first-child {
  width: 22rem;
  border-left: none;
}
.p-support-about__part-price-table td {
  border-bottom: 1px solid var(--color-gray);
}
.p-support-about__part-price-table td.bg-color-primary-light {
  background: #dce8ee;
}
.p-support-about__part-price-text {
  margin-top: 3rem;
}

/*==========================================
service
===========================================*/
/*
# p-service__wrap
------------------------*/
.p-service__wrap {
  padding: 10rem 4rem;
}

.p-service__part {
  margin-bottom: 10rem;
  padding: 10rem 5rem;
}
.p-service__part:last-child {
  margin-bottom: 0;
}
.p-service__part-inbox {
  padding: 0;
}
.p-service__part-headline {
  margin-bottom: 4rem;
}
.p-service__part-headline-subtitle {
  font-size: var(--font-size-20);
}
.p-service__part-headline-text.bg-color-white {
  padding: 3rem;
  font-size: var(--font-size-18);
  line-height: 1.75;
}
.p-service__part-headline-text.bg-color-white::before {
  inset: -1.5rem auto auto 2.5rem;
}
.p-service__part-headline-img {
  text-align: center;
  margin-bottom: 4rem;
}
.p-service__part-greeting {
  margin-bottom: 4rem;
}
.p-service__part-greeting-title {
  margin-bottom: 2rem;
}
.p-service__part-price-title {
  margin-bottom: 1rem;
}
.p-service__part-price-table th,
.p-service__part-price-table td {
  text-align: center;
  padding: 1.5rem 1rem;
  vertical-align: middle;
  font-size: var(--font-size-15);
}
.p-service__part-price-table th {
  font-size: var(--font-size-16);
  border-left: 1px solid var(--color-white);
}
.p-service__part-price-table th:first-child {
  border-left: none;
}
.p-service__part-price-table tbody tr:nth-child(odd) {
  background: #dce8ee;
}
.p-service__part-price-table tbody tr:nth-child(even) {
  background: var(--color-white);
}
.p-service__part-price-table tbody tr td {
  border-left: 1px solid var(--color-gray);
}
.p-service__part-price-table tbody tr td:first-child {
  border-left: none;
}
.p-service__part-price-table tbody tr td small {
  font-size: var(--font-size-15);
}
.p-service__part-price-text {
  margin-top: 3rem;
}
.p-service__part-price-text .font-bold {
  font-size: var(--font-size-18);
}

/*==========================================
faq
===========================================*/
.p-faq__part {
  padding: 6rem 4rem;
  margin-bottom: 10rem;
}
.p-faq__part:last-child {
  margin-bottom: 0;
}
.p-faq__part-title {
  text-align: center;
  font-size: var(--font-size-25);
  margin-bottom: 6rem;
}
.p-faq__part-item {
  margin-bottom: 4rem;
}
.p-faq__part-item:last-child {
  margin-bottom: 0;
}
.p-faq__part-item-title::before, .p-faq__part-item-content::before {
  position: absolute;
  inset: 1.3rem auto auto 1.7rem;
  line-height: 1.8;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
}
.p-faq__part-item-title {
  text-align: left;
  padding-left: 7rem;
  margin-bottom: 2rem;
}
.p-faq__part-item-title::before {
  content: "Q";
  color: var(--color-white);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  background: var(--accent-color);
}
.p-faq__part-item-content {
  padding: 2rem 2rem 2rem 6.5rem;
}
.p-faq__part-item-content::before {
  content: "A";
  color: var(--primary-color);
  inset: 2rem auto auto 3rem;
}

/*==========================================
mind
===========================================*/
/*
# p-mind-problem
------------------------*/
.p-mind-problem {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(235, 241, 244) 100%);
}
.p-mind-problem__headline {
  padding: 7rem 5rem;
}
.p-mind-problem__headline-title {
  margin-bottom: 4.5rem;
}
.p-mind-problem__headline-title .title-ja {
  font-size: var(--font-size-21);
}
.p-mind-problem__headline-title .title-ja::first-line {
  font-size: var(--font-size-25);
}
.p-mind-problem__worries {
  margin-top: 11rem;
}
.p-mind-problem__worries-title .title-ja {
  font-size: var(--font-size-23);
  margin-bottom: 5rem;
  line-height: 2;
}
.p-mind-problem__worries-title .title-ja span::before {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--primary-color);
  inset: -0.5rem 0 auto;
  margin: 0 auto;
}
.p-mind-problem__worries-card {
  padding: 6rem 2.5rem;
  margin-bottom: 8rem;
}
.p-mind-problem__worries-card:last-child {
  margin-bottom: 0;
}
.p-mind-problem__worries-card-title {
  font-size: var(--font-size-22);
  color: var(--body-font-color);
  text-align: center;
  margin-bottom: 3rem;
}
.p-mind-problem__worries-card-icon {
  width: 16rem;
  margin: 0 auto 3rem;
}
.p-mind-problem__worries-card-list-item {
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.p-mind-problem__worries-card-list-item:last-child {
  margin-bottom: 0;
}
.p-mind-problem__worries-card-list-item::before {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 1.7rem auto auto 0;
}
.p-mind-problem__text {
  margin-top: 6rem;
}

/*
# p-mind-valuable
------------------------*/
.p-mind-valuable {
  background: url(../img/mind/valuable_bg.png) bottom center/100% no-repeat;
}
.p-mind-valuable__img {
  text-align: center;
  margin-bottom: 7rem;
}
.p-mind-valuable__content span {
  font-size: var(--font-size-19);
}

/*
# p-mind-training
------------------------*/
.p-mind-training__list-item {
  width: 45rem;
  padding: 2rem;
  text-align: center;
  margin: 0 auto 5rem;
}
.p-mind-training__list-item:last-child {
  margin-bottom: 0;
}
.p-mind-training__list-item-title {
  font-size: var(--font-size-20);
  margin-bottom: 0.5rem;
}
.p-mind-training__list-item-title span {
  padding-left: 3.5rem;
}
.p-mind-training__list-item-title span::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  inset: 0 auto 0 0;
  margin: auto 0;
}
.p-mind-training__list-item--relation .p-mind-training__list-item-title span::before {
  background: url(../img/mind/training-relation_ic.svg) center/100% no-repeat;
}
.p-mind-training__list-item--health .p-mind-training__list-item-title span::before {
  background: url(../img/mind/training-health_ic.svg) center/100% no-repeat;
}
.p-mind-training__list-item--mind .p-mind-training__list-item-title span::before {
  background: url(../img/mind/training-mind_ic.svg) center/100% no-repeat;
}
.p-mind-training__list-item--resilience .p-mind-training__list-item-title span::before {
  background: url(../img/mind/training-resilience_ic.svg) center/100% no-repeat;
}
.p-mind-training__list-item--management .p-mind-training__list-item-title span::before {
  background: url(../img/mind/training-management_ic.svg) center/100% no-repeat;
}
.p-mind-training__exclude {
  margin-top: 6rem;
  padding: 4rem;
}

/*
# p-mind-training-books
------------------------*/
.p-mind-training-books {
  padding-inline: 5rem;
}
.p-mind-training-books__inbox {
  padding: 6rem 5rem;
}
.p-mind-training-books__title .title-ja {
  font-size: var(--font-size-30);
}
.p-mind-training-books__content-title {
  font-size: var(--font-size-20);
}
.p-mind-training-books__img {
  text-align: center;
  margin-bottom: 5rem;
}

/*
# p-mind-profile
------------------------*/
.p-mind-profile {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(235, 241, 244) 100%);
}
.p-mind-profile__headline-img {
  text-align: center;
  margin-bottom: 6rem;
}
.p-mind-profile__part {
  margin-top: 6rem;
  padding: 4rem;
}
.p-mind-profile__part-list-item .color-blue {
  text-decoration: underline;
}
.p-mind-profile__part-list-item .color-blue:hover {
  transform: scale(0.975);
}
.p-mind-profile__part-list-item:not(:has(.color-blue))::before {
  content: "・";
}

/*
# p-mind-blog
------------------------*/
.p-mind-blog__list {
  gap: 6rem;
  overflow-x: scroll;
  padding-bottom: 4rem;
}
.p-mind-blog__list-item {
  width: 30rem;
}
.p-mind-blog__list-item-link {
  gap: 1rem;
}
.p-mind-blog__list-item-link:hover {
  transform: translateY(-1rem);
}
.p-mind-blog__list-item-img {
  height: 25rem;
}
.p-mind-blog__list-item-title {
  font-size: var(--font-size-18);
  line-height: 1.6666666667;
}
.p-mind-blog__list-item-date {
  font-size: var(--font-size-14);
  padding-left: 2rem;
}
.p-mind-blog__list-item-date::before {
  color: var(--primary-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
.p-mind-blog__list-item-tags {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-14);
  gap: 0.5rem;
  padding-left: 1.7rem;
}
.p-mind-blog__list-item-tags::before {
  color: var(--primary-color);
  inset: 0.6rem auto auto 0;
}

/*==========================================
company
===========================================*/
.p-company-info__table {
  margin-bottom: 6rem;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  width: 70%;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
.p-contact__form {
  margin-bottom: 15%;
}
.p-contact__form-item .p-contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
.p-contact__form-item .p-contact__form-input {
  padding: 3% 0;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list li {
  margin-bottom: 5%;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list li:last-child {
  margin-bottom: 0;
}
.p-contact__form-item .p-contact__form-input textarea {
  height: 37vw;
}
.p-contact__form-item.p-contact__form-privacy .p-contact__form-label {
  text-align: left;
}
.p-contact__form-value {
  padding: 3%;
}
.p-contact__form-select {
  width: 50%;
  position: relative;
}
.p-contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
.p-contact__form-select select {
  padding: 6% 7% 6% 4%;
}
.p-contact__form #pc01,
.p-contact__form #pc02 {
  width: 95px;
}
.p-contact__form #date1,
.p-contact__form #date2,
.p-contact__form #date3 {
  width: 73%;
}
.p-contact__form #address {
  margin-top: 4%;
}
.p-contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
.p-contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
.p-contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
.p-contact .p-contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-check {
  width: 75%;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-back {
  width: 52%;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-send {
  width: 40%;
}
.p-contact input[type=button],
.p-contact input[type=submit],
.p-contact .contact-submits-wrap button {
  padding: 6% 2%;
}
.p-contact input[type=submit],
.p-contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
.p-privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
.p-privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
.p-sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/