*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

html {
  line-height: 1.448;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
}

article {
  overflow: hidden;
}

a {
  transition: 0.3s;
  color: #111;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
}

.text-karitori {
  width: 18.3rem;
  height: auto;
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #5687D5;
  transition:
    padding 0.5s,
    background-color 0.5s;
}

.l-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1152px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 2.5rem 0 2.2rem;
}

.l-header.transform {
  background: #5687D5;
}

.l-header__logo {
  width: 10.5rem;
  height: auto;
}

.l-header__nav {
  -moz-column-gap: 2rem;
  display: flex;
  column-gap: 2rem;
  align-items: center;
}

.l-header__list {
  -moz-column-gap: 1.5rem;
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}

.l-header__item a {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 4.7857142857;
  letter-spacing: 0em;
  color: #fff;
}

.l-header__item a:hover {
  opacity: 0.7;
}

.l-header__btn a {
  display: inline-block;
  position: relative;
  background: transparent linear-gradient(0deg, #FF531D 0%, #FAB32C 100%) 0% 0% no-repeat padding-box;
  box-shadow: 2px 2px 8px #00000029;
  border-radius: 26px;
  padding: 1.1rem 2.9rem 1.15rem 2.9rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}

.l-header__btn a:hover {
  opacity: 0.7;
}

.l-header__spNav {
  display: flex;
  position: fixed;
  top: 1.5rem;
  right: 2.9rem;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  gap: 2.4rem;
}

.l-drawer__icon .bar-wrap {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  aspect-ratio: 5/3;
  width: 4.7rem;
  height: auto;
}

.l-drawer__icon .bar {
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 9999px;
  height: 0.5208rem;
}

.l-drawer__icon .bar1 {
  width: 100%;
}

.l-drawer__icon .bar2 {
  width: 100%;
}

.l-drawer__icon .bar3 {
  width: 100%;
}

.l-drawer__icon.js-open .bar1 {
  transform: translateY(1.2rem) rotate(50deg);
  width: 100%;
}

.l-drawer__icon.js-open .bar2 {
  display: none;
}

.l-drawer__icon.js-open .bar3 {
  transform: translateY(-1rem) rotate(-50deg);
  width: 100%;
}

.tel_link {
  position: relative;
}
.tel_link .tel_img {
  width: 4rem;
}
.tel_link .tel_number {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
}

.l-drawer__menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  padding: 7rem 4rem 6.4rem 5rem;
  width: 67%;
  height: auto;
}

.l-drawer__list {
  margin-top: 4.125rem;
  text-align: left;
}

.l-drawer__item:not(:last-of-type) {
  margin-bottom: 3.9rem;
}

.l-drawer__item a {
  color: #111;
  font-weight: 700;
  font-size: 2.0833rem;
  line-height: 1;
  letter-spacing: -0.01em;
}

.l-drawer__btn-wrap {
  margin-top: 3.2rem;
}

.l-drawer__btn-wrap .l-header__btn a {
  padding: 1.5rem 2.9rem 1.5rem 2.9rem;
  width: 22.5rem;
  font-size: 2.0833rem;
  text-align: center;
  color: #fff;
}

.l-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 2.5rem;
  width: 100%;
  max-width: 1152px;
  height: inherit;
}

.m-inner {
  margin: 0 auto;
  padding: 0 10rem;
  width: 100%;
  max-width: 1262px;
}

.l-sv {
  padding: 2rem 0;
  overflow: hidden;
}

.l-sv .top-swiper {
  position: relative;
}

.l-sv .top-swiper .swiper-wrapper {
  position: relative;
  transition-timing-function: linear;
}

.l-sv .top-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.l-sv .top-swiper .swiper-wrapper .swiper-slide .l-sv__logo-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.625rem 0;
  height: 7.5rem;
  justify-content: center;
  align-items: center;
  max-width: none;
}

.l-sv
  .top-swiper
  .swiper-wrapper
  .swiper-slide
  .l-sv__logo-list
  .l-sv__logo-item {
  width: 9.375rem;
  max-width: fit-content;
}

.l-sv
  .top-swiper
  .swiper-wrapper
  .swiper-slide
  .l-sv__logo-list
  .l-sv__logo-item._small {
  width: 6.375rem;
  max-width: fit-content;
}

.l-sv
  .top-swiper
  .swiper-wrapper
  .swiper-slide
  .l-sv__logo-list
  .l-sv__logo-item
  img {
  height: 100%;
  object-fit: contain;
}

.l-footer {
  padding: 3.9rem 0;
}

.l-footer__wrap {
  display: flex;
  justify-content: space-between;
}

.l-footer__logo {
  width: 9.625rem;
  height: auto;
}

.l-footer__address {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1rem;
}

.l-footer__address .link span {
  text-decoration: underline;
}

.l-footer__right {
  text-align: right;
}

.l-footer__right .to-top {
  position: absolute;
  top: -3px;
  right: 2rem;
  display: inline-block;
  margin-left: auto;
  aspect-ratio: 1;
  width: 4.4rem;
  height: auto;
}

.fix {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  right: 0;
  bottom: 1.5rem;
  z-index: 9999;
  padding-right: 1.25rem;
}

.l-footer__fix-btn {
  border-radius: 1rem;
  border: 1px solid #5687D5;
  box-shadow: 2px 2px 8px 0px #00000029;
  width: 19rem;
  height: auto;
  cursor: pointer;
}

.l-footer__fix-btn .head {
  background: #5687D5;
  border-radius: 1rem 1rem 0 0;
  padding: 0.6rem;
  text-align: center;
}

.l-footer__fix-btn .head .text {
  margin-top: 0.3rem;
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
}

.l-footer__fix-btn .head .limit {
  background: #fbf9f9;
  width: 7.625rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.125rem;
}

.l-footer__fix-btn .head .limit .red {
  margin-right: 0.2rem;
  font-family: "Helvetica Neue";
  font-size: 1.75rem;
  background: linear-gradient(180deg, #5687D5 0%, #5687D5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-footer__fix-btn .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 0.6rem;
  text-align: center;
}

.l-footer__fix-btn .bottom .red-bold {
  font-family: "Helvetica Neue";
  font-size: 2rem;
  margin-right: 0.3rem;
  font-weight: 900;
  background: linear-gradient(180deg, #5687D5 0%, #5687D5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-footer__fix-btn .bottom .text {
  margin-top: 0.1rem;
  font-weight: 900;
  font-size: 1.25rem;
  background: linear-gradient(180deg, #5687D5 0%, #5687D5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-footer__fix-btn .bottom .arrow {
  width: 0.875rem;
  margin-left: 0.2rem;
}

.l-footer__fix-btn .bottom .limit-img {
  width: 2.125rem;
  height: 2.4375rem;
  margin-right: 0.2rem;
}

.p-fv {
  position: relative;
  /* background: #fafafa; */
  padding-top: 4.8rem;
  padding-bottom: 1rem;
  z-index: 1;
  background: url(../img/fv-bg.png) center/cover no-repeat;
}

.p-fv-cnt-wrap-pc {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.p-fv-cnt-wrap-pc__h1 {
  max-width: 1152px;
}

.p-fv-sp {
  position: relative;
  padding: 8rem 1rem 0;
  background: url(../img/fv-bg-sp.png) center/cover no-repeat;
}

.p-fv-sp-cnt-wrap__h1 {
  display: flex;
  justify-content: center;
}

/* .p-fv::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../img/fv_bg_deco.svg) no-repeat top / contain;
  width: 42.5%;
  height: 100%;
  content: "";
} */

.p-fv__title {
  position: relative;
  top: 0;
  left: -0.5rem;
  width: 82.8%;
}

.p-fv__wrap {
  display: flex;
  gap: 10.95rem;
  margin-top: 0.7rem;
}

.p-fv__text-wrap {
  width: 53%;
}

.p-fv__text {
  margin-bottom: 3.75rem;
  max-width: 100%;
}

.p-fv__text-main {
  margin-bottom: 0.8rem;
  font-weight: 900;
  font-size: 2rem;
  white-space: nowrap;
}

.p-fv__text-main span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-fv__text-main span.line1::before {
  position: absolute;
  bottom: 0.2rem;
  right: 0.5rem;
  content: "";
  width: 23.4rem;
  height: 8px;
  background: #f5a01680;
  z-index: -1;
}

.p-fv__text-sub {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.488;
  white-space: nowrap;
}

.p-fv__text-sub span {
  padding: 0 0.25rem;
}

.p-fv__icon-wrap {
  -moz-column-gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.25rem;
}

.p-fv__icon-item {
  position: relative;
  border-radius: 4px;
  background: #d82e2e;
  box-shadow: 2px 4px 8px 0px #00000029;
  padding: 2.5rem 0 1.6rem;
}

.p-fv__icon-item .icon {
  position: absolute;
  top: -2.2rem;
  left: 51%;
  transform: translateX(-51%);
  width: 4.3rem;
  height: auto;
  aspect-ratio: 1;
}

.p-fv__icon-item .text {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
}
.p-fv__icon-item .text.pt {
  padding-left: 0.2rem;
}

.p-fv__icon-item .text.pt .num {
  margin: 0 0.2rem;
}

.p-fv__icon-item .text.pt2 {
  margin-top: 0.5rem;
}

.p-fv__icon-item .text.pt2 .accent {
  letter-spacing: 0em;
}

.p-fv__icon-item .text.pt3 .num {
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-fv__icon-item .text.pt3 {
  margin-left: 0.2rem;
}

.p-fv__icon-item .text .accent {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.2;
}

.p-fv__icon-item .text .accent-small {
  font-weight: 900;
  font-size: 1.125rem;
}

.p-fv__icon-item .text .num {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 2.5rem;
}

.p-fv__img {
  position: relative;
  width: 15.37rem;
  height: 21.828rem;
  aspect-ratio: 1;
  z-index: 1;
}

.p-fv__img::before {
  content: "";
  position: absolute;
  background: url(../img/fv_illust2.svg) no-repeat center / contain;
  width: 33.5rem;
  height: 22.4rem;
  top: -27%;
  left: -73%;
}

.p-fv__img::after {
  content: "";
  position: absolute;
  background: url(../img/fv_illust3.svg) no-repeat center bottom/ contain;
  width: 24.3rem;
  height: 3.68rem;
  left: -19%;
  bottom: -4%;
  z-index: -1;
}

.p-fv__contact {
  /* background: url(../img/fv_bg-bottom.svg) no-repeat center/cover; */
  width: 100%;
  height: 100%;
  padding-top: 0.2rem;
}

.btn-wrap .title {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

.btn-wrap .title span {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2.5rem;
  padding: 0 0.2rem;
}

.btn-wrap .title::before {
  content: "";
  position: absolute;
  background: url(../img/contact_deco_right.svg) no-repeat center/contain;
  top: 32%;
  left: 59%;
  width: 0.84rem;
  height: 2rem;
}

.btn-wrap .title::after {
  content: "";
  position: absolute;
  background: url(../img/contact_deco_left.svg) no-repeat center/contain;
  top: 32%;
  right: 59%;
  width: 0.84rem;
  height: 2rem;
}

.btn-wrap {
  text-align: center;
}

.btn-wrap .btn a {
  display: inline-block;
  position: relative;
  padding: 1.1rem 0;
  width: 33rem;
  max-width: 100%;
  background: transparent linear-gradient(0deg, #FF531D 0%, #FAB32C 100%) 0% 0% no-repeat padding-box;
  box-shadow: 2px 2px 8px #00000029;
  border-radius: 35px;
  overflow: hidden;
}

.btn-wrap .btn a span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding-right: 1.7rem;
}

.btn-wrap .btn a span::after {
  content: "";
  background: url(../img/thanks_arrow.svg) no-repeat center / contain;
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 1.125rem;
  height: 1.125rem;
}

.btn-wrap .btn a.contact {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.p-company {
  padding-top: 3rem;
}

.p-company__head {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.p-company__container {
  text-align: center;
}
.p-company__list {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.p-company__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ECF3FF;
  padding: 0 3rem;
  margin-top: 0.5rem;
}

.p-company__item-text {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-company__item-text::before {
  position: absolute;
  bottom: 1.2rem;
  left: -0.2rem;
  content: "";
  width: 100%;
  height: 8px;
  background: #FFFA4A;
  z-index: -1;
}

.p-company__item .num {
  /* padding-right: 0.3rem; */
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 4.5rem;
  color: #FF531D;
  /* letter-spacing: -0.001em; */
}

.p-company__text {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.p-company__text span {
  font-size: 0.8rem;
}

.p-worry {
  padding: 4.9rem 0 4.6rem;
}

.p-worry__title {
  position: relative;
  padding-right: 3.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.5;
}

.p-worry-title-strong {
  color: #ff531c;
}

/* .p-worry__title::after {
    position: absolute;
    top: -26%;
    right: 21.3%;
    content: url(../img/sec_title_deco.svg);
} */

.p-worry__img {
  width: 100%;
  height: auto;
  margin-top: 3rem;
}

.p-about {
  position: relative;
  /* background: #edaeae1a; */
  padding-bottom: 6rem;
}

.p-about::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #fff;
  width: 100%;
  height: 33.5rem;
  content: "";
}

.p-about__title {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
  gap: 10px;
}

.p-about__title p {
  margin-top: -5px;
  display: flex;
  align-items: end;
}

.p-about__title p span {
  margin-left: -0.3rem;
}

.p-about__title .text-karitori {
  width: 18.135rem;
  height: auto;
  margin-bottom: -3px;
}

.p-about__remark {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
}

.p-about__contents {
  position: relative;
  z-index: 2;
  border-radius: 1.25rem;
  background: #ffffff;
  border: 2px solid #707070;
  box-shadow: 4px 4px 10px 0px #d82e2e1a;
  padding: 2.4rem 2.5rem 1.8rem 2.5rem;
  margin-top: 2.5rem;
}

.p-about__contents .contents-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-about__contents .contents-wrap-inner {
  display: flex;
  align-items: center;
}

.p-about__contents .contents-wrap .arrow-wrap {
  display: flex;
  flex-direction: column;
  gap: 6.8rem;
  width: 15%;
  padding-top: 1rem;
  text-align: center;
}

.p-about__contents .contents-wrap .arrow-left {
  position: relative;
  background: linear-gradient(180deg, #f63434 0%, #d82e2e 100%);
  background: -webkit-linear-gradient(180deg, #f63434 0%, #d82e2e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 1.75rem;
}

.p-about__contents .contents-wrap .arrow-left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -80%;
  background: url(../img/about_arrow_left.svg) no-repeat center/contain;
  width: 100%;
  height: 100%;
}

.p-about__contents .contents-wrap .arrow-right {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
}

.p-about__contents .contents-wrap .arrow-right::after {
  content: "";
  position: absolute;
  top: -118%;
  left: 0;
  background: url(../img/about_arrow_right.svg) no-repeat center/contain;
  width: 100%;
  height: 100%;
}

.p-about__contents .contents-wrap .img-wrap {
  position: relative;
}

.p-about__contents .contents-wrap .client {
  padding-left: 2rem;
}

.p-about__contents .contents-wrap .client .img-wrap {
  width: 11.5rem;
  margin-top: -1rem;
}

.p-about__contents .contents-wrap .client .img-wrap .name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  border-radius: 9999px;
  width: 16.125rem;
  padding: 0.6rem 1rem;
  font-weight: 700;
  font-size: 1.25rem;
}

.p-about__contents .contents-wrap .director {
  display: flex;
  gap: 0.9rem;
  background: #edaeae33;
  border-radius: 10px;
  width: 56%;
  padding: 1.4rem 1.4rem 2rem 1.5rem;
}

.p-about__contents .contents-wrap .director .img-wrap {
  width: 15rem;
}

.p-about__contents .contents-wrap .director .img-wrap .name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  width: 16.125rem;
  padding: 0.6rem 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #d82e2e;
}

.p-about__contents .contents-wrap .director .list li {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 1.25rem;
  padding-left: 2rem;
}

.p-about__contents .contents-wrap .director .list li:first-child {
  margin-top: 0.6rem;
}

.p-about__contents .contents-wrap .director .list li::before {
  content: "";
  position: absolute;
  background: url(../img/about_list_icon.svg) no-repeat center/contain;
  top: 0;
  left: 0;
  width: 13%;
  height: 100%;
}

.p-about__contents-text {
  margin-top: 2.3rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0em;
  text-align: center;
}

.p-about__contents-text .bold {
  font-weight: 700;
  font-size: 1.5rem;
}

.p-about__contents-text span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-about__contents-text span.line1 {
    display: inline;
    background: linear-gradient(transparent 70%, #FFFA4A 0%);
    z-index: -1;
}

.p-strengths {
  background: #ECF3FF;
  padding-bottom: 3.6rem;
}

.p-strengths__title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-strengths__title .small {
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 0.8rem;
  /* margin-left: -0.4rem; */
}

.p-strengths__title .base {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-strengths__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.6rem;
}

.p-strengths__item {
  display: flex;
  gap: 1.25rem;
}

.p-strengths__item-wrap {
  display: flex;
  gap: 1.25rem;
  width: 100%;
}

.p-strengths__item-num img {
  width: 4.4375rem;
}

.p-strengths__item-head {
  background: #D5E3F9;
  width: 55%;
  /* height: 5.375rem; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.p-strengths__item-head .title {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}

.p-strengths__item-body {
  width: 100%;
  background: #fff;
  padding: 1.2rem;
}

.p-strengths__item-body .text {
  font-weight: 400;
  font-size: 1rem;
}

.p-strengths__contact {
  margin-top: 2rem;
}

.p-strengths__contact .btn {
  margin-top: 0.4rem;
}

.p-strengths__contact .btn-wrap .title::before {
  background: url(../img/contact_deco_right.svg) no-repeat
    center/contain;
}

.p-strengths__contact .btn-wrap .title::after {
  background: url(../img/contact_deco_left.svg) no-repeat
    center/contain;
}

.p-scope {
  background: #fff;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.p-scope__title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-scope__title .small {
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 0.8rem;
  /* margin-left: -0.4rem; */
}

.p-scope__title .base {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-scope__text {
  margin-top: 1.2rem;
  margin-bottom: 2.5rem;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
}

.p-scope__text.deco {
  position: relative;
  margin: 0 auto;
  margin-top: 2.5rem;
  margin-bottom: 2.7rem;
  width: 60%;
}

.p-scope__text .deco {
  font-weight: 700;
  font-size: 1.125rem;
}

.p-scope__text .deco::before {
  content: "";
  background: url(../img/scope_contact_deco_left.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -4.5%;
  width: 1.5rem;
  height: 3.569rem;
}

.p-scope__text .deco::after {
  content: "";
  background: url(../img/scope_contact_deco_left.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -4.5%;
  width: 1.5rem;
  height: 3.569rem;
  transform: scale(-1, 1);
}

.p-scope__item-wrap {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.p-scope__item {
  width: calc(100% / 3);
  background: #F3F8FE;
  padding: 2.5rem 1.25rem;
}

.p-scope__item-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}

.p-scope__item-head .title {
  font-weight: 700;
  font-size: 1.5rem;
}

.p-scope__item-body {
  margin-top: 1rem;
}

.p-scope__item-body .text {
  font-weight: 400;
  font-size: 1rem;
}

.p-scope__item-body .text .red {
  font-weight: 700;
  color: #d82e2e;
}

.p-example {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.p-example__title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-example__title .small {
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 0.8rem;
  /* margin-left: -0.4rem; */
}

.p-example__title .base {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-example__container {
  position: relative;
  margin-top: 2.3rem;
  /* padding-bottom: 3rem; */
  overflow: hidden;
}

.p-example .swiper-button-prev {
  left: 18%;
}

.p-example .swiper-button-next {
  right: 18%;
}

.p-example .swiper-button-prev,
.p-example .swiper-button-next {
  top: 44%;
  width: 3.75rem;
  height: 3.75rem;
}

.p-example .swiper-button-prev::after,
.p-example .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
}

.p-example .swiper-button-prev::after {
  background-image: url(../img/example_swiper_prev.svg);
}

.p-example .swiper-button-next::after {
  background-image: url(../img/example_swiper_next.svg);
}

.p-example .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}

.p-example .swiper-pagination-bullet {
  background: #ccc;
  box-shadow: 2px 2px 4px 0px #00000029 inset;
  opacity: 1;
}

.p-example .swiper-pagination-bullet-active {
  background: #5687D5;
  box-shadow: none;
  opacity: 1;
}

.p-example .swiper-pagination {
  /* bottom: 22.8rem; */
  bottom: 0;
}

.p-example .swiper-slide {
  opacity: 0.5;
  transition: 0.5s;
  /* height: auto; */
}

.p-example .p-example__slide {
  height: 100%;
}

.p-example .swiper-slide-active {
  opacity: 1;
  z-index: 1;
}

.p-example .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 526 / 295.875;
}

.p-example__slide .video.img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}

.p-example__item-wrap {
  height: 100%;
  background: #F3F8FF;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 4px 4px 16px 0px #0000000f;
  padding: 1.5rem;
  margin-bottom: 3rem;
}

.p-example__item-wrap .title {
  margin-bottom: 0.9rem;
  text-align: center;
}

.p-example__item-wrap .title .main {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
}

.p-example__item-wrap .title .main .left {
  background: #fff;
  padding: 0.3rem 0.5rem;
  color: #5687D5;
  white-space: nowrap;
}

.p-example__item-wrap .title .main .right {
  background: #5687D5;
  padding: 0.3rem 0.5rem;
  color: #fff;
}

.p-example__item-wrap .title .sub {
  padding-left: 1.2rem;
  margin-top: 0.6rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #5687D5;
}

.p-example__item-wrap .item {
  margin-bottom: 0.5rem;
}

.p-example__item-wrap .item-last {
  margin-bottom: 0;
}

.p-example__item-wrap .item .head,
.p-consultant .item .head {
  background: #D5E3F9;
  padding: 0.2rem 0.5rem;
  font-weight: 700;
  font-size: 1rem;
}

.p-example__item-wrap .item .detail,
.p-consultant .item .detail {
  background: #fff;
  padding: 0.3rem 0.5rem;
  font-weight: 400;
  font-size: 1rem;
}

.p-example__others {
  margin-top: 0.8rem;
}

.p-example__others-head {
  background: #e06666;
  width: 23.5rem;
  padding: 1.2rem;
  margin: 0 auto;
}

.p-example__others-head .text {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}

.p-example__others-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1.25rem;
  margin-top: 2.5rem;
}

.p-example__others-content .item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px #0000001a;
  padding: 1rem;
}

.p-example__others-content .item .icon {
  width: 3rem;
  height: 3rem;
}

.p-example__others-content .item .text {
  font-weight: 700;
  font-size: 1rem;
}

.p-basis {
  background: #f7f7f7;
  padding-top: 6rem;
  padding-bottom: 4rem;
  margin-bottom: 4.6rem;
}

.p-basis__title {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.01em;
  text-align: center;
}

.p-basis__title .text-karitori {
  margin-bottom: 0.7rem;
}

.p-basis__title .small {
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0 -0.7rem;
}

.p-basis__title .base {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-basis__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.7rem;
}

.p-basis__item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.p-basis__item-reverse {
  flex-direction: row-reverse;
}

.p-basis__item-img {
  flex: 1;
}

.p-basis__item-text {
  flex: 2;
}

.p-basis__item-text .head {
  font-weight: 700;
  font-size: 1.5rem;
}

.p-basis__item-text .head span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-basis__item-text .head span.line1::before {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #FFFA4A;
  z-index: -1;
}

.p-basis__item-text .detail {
  margin-top: 1.125rem;
  font-weight: 400;
  font-size: 1rem;
}

.p-price {
  padding-top: 2rem;
  padding-bottom: 4.8rem;
}

.p-price__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}

.p-price__trial {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.125rem;
  width: 100%;
}

.p-price__trial-left {
  background: #5687D5;
  width: 30rem;
  padding: 1.2rem 1.2rem 1.22rem 1.2rem;
}

.p-price__trial-left .text {
  margin-top: 0.7rem;
  font-weight: 900;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
}

.p-price__trial-left .limit {
  background: #fff;
  width: fit-content;
  padding: 0.4rem 0.9rem 0.4rem 0.7rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
}

.p-price__trial-left .red {
  background: linear-gradient(180deg, #5687D5 0%, #5687D5 100%);
  background: -webkit-linear-gradient(180deg, #5687D5 0%, #5687D5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Helvetica Neue";
  font-size: 4rem;
  padding-right: 0.4rem;
}

.p-price__trial-right {
  width: 37rem;
}

.p-price__trial-right .text {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
}

.p-price__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.125rem 4rem;
  margin: 0 auto;
  justify-content: center;
  margin-top: 2.5rem;
  width: 85%;
}

.p-price__item {
  display: flex;
  align-items: center;
  background: #F3F8FE;
  border-radius: 1rem;
  gap: 1.5rem;
  padding: 0.9rem 1.5rem 0.8rem 1.5rem;
}

.p-price__item .item-text {
  font-weight: 700;
  font-size: 1.125rem;
  white-space: nowrap;
}

.p-price__item .item-text .detail .num {
  font-family: "Helvetica Neue";
  font-size: 2.5rem;
}

.p-price__item .item-text .detail .unit {
  letter-spacing: 0.2em;
}

.p-price__caution {
  font-size: 1rem;
  text-align: center;
  margin-top: 2.3rem;
}

.p-flow {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4.8rem;
}

.p-flow__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}

.p-flow__wrap {
  -moz-column-gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1.25rem;
  margin-top: 3rem;
}

.p-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 4px 4px 10px 0px #0000001a;
  padding: 1rem 0.5rem;
}

.p-flow__item .num-arrow {
  width: 10rem;
  height: 1.9375rem;
}

.p-flow__item .icon {
  height: 5rem;
  padding-top: 0.6rem;
  order: 2;
}

.p-flow__item .icon img {
  height: 3.75rem;
}

.p-flow__item .icon1 img {
  width: 3.25rem;
}

.p-flow__item .icon2 img {
  width: 3.5625rem;
}

.p-flow__item .icon3 img {
  width: 1.9375rem;
}

.p-flow__item .icon4 img {
  width: 4.75rem;
}

.p-flow__item .icon5 img {
  width: 2.8125rem;
  height: 3.875rem;
}

.p-flow__item .text-wrap {
  display: contents;
}

.p-flow__item .head {
  margin-top: 0.7rem;
  margin-bottom: 0.6rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  order: 1;
}

.p-flow__item .text {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  order: 3;
}

.p-flow__arrow-wrap {
  display: flex;
  margin-top: 2.6rem;
}

.p-flow__arrow-wrap .arrow {
  padding: 0.9rem 0 0.7rem 0;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.p-flow__arrow-wrap .arrow-1 {
  background: #D5E3F9;
  width: 62%;
}

.p-flow__arrow-wrap .arrow-2 {
  position: relative;
  background: #5687D5;
  width: 38%;
  color: #fff;
}

.p-flow__arrow-wrap .arrow-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 0;
  height: 0;
  border-right: 1rem solid #5687D5;
  border-top: 3.13rem solid transparent;
}

.p-flow__arrow-text {
  margin-top: 1.4rem;
  text-align: center;
}

.p-flow__arrow-text p {
  font-weight: 700;
  font-size: 1.5rem;
}

.p-flow__arrow-text p .red {
  color: #FF531C;
}

.p-faq {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.p-faq__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}

.p-faq__container {
  margin-top: 3.2rem;
}

.p-faq__row {
  border: 1px solid #5687D5;
  border-radius: 20px;
}

.p-faq__row:not(:last-of-type) {
  margin-bottom: 1.45rem;
}

.p-faq__question {
  background: #D5E3F9;
  border-radius: 20px 20px 0 0;
  height: 5rem;
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
}

.p-faq__question .text {
  padding-left: 1.25rem;
  font-weight: 700;
  font-size: 1rem;
}

.p-faq__answer {
  background: #fff;
  border-radius: 0 0 20px 20px;
  max-height: 5.375rem;
  display: flex;
  align-items: center;
  padding: 1.2rem 2.5rem;
}

.p-faq__answer .text {
  padding-left: 1.25rem;
  font-weight: 500;
  font-size: 1rem;
}

.p-faq__answer .text .small {
  font-family: "Helvetica Neue";
  font-weight: 400;
}

.p-faq__answer .icon,
.p-faq__question .icon {
  width: 2.5rem;
  aspect-ratio: 1;
}

.p-form {
  background: #f5f5f5;
  padding-top: 6.7rem;
  padding-bottom: 4rem;
}

.p-form__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}

.p-form__wrap {
  margin: 0 auto;
  margin-top: 3.2rem;
  max-width: 61.2rem;
}

.p-form__table {
  width: 100%;
}

.p-form__table .row {
  display: flex;
}

.p-form__table .row:not(:last-of-type) {
  margin-bottom: 2.6rem;
}

.p-form__table p {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  padding-left: 4rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
}

.p-form__table p .required {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 4px;
  background: #d82e2e;
  padding: 0.3rem 0.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-form__table p .optional {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 4px;
  background: #808080;
  padding: 0.3rem 0.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-form__table input:not([type="radio"]),
.p-form__table textarea {
  outline: none;
  border: none;
  border-radius: 4px;
  background: #fff;
  padding: 0.9375rem 1.25rem;
  width: 44.25rem;
  font-weight: 400;
  font-size: 1rem;
}

.p-form__table input::-moz-placeholder,
.p-form__table textarea::-moz-placeholder {
  color: #cccccccc;
  font-weight: 400;
  font-size: 1rem;
}

.p-form__table input::placeholder,
.p-form__table textarea::placeholder {
  color: #cccccccc;
  font-weight: 400;
  font-size: 1rem;
}

.p-form__table textarea {
  height: 6.25rem;
  resize: none;
}

.p-form__table .btn {
  position: relative;
  margin: auto;
  width: 32.875rem;
}

.p-form__table .btn::after {
  position: absolute;
  top: 50%;
  right: 38%;
  transform: translateY(-50%);
  background: url(../img/form_arrow.svg) no-repeat center center/cover;
  width: 1.5rem;
  height: 1.6875rem;
  content: "";
}

.p-form__table .submit-row {
  margin-top: 3.8rem;
}

.p-form__table input[type="submit"] {
  transition: all 0.3s ease;
  border-radius: 9999px;
  background: linear-gradient(180deg, #f5a016 0.02%, #d82e2e 98.52%);
  box-shadow: 2px 2px 8px 0px #00000033;
  padding: 1.7rem 2rem 1.1rem 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

.p-form__table input[type="submit"]:hover {
  opacity: 0.5;
  cursor: pointer;
}

.p-form__radio {
  outline: none;
  border: none;
  border-radius: 4px;
  width: 44.25rem;
  font-weight: 400;
  font-size: 1rem;
}

.p-form__radio label {
  display: block;
  min-width: 7rem;
}

.p-form__radio p {
  padding: 20px 0 10px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

.p-form__radio .other {
  display: flex;
  align-items: center;
}

.p-form__caption {
  padding: 16px;
  background-color: #fff;
  font-size: 14px;
}

.p-thanks .l-header {
  position: static;
  background: #fff;
  padding-top: 2rem;
}

.p-thanks__area {
  padding-top: 2.5rem;
  /* padding-bottom: 4.3rem; */
}

.p-thanks__alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fbefef;
  width: 100%;
  height: auto;
  padding: 1.25rem;
  margin: 0 auto;
}

.p-thanks__alert img {
  width: 5rem;
  height: 5rem;
}

.p-thanks__alert .strong {
  font-weight: 700;
  position: relative;
  font-size: 1.875rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

.p-thanks__alert .strong::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -1.3rem;
  background: url(../img/thanks_deco.svg) no-repeat center/contain;
  width: 18rem;
  height: 100%;
}

.p-thanks__alert .strong span {
  letter-spacing: -0.2em;
}

.p-thanks__alert .text {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.p-thanks__wrap {
  padding: 2.5rem 0;
}

.p-thanks__wrap h2 {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #d82e2e;
  margin-bottom: 0.5rem;
}

.p-thanks__wrap p {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
}

.p-thanks__wrap .list {
  margin: 1.25rem 0;
}

.p-thanks__wrap .list ul {
  width: 26rem;
  background: #fbf9f9;
  padding: 1rem;
  margin: 0 auto;
}

.p-thanks__wrap .list ul li {
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  padding-left: 2rem;
}

.p-thanks__wrap .list ul li:not(:last-of-type) {
  margin-bottom: 0.45rem;
}

.p-thanks__wrap .list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../img/thanks_list.svg) no-repeat center/contain;
  width: 1.25rem;
  height: 1.25rem;
}

.p-thanks__contact {
  margin-top: -0.5rem;
}

.p-thanks__contact .btn-wrap .btn a.contact {
  line-height: 1.3;
}

.p-thanks__contact .btn-wrap .btn a span::after {
  content: "";
  background: url(../img/thanks_arrow.svg) no-repeat center/ contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
}

.p-thanks .p-example {
  padding-bottom: 2rem;
}

.p-thanks .l-footer {
  padding: 1.6rem 0 4rem 0;
}

.p-consultant {
  padding-bottom: 2rem;
}
.p-consultant .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  background: #fbf9f9;
  box-shadow: 4px 4px 10px rgba(216, 46, 46, 0.1);
  padding: 3.124rem 2.5rem;
}
.p-consultant .item:not(:last-child) {
  margin-bottom: 3.75rem;
}
.p-consultant .item .texts {
  flex: 1;
}
.p-consultant .btn-wrap .btn a {
  max-width: 343px;
  font-size: 100%;
  width: 100%;
}
.p-consultant .btn-wrap .btn a span::after {
  top: 50%;
  transform: translateY(-50%);
}
.p-consultant .item .heading {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
}
.p-consultant .item .img {
  width: 23.4rem;
}
.p-consultant .item .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1.875rem;
}
.p-consultant .item .btn-wrap,
.p-consultant .item .wrap {
  width: 100%;
}
.p-consultant__contact {
  text-align: center;
  padding: 2.5rem 0;
  margin-bottom: 3.75rem;
}
.p-consultant__contact .title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 2.5rem;
}
.p-consultant__contact .red {
  font-size: 2.5rem;
  color: #d82e2e;
}
.p-consultant__heading {
  text-align: center;
  font-weight: 700;
  font-size: 2.03125rem;
  margin-bottom: 1.5625rem;
}
.p-consultant__heading img {
  width: 18.5rem;
}
.p-consultant__heading .small {
  font-size: 1.5625rem;
}
.p-consultant__heading .wrap {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 0.3rem;
}

.p-repeat {
  background: #d82e2e;
  padding: 1rem 0 0.75rem;
  margin-top: 2rem;
  /* padding-bottom: 2rem; */
}
.p-repeat img {
  display: block;
  width: 26.1875rem;
  margin: 0 auto;
}

.p-strengths__dakara {
  margin-top: 80px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: calc(58 / 40);
}

.p-company-item-white {
  background: #fff;
}

.l-omoi {
  padding: 72px 0;
}

.p-omoi__inner {
  max-width: 944px;
}

.p-omoi__title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: calc(58 / 40);
}

.p-omoi__title img {
  width: 271px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.p-omoi__wrap {
  margin-top: 56px;
  display: flex;
  gap: 2.8125rem;
}

.p-omoi__img {
  width: calc(301 / 894 * 100%);
}

.p-omoi__img img {
  aspect-ratio: 301/482;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-omoi__body {
  width: calc(548 / 894 * 100%);
  padding-top: 20px;
}

.p-omoi__lead {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: calc(35 / 24);
}

.p-omoi__text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
}

.p-scope__item-wrap:nth-child(n + 2) {
  margin-top: 35px;
}

.p-about__contents-text span.la {
    font-size: 2.5rem;
}

.p-no-img {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  aspect-ratio: 526 / 295.875;
  align-items: center;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}

@media (min-width: 769px) {
  .l-footer__right .to-top.u-hidden--pc {
    display: none;
  }

  .u-hidden--pc {
    display: none;
  }
}

@media screen and (max-width: 1279px) and (min-width: 769px) {
  html {
    font-size: calc(1600 / 1280 * 1vw);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(1600 / 768 * 1vw);
  }

  .text-karitori {
    width: 31.2rem;
    height: auto;
  }

  .l-header {
    /* position: static; */
    background: #5687D5;
  }

  .l-header-wrap {
    padding: 1.4rem 2rem 0.8rem 2rem;
  }

  .l-header__logo {
    width: 14.0859rem;
  }

  .l-inner,
  .m-inner {
    padding: 0 2.0833rem;
  }

  .l-sv {
    padding: 2.0833rem 0 0 0;
  }

  .l-sv .top-swiper .swiper-wrapper .swiper-slide .l-sv__logo-list {
    height: 11rem;
    margin-right: 1rem;
  }

  .l-sv
    .top-swiper
    .swiper-wrapper
    .swiper-slide
    .l-sv__logo-list
    .l-sv__logo-item {
    width: 13rem;
  }

  .l-sv
    .top-swiper
    .swiper-wrapper
    .swiper-slide
    .l-sv__logo-list
    .l-sv__logo-item._small {
    width: 7.5rem;
  }

  .l-sv
    .top-swiper
    .swiper-wrapper
    .swiper-slide
    .l-sv__logo-list
    .l-sv__logo-item._sp-small {
    width: 8rem;
  }

  .l-footer {
    padding: 8rem 0;
  }

  .l-footer__info {
    width: 75%;
  }

  .l-footer__logo {
    width: 20.052rem;
  }

  .l-footer__address {
    margin-top: 1.8rem;
    font-size: 2.0833rem;
    letter-spacing: -0.01em;
  }

  .l-footer__right .to-top {
    right: 1rem;
    width: 8.7rem;
  }

  .fix {
    bottom: 0;
    width: 100%;
    padding: 0;
  }

  .l-footer__fix-btn {
    width: 100%;
    border-radius: 1.8229rem 1.8229rem 0 0;
    overflow: hidden;
  }

  .l-footer__fix-btn .head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.8229rem;
    border-radius: inherit;
    padding: 0.6rem;
  }

  .l-footer__fix-btn .head .text {
    font-size: 1.8229rem;
  }

  .l-footer__fix-btn .head .limit {
    font-size: 1.8229rem;
    width: 12rem;
    margin: 0;
  }

  .l-footer__fix-btn .head .limit .red {
    font-size: 2.3438rem;
  }

  .l-footer__fix-btn .bottom {
    border-radius: inherit;
    padding: 0.6rem;
    font-size: 1.8229rem;
  }

  .l-footer__fix-btn .bottom .red-bold {
    font-size: 3.125rem;
  }

  .l-footer__fix-btn .bottom .text {
    font-size: 1.8229rem;
    letter-spacing: 0;
  }

  .l-footer__fix-btn .bottom .arrow {
    width: 1.8229rem;
  }

  .l-footer__fix-btn .bottom .limit-img {
    width: 3.255rem;
    height: 3.776rem;
  }

  .p-fv {
    padding-top: 8rem;
  }

  .p-fv::after {
    top: 20%;
    right: -58%;
    width: 134%;
  }

  .p-fv__title {
    width: 102.5%;
    left: -0.3rem;
  }

  .p-fv__wrap {
    flex-direction: column;
    align-items: center;
    gap: 8.8rem;
  }

  .p-fv__text-wrap {
    width: 100%;
  }

  .p-fv__text {
    margin-bottom: 4rem;
  }

  .p-fv__text-main {
    margin-bottom: 0.2rem;
    font-size: 2.6rem;
    letter-spacing: -0.02em;
  }

  .p-fv__text-main span.line1::before {
    width: 100%;
    height: 4px;
    left: -0.5rem;
  }

  .p-fv__text-sub {
    font-size: 1.6927rem;
    letter-spacing: -0.01em;
  }

  .p-fv__icon-item .text {
    font-size: 1.5625rem;
  }

  .p-fv__icon-item .text .accent {
    font-size: 2.3438rem;
  }

  .p-fv__icon-item .text .accent-small {
    font-size: 1.5625rem;
  }

  .p-fv__icon-item .text .num {
    font-size: 3.125rem;
  }

  .p-fv__icon-wrap {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .p-fv__icon-item {
    padding: 3rem 0 1.7rem;
  }

  .p-fv__icon-item .icon {
    width: 5.5rem;
    top: -2.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-fv__img {
    width: 20.386rem;
    height: 29.045rem;
    left: 2.6rem;
  }

  .p-fv__img::before {
    width: 44.1rem;
    height: 29.4rem;
    left: -71%;
    top: -26%;
  }

  .p-fv__img::after {
    width: 32.239rem;
    height: 4.90625rem;
  }

  .p-fv__contact {
    /* background: url(../img/fv_bg-bottom_sp.svg) no-repeat center/cover; */
    padding-top: 2rem;
  }

  .btn-wrap .title {
    font-size: 2.0833rem;
  }

  .btn-wrap .title::before {
    width: 1.313rem;
    height: 3.125rem;
    left: 71%;
  }

  .btn-wrap .title::after {
    width: 1.313rem;
    height: 3.125rem;
    right: 71%;
  }

  .btn-wrap .title span {
    font-size: 4.1667rem;
  }

  .btn-wrap .btn a {
    width: 100%;
    padding: 2rem 0;
  }

  .btn-wrap .btn a span {
    padding-right: 3rem;
  }

  .btn-wrap .btn a span::after {
    top: 0.45rem;
    width: 2.3438rem;
    height: 2.3438rem;
  }

  .btn-wrap .btn a.contact {
    font-size: 2.0833rem;
  }
  .p-company__list {
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-company__list .p-company__item {
    width: 80%;
    margin: 0 auto;
  }
  .p-company__item {
    padding: 0 3rem;
    margin-top: 0.5rem;
  }

  .p-company__item-text {
    font-size: 2.0833rem;
  }

  .p-company__item-text::before {
    height: px;
    bottom: 1.5rem;
  }

  .p-company__item .num {
    /* padding-right: 0.3rem; */
    font-size: 6rem;
  }

  .p-company__text {
    margin-top: 0.5rem;
    font-size: 1.8229rem;
  }

  .p-worry {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .p-worry__title {
    font-size: 2.6042rem;
    letter-spacing: -0.02em;
    padding-right: 0;
  }

  .p-worry__title .strong {
    font-size: 4.1667rem;
  }

  .p-worry__title::after {
    display: none;
  }

  .p-worry__img {
    margin-top: 3.9rem;
  }

  .p-about {
    padding-bottom: 8rem;
  }

  .p-about__title {
    font-size: 4.1667rem;
    line-height: 1.3;
  }

  .p-about__title p {
    margin-top: -5px;
    display: flex;
    align-items: end;
  }

  .p-about__title p span {
    margin: 0 1.4rem 0 -0.3rem;
  }

  .p-about__title .text-karitori {
    width: 31.2rem;
    margin-bottom: 3px;
  }

  .p-about__contents {
    margin-top: 3.9rem;
    border-radius: 2.6042rem;
    padding: 1.8rem 1.7rem 1.9rem 1.7rem;
  }

  .p-about__contents .contents-wrap .director {
    flex-direction: column;
  }

  .p-about__contents .contents-wrap .arrow-wrap {
    position: absolute;
    width: 18%;
    left: 12.8rem;
    gap: 4.5rem;
    padding-top: 0;
  }

  .p-about__contents .contents-wrap .arrow-left {
    font-size: 2.0833rem;
  }

  .p-about__contents .contents-wrap .arrow-left::after {
    left: -2px;
    bottom: -67%;
    width: 110%;
  }

  .p-about__contents .contents-wrap .arrow-right {
    font-size: 1.5625rem;
    white-space: nowrap;
  }

  .p-about__contents .contents-wrap .arrow-right::after {
    top: -92%;
    width: 100%;
  }

  .p-about__contents .contents-wrap .client {
    padding-left: 1.5rem;
  }

  .p-about__contents .contents-wrap .client .img-wrap {
    width: 10.9375rem;
    margin-top: -3.2em;
  }

  .p-about__contents .contents-wrap .client .img-wrap .name {
    width: 14.0625rem;
    font-size: 1.8229rem;
    bottom: -12.5%;
  }

  .p-about__contents .contents-wrap .director {
    width: 50.5%;
    border-radius: 4px;
    padding: 1rem 1.4rem;
    gap: 2.2rem;
  }
  .p-about__contents .contents-wrap .director .img-wrap {
    width: 17.578rem;
  }

  .p-about__contents .contents-wrap .director .img-wrap .name {
    top: 18rem;
    bottom: -2rem;
    width: 19.531rem;
    padding: 0.5rem 0;
    font-size: 1.8229rem;
  }

  .p-about__contents .contents-wrap .director .list li {
    padding-left: 2.8rem;
    margin-top: 0.3rem;
    font-size: 1.5625rem;
  }

  .p-about__contents .contents-wrap .director .list li::before {
    width: 9%;
    left: 4.5%;
  }

  .p-about__contents-text {
    margin-top: 1.8rem;
    font-size: 1.8229rem;
    line-height: 1.448;
    letter-spacing: -0.02em;
  }

  .p-about__contents-text .bold {
    margin-top: 0.2rem;
    font-size: 2.3438rem;
  }

  .p-strengths {
    padding-bottom: 5rem;
  }

  .p-strengths__title .text-karitori {
    margin-bottom: 10px;
  }

  .p-strengths__title .small {
    font-size: 3.125rem;
    margin: 0.8rem 0.1rem 0 0.1rem;
  }

  .p-strengths__title .base {
    font-size: 4.1667rem;
  }

  .p-strengths__container {
    gap: 2.3rem;
    margin-top: 1.2rem;
  }

  .p-strengths__item {
    gap: 0.9rem;
  }

  .p-strengths__item-wrap {
    flex-direction: column;
    gap: 0;
  }

  .p-strengths__item-num img {
    width: 4.1667rem;
  }

  .p-strengths__item-head {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .p-strengths__item-head img {
    width: 3rem;
  }

  .p-strengths__item-head .title {
    font-size: 1.8229rem;
    letter-spacing: -0.02em;
    padding-left: 1rem;
  }

  .p-strengths__item-body {
    padding: 1rem 2rem;
  }

  .p-strengths__item-body .text {
    font-size: 1.8229rem;
    letter-spacing: -0.015em;
  }

  .p-strengths__contact {
    margin-top: 2.6rem;
  }

  .p-strengths__contact .btn {
    margin-top: 0;
  }

  .p-scope {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .p-scope__title {
    flex-direction: column;
    line-height: 1.1;
  }

  .p-scope__title .small {
    margin-top: 0;
    font-size: 3.125rem;
  }

  .p-scope__title .base {
    font-size: 4.1667rem;
  }

  .p-scope__text {
    margin-top: 3.2rem;
    margin-bottom: 2.5rem;
    font-size: 2.0833rem;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .p-scope__item-wrap {
    flex-direction: column;
    gap: 1rem;
  }

  .p-scope__item {
    width: 100%;
    padding: 2.5rem;
  }

  .p-scope__item-head {
    gap: 2.3rem;
  }

  .p-scope__item-head .icon {
    width: 10.41rem;
  }

  .p-scope__item-head .icon.icon2 {
    width: 10.41rem;
  }

  .p-scope__item-head .title {
    font-size: 2.6042rem;
  }

  .p-scope__item-body .text {
    font-size: 1.8229rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }

  .p-scope__text.deco {
    margin-top: 2.4rem;
    margin-bottom: 2.6rem;
    width: 76%;
    line-height: 1.23;
  }

  .p-scope__text .deco {
    font-size: 1.8229rem;
  }

  .p-scope__text .deco::before {
    width: 4.377rem;
    height: 10.416rem;
    left: -16.5%;
  }

  .p-scope__text .deco::after {
    width: 4.377rem;
    height: 10.416rem;
    right: -16.5%;
  }

  .p-example {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .p-example__title {
    flex-direction: column;
    line-height: 1.19;
  }

  .p-example__title .small {
    margin-top: -0.3rem;
    font-size: 3.125rem;
  }

  .p-example__title .base {
    font-size: 4.1667rem;
  }

  .p-example__container {
    margin-top: 3.5rem;
    overflow: visible;
  }

  .p-example .swiper {
    overflow: visible;
  }

  .p-example .swiper-button-prev {
    left: -3%;
  }

  .p-example .swiper-button-next {
    right: -3%;
  }

  .p-example .swiper-button-prev,
  .p-example .swiper-button-next {
    top: 50.7%;
    width: 4.90625rem;
    height: 4.90625rem;
  }

  .p-example .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
  }

  .p-example .swiper-slide img {
    width: 100%;
    aspect-ratio: 549 / 308.81;
  }

  .p-example__item-wrap {
    padding: 2rem;
  }

  .p-example__item-wrap .title {
    margin-bottom: 1.5rem;
  }

  .p-example__item-wrap .title .main {
    align-items: center;
    font-size: 1.8229rem;
    width: fit-content;
    height: 100%;
    background: #fff;
    margin: 0 auto;
  }

  .p-example__item-wrap .title .main .left {
    padding: 0 0.5rem;
  }

  .p-example__item-wrap .title .main .right {
    padding: 0.5rem;
  }

  .p-example__item-wrap .title .sub {
    padding-left: 1.7rem;
    margin-top: 1.3rem;
    font-size: 1.8229rem;
    letter-spacing: -0.02em;
  }

  .p-example__item-wrap .item .head,
  .p-consultant .item .head {
    padding: 0.3rem 1.3rem;
    font-size: 1.5625rem;
  }

  .p-example__item-wrap .item .detail,
  .p-consultant .item .detail {
    padding: 0.3rem 1.3rem;
    font-size: 1.5625rem;
    letter-spacing: -0.01em;
  }

  .p-example__others {
    text-align: center;
  }

  .p-example__others-head {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34.375rem;
    height: 8.203rem;
    padding: 2rem;
    margin-top: 1.5rem;
  }

  .p-example__others-head .text {
    font-size: 2.0833rem;
  }

  .p-example__others-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.4rem 1.5rem;
  }

  .p-example__others-content .item {
    gap: 0.5rem;
    width: calc(100% / 3 - 1rem);
  }

  .p-example__others-content .item .icon {
    width: 3.125rem;
    height: 3.125rem;
  }

  .p-example__others-content .item .text {
    width: 73%;
    font-size: 1.302rem;
    text-align: center;
  }

  .p-basis {
    padding-top: 5rem;
    padding-bottom: 8rem;
    margin-bottom: 9.3rem;
  }

  .p-basis__title {
    flex-direction: column;
    font-size: 4.1667rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }

  .p-basis__title .small {
    font-size: 3.125rem;
    margin: 0 1rem 0 -0.7rem;
  }

  .p-basis__container {
    margin-top: 5rem;
    gap: 8.2rem;
  }

  .p-basis__item {
    flex-direction: column;
    gap: 2rem;
  }

  .p-basis__item .p-basis__item-reverse {
    flex-direction: column-reverse;
  }

  .p-basis__item-text .head {
    font-size: 2.3438rem;
    text-align: center;
  }

  .p-basis__item-text .detail {
    margin-top: 1rem;
    font-size: 1.8229rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }

  .p-price {
    padding-top: 0rem;
    padding-bottom: 12rem;
  }

  .p-price__title {
    font-size: 4.1667rem;
  }

  .p-price__trial {
    margin-top: 3.5rem;
  }

  .p-price__trial-left {
    width: 18.48rem;
  }

  .p-price__trial-left .limit {
    font-size: 2.0833rem;
  }

  .p-price__trial-left .red {
    font-size: 4.1667rem;
  }

  .p-price__trial-left .text {
    font-size: 2.0833rem;
  }

  .p-price__trial-right {
    position: relative;
    left: -1px;
    width: 22.5rem;
    height: 14rem;
  }

  .p-price__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    width: 100%;
    margin-top: 5rem;
  }

  .p-price__item {
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    width: calc(100% / 3 - 1.7rem);
    height: 17.5rem;
    padding: 2rem;
    gap: 2rem;
  }

  .p-price__item .icon {
    width: 75%;
    height: 100%;
  }

  .p-price__item .item-text {
    height: 54%;
    text-align: center;
    line-height: 1;
  }

  .p-price__item .item-text .head {
    font-size: 1.8229rem;
  }

  .p-price__item .item-text .detail {
    font-size: 2.6042rem;
  }

  .p-price__item .item-text .detail .num {
    font-size: 2.6042rem;
  }

  .p-price__item .item-text .detail .unit {
    margin-left: -0.2rem;
    font-size: 1.5625rem;
    letter-spacing: -0.02em;
  }

  .p-price__caution {
    margin-top: 3.4rem;
    font-size: 1.5625rem;
    letter-spacing: -0.01em;
  }

  .p-flow {
    padding-top: 0rem;
    padding-bottom: 9.5rem;
  }

  .p-flow__title {
    font-size: 4.1667rem;
    line-height: 1.448;
    letter-spacing: -0.01em;
  }

  .p-flow__wrap {
    grid-template-columns: 4.1667rem 1fr;
    column-gap: 5.338rem;
    row-gap: 2.7rem;
    margin-top: 5rem;
  }

  .p-flow__item {
    position: relative;
    grid-column: 2 / 3;
    flex-direction: row;
    border-radius: 12px;
    min-height: 104px;
    padding: 1.4rem 0.5rem 1.4rem 0.5rem;
  }

  .p-flow__item .num-arrow {
    position: absolute;
    width: 5.208rem;
    height: auto;
    top: 50%;
    left: -3rem;
    transform: translateY(-50%);
  }

  .p-flow__item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0;
    margin: auto;
    order: 0;
  }

  .p-flow__item .icon img {
    height: 7.8125rem;
  }

  .p-flow__item .icon1 img {
    width: 6.77rem;
  }

  .p-flow__item .icon2 img {
    width: 7.4218rem;
  }

  .p-flow__item .icon3 img {
    width: 4.0417rem;
  }

  .p-flow__item .icon4 img {
    width: 9.895rem;
  }

  .p-flow__item .icon5 img {
    width: 5.859rem;
    height: 8.072rem;
  }

  .p-flow__item .text-wrap {
    display: block;
    width: 20.5729rem;
  }

  .p-flow__item .head {
    margin: 0;
    margin-bottom: 0.3rem;
    font-size: 1.8229rem;
    letter-spacing: -0.02em;
    line-height: 1.6;
    text-align: left;
  }

  .p-flow__item .text {
    margin: 0;
    font-size: 1.5625rem;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .p-flow__sidebar-wrap {
    grid-row: 1 / 6;
    grid-column: 1 / 2;
  }

  .p-flow__sidebar-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D5E3F9;
    height: 69%;
    padding: 0 0.5rem;
  }

  .p-flow__sidebar-1.arrow {
    font-weight: 700;
    font-size: 2.0833rem;
    line-height: 1.2;
    color: #111;
    padding-bottom: 1rem;
  }

  .p-flow__sidebar-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5687D5;
    height: 31%;
    padding: 0 0.5rem;
  }

  .p-flow__sidebar-2::after {
    content: "";
    position: absolute;
    top: -0.9rem;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 1rem solid #5687D5;
    border-right: 4.1667rem solid transparent;
  }

  .p-flow__sidebar-2.arrow {
    font-weight: 700;
    font-size: 2.0833rem;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 1rem;
  }

  .p-flow__arrow-text {
    margin-top: 5.5rem;
    letter-spacing: -0.02em;
  }

  .p-flow__arrow-text p {
    font-size: 2.3438rem;
  }

  .p-faq {
    position: relative;
    padding-top: 0rem;
    padding-bottom: 18rem;
  }

  .p-faq::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #f5f5f5;
    width: 100%;
    height: 9rem;
    content: "";
  }

  .p-faq__title {
    font-size: 4.1667rem;
    letter-spacing: -0.01em;
  }

  .p-faq__row:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .p-faq__question {
    height: 8.1rem;
    padding: 1.5rem 1.4rem 1.4rem 1.4rem;
  }

  .p-faq__question .text {
    padding-left: 1rem;
    font-size: 1.8229rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }

  .p-faq__answer {
    max-height: 13.541rem;
    height: auto;
    padding: 1.5rem;
  }

  .p-faq__answer .text {
    padding-left: 1rem;
    font-weight: 400;
    font-size: 1.8229rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }

  .p-faq__answer .text .small {
    font-size: 1.8229rem;
    line-height: 1;
  }

  .p-faq__answer .icon,
  .p-faq__question .icon {
    width: 5.2083rem;
    height: 5.2083rem;
    aspect-ratio: 1;
  }

  .p-form {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .p-form__title {
    font-size: 4.1667rem;
  }

  .p-form__wrap {
    margin-top: 4rem;
  }

  .p-form__table .row {
    display: block;
  }

  .p-form__table .row:not(:last-of-type) {
    margin-bottom: 2.9rem;
  }

  .p-form__table p {
    padding-left: 6.5rem;
    margin-bottom: 2rem;
    font-size: 2.3438rem;
  }

  .p-form__radio label {
    font-size: 16px;
  }

  .p-form__radio p {
    padding: 2rem 0 1rem;
    margin-bottom: 0;
    font-size: 14px;
  }

  .p-form__table p .required,
  .p-form__table p .optional {
    padding: 0.6rem 0.9rem;
    font-size: 1.8229rem;
  }

  .p-form__table input:not([type="radio"]),
  .p-form__table textarea {
    width: 100%;
    padding: 2.25rem 2.5rem;
    font-size: 2.0833rem;
    letter-spacing: -0.01em;
  }

  .p-form__table input::-moz-placeholder,
  .p-form__table textarea::-moz-placeholder {
    font-size: 2.0833rem;
  }

  .p-form__table input::placeholder,
  .p-form__table textarea::placeholder {
    font-size: 2.0833rem;
  }

  .p-form__table textarea {
    height: 13rem;
  }

  .p-form__table .btn {
    width: 100%;
  }

  .p-form__table .btn::after {
    top: 47%;
    right: 35%;
    transform: translateY(-47%);
    width: 2.3438rem;
    height: 2.3438rem;
  }

  .p-form__table .submit-row {
    margin-top: 4.3rem;
    margin-left: 0;
  }

  .p-form__table input[type="submit"] {
    padding: 2.5rem 6rem 2.5rem 2.5rem;
    font-size: 2.3438rem;
  }

  .p-form__caption {
    padding: 8px;
    font-size: 12px;
  }

  .p-thanks .l-header {
    padding-top: 0;
  }

  .p-thanks .l-header-wrap {
    padding: 1.4rem 2rem;
  }

  .p-thanks__area {
    padding-top: 0;
    /* padding-bottom: 1.7rem; */
  }

  .p-thanks__alert {
    gap: 1.3rem;
    width: 42rem;
    padding: 2.4rem 1.7rem;
  }

  .p-thanks__alert img {
    width: 10.416rem;
    height: 10.416rem;
  }

  .p-thanks__alert .text {
    font-size: 2.0833rem;
    letter-spacing: -0.01em;
  }

  .p-thanks__alert .strong {
    font-size: 3.9063rem;
    margin-bottom: 2.2rem;
  }

  .p-thanks__alert .strong::after {
    bottom: -2.8rem;
    width: 37.5rem;
  }

  .p-thanks__wrap {
    padding: 3.125rem 0;
  }

  .p-thanks__wrap.bottom {
    padding-top: 2.0833rem;
    padding-bottom: 3.8rem;
  }

  .p-thanks__wrap h2 {
    font-size: 2.0833rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.0416rem;
  }

  .p-thanks__wrap p {
    font-size: 1.8229rem;
    letter-spacing: -0.018em;
    line-height: 1.37;
    text-align: left;
  }

  .p-thanks__wrap .list {
    margin: 2.0833rem 0;
  }

  .p-thanks__wrap .list ul {
    width: 100%;
    max-width: 44.6614rem;
    padding: 2.0833rem;
  }

  .p-thanks__wrap .list ul li {
    font-size: 1.8229rem;
    padding-left: 2.6042rem;
    letter-spacing: -0.02em;
  }

  .p-thanks__wrap .list ul li:not(:last-of-type) {
    margin-bottom: 0.9rem;
  }

  .p-thanks__wrap .list ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../img/thanks_list.svg) no-repeat center/contain;
    width: 2.0833rem;
    height: 2.0833rem;
  }

  .p-thanks__contact {
    margin-top: -1.04166rem;
  }

  .p-thanks__contact .btn-wrap .btn a.contact {
    line-height: 1.3;
    padding: 2.4rem 0;
  }

  .p-thanks__contact .btn-wrap .btn a span::after {
    content: "";
    background: url(../img/thanks_arrow.svg) no-repeat center/ contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2.3438rem;
    height: 2.3438rem;
  }

  .p-thanks .p-example {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .p-thanks .l-footer {
    padding: 5.9rem 0 8.3333rem 0;
  }

  .u-hidden--sp {
    display: none;
  }

  .p-consultant .item {
    flex-direction: column-reverse;
    gap: 1.4rem;
    padding: 2.86rem 2.08rem;
  }
  .p-consultant .item:not(:last-child) {
    margin-bottom: 5.2rem;
  }
  .p-consultant .item .text {
    font-size: 1.5625rem;
  }
  .p-consultant .btn-wrap .btn a {
    font-size: 2.0833rem;
  }
  .p-consultant .item .heading {
    font-size: 2.925rem;
  }
  .p-consultant .item .img {
    width: 100%;
  }
  .p-consultant .item .texts {
    gap: 1.95rem;
  }

  .p-consultant__contact {
    padding: 3.125rem 0;
    margin-bottom: 5.2rem;
  }
  .p-consultant__contact .title {
    font-size: 1.8229rem;
  }
  .p-consultant__contact .red {
    font-size: 2.3428rem;
  }

  .p-consultant__heading {
    font-size: 2.925rem;
    margin-bottom: 1.85rem;
  }
  .p-consultant__heading img {
    width: 24.18rem;
  }
  .p-consultant__heading .small {
    font-size: 2.08rem;
    line-height: 1.2;
  }
  .p-repeat {
    padding: 1rem 0 0.75rem;
    margin-top: 2rem;
  }

  .p-repeat img {
    width: 26.1875rem;
  }
  .p-about__contents-text span.la {
      font-size: 32px;
  }
  .p-scope__item-wrap:nth-child(n + 2) {
      margin-top: 1rem;
  }
  .p-about__remark {
      margin-top: 2.9rem;
      font-size: 2.0833rem;
      letter-spacing: -0.01em;
      text-align: left;
  }
  .p-no-img {
    aspect-ratio: 549 / 308.81;
  }
}

@media screen and (max-width: 500px) {
}

.p-director {
  padding: 100px 0 70px;
  background-color: #ECF3FF;
}

.p-director__title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}

.p-director__title img {
  width: 271.82px;
  /* aspect-ratio: 271.82/50.34; */
  object-fit: cover;
}
.p-director__title span.base {
  font-size: 48px;
  display: block;
  line-height: calc(70 / 48);
  margin-top: 4px;
}

.p-director__text {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(26 / 18);
}

.p-director__cards-content {
  margin-top: 48px;
  padding-bottom: 46px;
  position: relative;
}

.p-director__wrapper {
  align-items: stretch;
}

.p-director__slide {
  padding: 10px;
  height: auto;
}

.c-card-director {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.c-card-director__img {
  width: 209px;
}

.c-card-director__profile {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #5687D5;
  line-height: calc(29 / 20);
}

.c-card-director__profile::after {
  content: "";
  flex-grow: 1;
  width: 100%;
  height: 2px;
  background-color: #5687D5;
}

.c-card-director__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(23 / 16);
}

.p-director__pagination.swiper-pagination {
  bottom: 0;
}

.p-director__pagination.swiper-pagination span {
  width: 16px;
  height: 16px;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #cccccc;
  opacity: 1;
  margin: 0 8px 0 0 !important;
}

.p-director__pagination.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #5687D5;
}

.p-director__prev,
.p-director__next {
  width: 50px;
  height: 50px;
  top: 237px;
}

.p-director__prev {
  left: 0;
  transform: translateX(-50%);
}

.p-director__next {
  right: 0;
  transform: translateX(50%);
}

.p-director__prev::after,
.p-director__next::after {
  content: "";
  width: 100%;
  height: 100%;
}
.p-director__prev::after {
  background: url(../img/example_swiper_prev.svg) no-repeat center / cover;
}

.p-director__next::after {
  background: url(../img/example_swiper_next.svg) no-repeat center / cover;
}

.u-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }

  .p-director {
    padding: 50px 0;
  }

  .p-director__title {
    font-size: 24px;
  }

  .p-director__title img {
    width: 226px;
    margin-bottom: 4px;
  }
  .p-director__title span.base {
    font-size: 32px;
    margin-top: 0;
  }

  .p-director__text {
    text-align: left;
    font-size: 16px;
  }

  .p-director__cards-content {
    margin-top: 30px;
    padding-bottom: 55px;
  }

  .c-card-director {
    padding: 20px 20px 16px;
  }

  .c-card-director__img {
    width: 170px;
  }

  .c-card-director__profile {
    gap: 6px;
    font-size: 16px;
  }

  .c-card-director__text {
    margin-top: 5px;
    font-size: 12px;
  }

  .p-director__pagination.swiper-pagination {
    bottom: 4px;
  }

  .p-director__prev,
  .p-director__next {
    width: 36px;
    height: 29px;
    top: auto;
    bottom: 0;
  }

  .p-director__prev {
    left: 70px;
    transform: none;
  }

  .p-director__next {
    right: 70px;
    transform: none;
  }

  .l-omoi {
    padding: 36px 0;
  }

  .p-omoi__title {
    font-size: 24px;
  }

  .p-omoi__title img {
    width: 227px;
    margin-bottom: 0;
  }

  .p-omoi__wrap {
    margin-top: 32px;
    flex-direction: column;
    gap: 15px;
  }

  .p-omoi__img {
    width: calc(120 / 335 * 100%);
  }

  .p-omoi__img img {
    aspect-ratio: 12/14;
  }

  .p-omoi__body {
    width: 100%;
    padding-top: 0;
  }

  .p-omoi__head {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .p-omoi__lead {
    font-size: 16px;
    width: calc(207 / 335 * 100%);
  }

  .p-omoi__text {
    margin-top: 15px;
    font-size: 14px;
  }

  .p-worry-title-strong__txt1 {
    font-size: 4rem;
  }

  .p-worry-title-strong__txt2 {
    font-size: 3rem;
  }
}
