@charset "UTF-8";
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #161616;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

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

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

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

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

a {
  color: inherit;
  text-decoration: none;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 73.75rem;
}

.l-main {
  margin-top: 5.625rem;
}

.c-btn {
  align-items: center;
  background: linear-gradient(to right, #D10C0C 0%, #C30808 100%);
  border-radius: 0.3125rem;
  box-shadow: 0 0.625rem 0 #690000;
  gap: 0.75rem;
  justify-content: center;
  margin-inline: auto;
  max-width: 22.5rem;
  padding-block: 1.5625rem;
  width: 100%;
}

.c-btn-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.c-btn-center {
  background-image: url(../img/submit.svg), linear-gradient(to right, #D10C0C 0%, #C30808 100%);
  background-position: right 15% center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 1.375rem, auto;
  box-shadow: 0 0.625rem 0 #690000;
  text-align: center;
}

.c-btn-img {
  max-width: 1.375rem;
}

.c-btn-case {
  align-items: center;
  background-color: #212121;
  border: solid 0.125rem #fff;
  gap: 0.9375rem;
  justify-content: center;
  max-width: 15rem;
  padding-block: 1.25rem;
  width: 100%;
}

.c-btn-case-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.c-btn-case-img {
  max-width: 1rem;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: solid 0.0625rem #0095FF;
  border-radius: 50%;
  cursor: pointer;
  height: 1.3125rem;
  margin: 0;
  margin-right: 0.3125rem;
  outline: none;
  padding: 0;
  position: relative;
  width: 1.3125rem;
}

input[type=radio]:checked::before {
  -webkit-transform: translate(-50%, -50%);
  background: #0095FF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.6875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.6875rem;
}

.c-hoverBtn {
  transition: 0.3s all;
}

.c-hoverBtn:hover {
  -webkit-transform: translateY(0.625rem);
  box-shadow: none;
  transform: translateY(0.625rem);
}

.c-hoverBtn02 {
  transition: 0.3s all;
}

.c-hoverBtn02:hover {
  opacity: 0.6;
}

.c-title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1111111111;
}

.c-title-sub {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.5;
}

.p-case {
  background-image: url(../img/case_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 8.125rem 8.75rem;
}

.p-case__titles {
  color: #fff;
  margin-bottom: 2.5rem;
}

.p-case__items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 8.75rem;
}

.p-case__item {
  display: flex;
  flex-direction: column;
}

.p-case__img {
  margin-bottom: 1.5625rem;
}

.p-case__lists {
  flex: 1;
  margin-bottom: 1.25rem;
}

.p-case__list {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.p-case__list--name {
  color: #C9C9C9;
}

.p-case__modal {
  display: none;
}

.modaal-container {
  background-color: transparent;
}

.modaal-content-container {
  padding: 1.25rem;
}

.p-contact {
  background-color: #161616;
  color: #fff;
  padding-block: 0rem 14.0625rem;
}

.p-contact__inner {
  width: 41.25rem;
}

.p-contact__titles {
  color: #fff;
  margin-bottom: 5rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contact__text {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4285714286;
  margin-bottom: 4.6875rem;
  text-align: center;
}

.p-contact__items .p-contact__item:last-of-type {
  padding-bottom: 2.8125rem;
}

.p-contact__item {
  padding-bottom: 2.1875rem;
}

.p-contact__label {
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.625rem;
  letter-spacing: 0em;
  line-height: 1.25;
  padding-bottom: 0.9375rem;
  width: 100%;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  background-color: #fff;
  border: solid 0.0625rem #CCCCCC;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  padding: 0.9375rem 1.25rem;
  width: 100%;
}

input[type=checkbox] {
  -webkit-appearance: auto;
  accent-color: #0095FF;
  appearance: auto;
  background-color: #fff;
  border: 0.125rem solid #CCCCCC;
  border-radius: 0.1875rem;
  height: 1.0625rem;
  width: 1.0625rem;
}

::-webkit-input-placeholder {
  color: #959595;
  line-height: 1.875;
}

:-ms-input-placeholder {
  color: #959595;
  line-height: 1.875;
}

::-ms-input-placeholder {
  color: #959595;
  line-height: 1.875;
}

::placeholder {
  color: #959595;
  line-height: 1.875;
}

textarea {
  height: 9rem;
}

.p-contact__req {
  background-color: #E21B00;
  border-radius: 0.3125rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  padding: 0.125rem 0.625rem;
}

.p-contact__radios {
  gap: 1.5625rem;
}
.p-contact__radios label {
  align-items: center;
  display: flex;
}

.p-contact__radio {
  align-items: center;
  gap: 0.625rem;
}

.p-contact__privacy {
  align-items: center;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 3.4375rem;
  margin-inline: auto;
  width: -webkit-max-content;
  width: max-content;
}
.p-contact__privacy label {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
}

.p-contact__privacy-accent {
  color: #4A90E2;
}

.p-contact__submit {
  margin-inline: auto;
  max-width: 18.75rem;
  text-align: center;
  width: 100%;
}

input[type=submit] {
  color: #fff;
}

.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.p-features {
  background-color: #161616;
  overflow-x: clip;
  padding-block: 7.8125rem 10rem;
  position: relative;
}

.p-features__right {
  max-width: 30.3125rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-features__left {
  bottom: 0;
  left: 0;
  max-width: 13.125rem;
  position: absolute;
  width: 100%;
}
.p-features__inner {
  position: relative;
}

.p-features__titles {
  color: #fff;
  margin-bottom: 5.625rem;
}

.p-features__items {
  margin-block: 2.5rem;
  margin-inline: auto;
}

.p-features__item {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7.1875rem;
  position: relative;
  z-index: 2;
}

.p-features__item:last-of-type {
  margin-bottom: 0;
}

.p-features__img {
  width: 100%;
}

.p-features__img01 {
  max-width: 48.2456140351%;
}

.p-features__img02 {
  max-width: 47.9824561404%;
  position: relative;
}

.p-features__back01 {
  position: absolute;
  right: -5.9375rem;
  top: -8.125rem;
  z-index: -1;
}

.p-features__img03 {
  max-width: 43.8596491228%;
  position: relative;
}

.p-features__back02 {
  -webkit-transform: translateX(-50%);
  bottom: -5.625rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
}

.p-features__img04 {
  max-width: 40.350877193%;
}

.p-features__group {
  color: #fff;
  max-width: 47.9824561404%;
}

.p-features__group--title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.p-features__group--text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-footer__container {
  margin: 0 auto;
}

.p-footer__small {
  color: #959595;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.875;
  margin-block: 2.1875rem;
  text-align: center;
}

.p-header {
  background-color: #fff;
  height: 5.625rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.p-header__container {
  margin-inline: auto;
  max-width: 100%;
  padding-left: 2.8125rem;
  width: 90rem;
}

.p-header__flex {
  align-items: center;
  justify-content: space-between;
}

.p-header__logo {
  max-width: 14.4375rem;
}

.p-header__logo--link {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.p-header__linkText {
  display: block;
  font-size: 1rem;
  line-height: 1.25;
}

.p-header__logo .is-open {
  opacity: 0;
  visibility: hidden;
}

.p-header__logoSp {
  margin-inline: auto;
  max-width: 12.3125rem;
  text-align: center;
}

.p-header__logoSp .is-open {
  opacity: 1;
  visibility: visible;
}

.p-header__menus {
  align-items: center;
  gap: 2.3125rem;
  justify-content: space-between;
}

.p-header__nav.is-open {
  opacity: 1;
  visibility: visible;
}

.p-header__lists {
  align-items: flex-start;
  flex-direction: row;
  gap: 2.625rem;
}

.p-header__list {
  text-align: center;
}

.p-header__list--sp {
  margin-top: 1.875rem;
}

.p-header__link {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
}

.p-header__link.is-open {
  color: #fff;
}

.p-header__spLink.is-open {
  color: #fff;
}

.p-header__contents {
  align-items: center;
  gap: 0.8125rem;
  justify-content: flex-end;
}

.p-header__tel {
  align-items: flex-start;
  justify-content: center;
}
.p-header__tel img {
  width: 2rem;
}

.p-header__tel--box {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.4;
}

.p-header__tel--text {
  font-size: 0.8125rem;
  letter-spacing: 0.035em;
}

.p-header__contact {
  align-items: center;
  background: linear-gradient(to right, #D10C0C 0%, #C30808 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.75rem;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  padding: 1.5625rem;
}

.p-header__contactImg {
  max-width: 1rem;
}

.p-mv {
  background-color: #161616;
  margin: 0 auto;
  overflow-x: clip;
  padding-block: 5.9375rem 10rem;
  position: relative;
}

.p-mv__left,
.p-mv__right {
  position: absolute;
}

.p-mv__left {
  left: 0;
  max-width: 37.1875rem;
  top: 0;
  width: 100%;
}

.p-mv__right {
  bottom: 0;
  max-width: 30.3125rem;
  right: 0;
  width: 100%;
}

.p-mv__titles {
  -webkit-transform: rotate(-5deg);
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  transform: rotate(-5deg);
}

.p-mv__title {
  padding-left: 3.125rem;
}

.p-mv__title--min {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.p-mv__title--middle {
  display: block;
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-mv__title--big {
  display: block;
  font-size: 18.125rem;
  letter-spacing: 0.05em;
  line-height: 0.9310344828;
  margin-left: -6.25rem;
  white-space: nowrap;
}

.p-mv__items {
  position: fixed;
  top: 47.5rem;
  z-index: 999;
}

.p-mv__item {
  max-width: 15.8125rem;
  position: relative;
  width: 100%;
}

.p-mv__item img {
  -o-object-fit: cover;
  aspect-ratio: 253/120;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-mv__banner--link.is-hidden {
  display: none;
}

.p-mv__del {
  cursor: pointer;
  max-width: 1.375rem;
  position: absolute;
  right: 0;
  top: 0.1875rem;
  width: 100%;
}

.p-mv__del img {
  -o-object-fit: cover;
  aspect-ratio: 22/22;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-mv__texts {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  margin-top: 13.75rem;
  position: relative;
  z-index: 2;
}

.p-mv__circle--left,
.p-mv__circle--right {
  max-width: 26.25rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-mv__circle--left {
  left: -10.625rem;
  top: -10rem;
}

.p-mv__circle--right {
  bottom: -1.875rem;
  right: 0;
}

.p-mv__text01 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-mv__text--min {
  font-size: 1.375rem;
}

.p-mv__text02 {
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0.625rem;
}

.p-mv__text--kana1 {
  font-size: 2.3125rem;
}

.p-mv__text--kana2 {
  font-size: 2.4375rem;
}

.p-mv__text03 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-mv__text--line01 {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.p-mv__text--line01::after {
  background-color: #BD9E01;
  bottom: 0;
  content: "";
  height: 2.8125rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-mv__text--line02 {
  background-image: linear-gradient(transparent 5%, #BD9E01 5%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 3.75rem;
}

.p-present {
  background-color: #161616;
  padding-block: 8.4375rem 4.6875rem;
}

.p-present__titles {
  color: #fff;
  margin-bottom: 5rem;
}

.p-present__item {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.6875rem;
}

.p-present__group {
  color: #fff;
  max-width: 52.6315789474%;
}

.p-present__lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-bottom: 1.5625rem;
}

.p-present__text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-present__text--img {
  float: left;
  margin-top: 0.625rem;
  max-width: 1.25rem;
}

.p-present__imgs {
  max-width: 43.4210526316%;
  position: relative;
}

.p-present__point {
  max-width: 6.25rem;
  position: absolute;
  right: 2.5rem;
  top: -1.6875rem;
  width: 100%;
}

.p-price {
  padding-block: 7.8125rem 7.5rem;
}

.p-price__inner {
  width: 59.6875rem;
}

.p-price__titles {
  margin-bottom: 5rem;
}

.p-price__items {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-price__item {
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.2);
}

.p-price__head {
  background-color: #232323;
  padding-block: 0.9375rem;
  position: relative;
}

.p-price__head--img {
  max-width: 5.5rem;
  position: absolute;
  right: -0.9375rem;
  top: -3.125rem;
  width: 100%;
}

.p-price__head--text {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  text-align: center;
}

.p-price__month {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  padding-block: 2.1875rem;
  text-align: center;
}

.p-price__big {
  font-size: 3rem;
}

.p-price__gray {
  background-color: #F1F1F1;
  padding-block: 0.9375rem;
  text-align: center;
}

.p-price__period {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-price__box {
  margin-inline: auto;
  padding-block: 2.1875rem 4.6875rem;
}

.p-price__box01 {
  max-width: 85.1258581236%;
}

.p-price__box02 {
  max-width: 61.7848970252%;
}

.p-price__list {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.3125;
  margin-bottom: 0.3125rem;
}

.p-price__list:last-of-type {
  margin-bottom: 0;
}

.p-service {
  padding-block: 9.375rem 5.3125rem;
  position: relative;
}

.p-service__left {
  left: 0;
  max-width: 16.875rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-service__items {
  align-items: center;
  justify-content: space-between;
}

.p-service__group {
  max-width: 33.875rem;
  width: 100%;
}

.p-service__title {
  margin-bottom: 1.6875rem;
}

.p-service__text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 2.5rem;
}

.p-service__text:last-of-type {
  margin-bottom: 0;
}

.p-service__img {
  max-width: 32.375rem;
  width: 100%;
}

.p-solution {
  padding-block: 5.5rem 7.8125rem;
  position: relative;
}

.p-solution__inner {
  position: relative;
}

.p-solution__titles {
  margin-bottom: 2.1875rem;
  text-align: center;
}

.p-solution__title {
  display: inline-block;
  position: relative;
}

.p-solution__circle01 {
  max-width: 13.125rem;
  position: absolute;
  right: -11.25rem;
  top: -2.5rem;
  width: 100%;
}

.p-solution__text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0.9375rem;
  text-align: center;
}

.p-solution__triangle {
  margin-inline: auto;
  max-width: 1.875rem;
  width: 100%;
}

.p-solution__items {
  display: grid;
  gap: 2.8125rem;
  grid-template-columns: repeat(2, 1fr);
  margin-block: 2.5rem;
  margin-inline: auto;
  max-width: 39.0625rem;
  width: 100%;
}

.p-solution__item {
  border: 0.1875rem solid #3B3B3B;
}

.p-solution__head {
  background-color: #3B3B3B;
}

.p-solution__head--title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.5;
  padding-left: 1.875rem;
}

.p-solution__box {
  padding: 0.9375rem 1.0625rem 1.25rem 1.0625rem;
}

.p-solution__box--text {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.p-solution__lead {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1111111111;
  margin-block: 2.5rem 3.125rem;
  text-align: center;
}

.p-solution__circle02 {
  position: absolute;
  top: 50%;
  z-index: -1;
}

.p-solution__circle03 {
  position: absolute;
  right: 0;
  top: 40%;
  z-index: -1;
}

.p-solution__points {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 5.3125rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-solution__point {
  align-items: center;
  gap: 0.625rem;
}

.p-solution__point--img {
  max-width: 2.125rem;
  width: 100%;
}

.p-solution__point--text {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.p-solution__right {
  bottom: 0;
  max-width: 30.3125rem;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}

.p-thanks {
  background-color: #F7F7F7;
  padding-block: 5.625rem 7.8125rem;
}

.p-thanks__inner {
  width: 56.875rem;
}

.p-thanks__titles {
  margin-bottom: 4.0625rem;
  text-align: center;
}

.p-thanks__text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 4.0625rem;
}

.p-thanks__img {
  margin-inline: auto;
  max-width: 30.3125rem;
  width: 100%;
}

.u-flex {
  display: flex;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.u-sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-main {
    margin-top: 3.5rem;
  }
  .c-btn {
    gap: 0.625rem;
    max-width: 22.5rem;
    padding-block: 0.9375rem;
  }
  .c-btn-text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .c-btn-center {
    background-size: 0.9375rem, auto;
  }
  .c-btn-img {
    max-width: 1.0625rem;
  }
  .c-btn-case {
    gap: 0.625rem;
    padding-block: 0.625rem;
  }
  .c-btn-case-text {
    font-size: 1rem;
    line-height: 1.5;
  }
  .c-btn-case-img {
    max-width: 0.8125rem;
  }
  .c-title {
    font-size: 1.5rem;
  }
  .p-case {
    padding-block: 4.0625rem 4.375rem;
  }
  .p-case__items {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 4.375rem;
  }
  .p-case__list {
    font-size: 1.25rem;
  }
  .p-contact {
    padding-block: 0rem 6.875rem;
  }
  .p-contact__titles {
    margin-bottom: 2.5rem;
  }
  .p-contact__text {
    margin-bottom: 2.5rem;
  }
  .p-contact__privacy {
    margin-bottom: 1.875rem;
  }
  .p-features {
    padding-block: 4.0625rem 5rem;
  }
  .p-features__right {
    max-width: 12.5rem;
  }
  .p-features__titles {
    margin-bottom: 2.8125rem;
  }
  .p-features__items {
    margin-block: 1.25rem;
  }
  .p-features__item {
    gap: 2.5rem;
    margin-bottom: 3.75rem;
  }
  .p-features__img {
    max-width: 100%;
  }
  .p-features__group {
    max-width: 100%;
  }
  .p-features__group--title {
    font-size: 1.75rem;
  }
  .p-features__group--text {
    font-size: 1.125rem;
  }
  .p-footer__small {
    margin-block: 1.25rem;
  }
  .p-header {
    height: 3.5rem;
    transition: 0.3s all;
  }
  .p-header__container {
    padding-left: 1.125rem;
  }
  .p-header__logo {
    max-width: 10.625rem;
  }
  .p-header__logo--link {
    font-size: 1.25rem;
    line-height: 1.05;
  }
  .p-header__linkText {
    font-size: 0.8125rem;
  }
  .p-header__nav {
    background-color: #14175E;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 0 0.9375rem;
    position: absolute;
    top: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
  }
  .p-header__lists {
    align-items: center;
    flex-direction: column;
    gap: 2.3125rem;
    padding-block: 3.75rem 3.4375rem;
  }
  .p-header__link {
    color: #fff;
  }
  .p-header__spLists {
    gap: 1.25rem;
  }
  .p-header__spLink {
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
  }
  .p-header__contents {
    display: none;
  }
  .p-header__tel--box {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.4em;
  }
  .p-header__tel--text {
    color: #fff;
  }
  .p-header__contact {
    font-size: 1rem;
    gap: 0.625rem;
    line-height: 1.5;
    padding: 1rem 1.25rem;
  }
  .p-header__contactImg {
    max-width: 0.8125rem;
  }
  .p-mv {
    padding-block: 0.625rem 3.75rem;
  }
  .p-mv__left {
    max-width: 13.5625rem;
  }
  .p-mv__right {
    max-width: 10.625rem;
  }
  .p-mv__titles {
    margin: 0 auto;
  }
  .p-mv__title {
    padding-left: 0;
  }
  .p-mv__title--min {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    line-height: 1.1666666667;
    padding-top: 2.1875rem;
  }
  .p-mv__title--middle {
    font-size: 4.5rem;
    letter-spacing: 0.05em;
    line-height: 1.0972222222;
    padding-right: 0.625rem;
    padding-top: 2.1875rem;
  }
  .p-mv__title--big {
    font-size: 8.625rem;
    margin-left: 0;
  }
  .p-mv__items {
    top: 80svh;
  }
  .p-mv__item {
    max-width: 11.5625rem;
  }
  .p-mv__del {
    max-width: 1.0625rem;
  }
  .p-mv__texts {
    margin-top: 4.375rem;
  }
  .p-mv__circle--left {
    left: -4.375rem;
    max-width: 14.5625rem;
    top: -8.75rem;
  }
  .p-mv__circle--right {
    bottom: -1.25rem;
    max-width: 11.25rem;
    right: -0.625rem;
  }
  .p-mv__text01 {
    font-size: 1rem;
  }
  .p-mv__text--min {
    font-size: 1rem;
  }
  .p-mv__text02 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
  .p-mv__text--kana1 {
    font-size: 1.5rem;
  }
  .p-mv__text--kana2 {
    font-size: 1.5rem;
  }
  .p-mv__text03 {
    font-size: 1.25rem;
  }
  .p-mv__text--line01::after {
    height: 1.3125rem;
  }
  .p-mv__text--line02 {
    text-decoration-thickness: 1.9375rem;
    text-underline-offset: -1.4375rem;
  }
  .p-present {
    padding-block: 4.6875rem 2.1875rem;
  }
  .p-present__titles {
    margin-bottom: 2.5rem;
  }
  .p-present__item {
    gap: 3.125rem;
    margin-bottom: 2.5rem;
  }
  .p-present__group {
    max-width: 100%;
  }
  .p-present__lead {
    font-size: 1.125rem;
  }
  .p-present__text {
    font-size: 1rem;
  }
  .p-present__text--img {
    margin-top: 0.375rem;
    max-width: 1.125rem;
  }
  .p-present__imgs {
    max-width: 100%;
  }
  .p-price {
    padding-block: 3.75rem 3.75rem;
  }
  .p-price__titles {
    margin-bottom: 2.5rem;
  }
  .p-price__items {
    gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-price__head {
    padding-block: 0.625rem;
  }
  .p-price__head--img {
    max-width: 3.75rem;
    right: -0.9375rem;
    top: -2.1875rem;
  }
  .p-price__head--text {
    font-size: 1.25rem;
  }
  .p-price__month {
    font-size: 1.125rem;
    padding-block: 1.25rem;
  }
  .p-price__big {
    font-size: 2.25rem;
  }
  .p-price__gray {
    padding-block: 0.625rem;
  }
  .p-price__period {
    font-size: 1.125rem;
  }
  .p-price__box {
    padding-block: 1.25rem 3.125rem;
  }
  .p-price__box02 {
    max-width: 73.2265446224%;
  }
  .p-service {
    padding-block: 4.6875rem 2.5rem;
  }
  .p-service__left {
    max-width: 10rem;
  }
  .p-service__items {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-service__text {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
  .p-solution {
    padding-block: 2.75rem 4.0625rem;
  }
  .p-solution__circle01 {
    display: none;
    max-width: 9.375rem;
  }
  .p-solution__text {
    font-size: 1.125rem;
  }
  .p-solution__items {
    gap: 1.5625rem;
    grid-template-columns: repeat(1, 1fr);
    margin-block: 1.25rem;
    max-width: 20rem;
  }
  .p-solution__head--title {
    padding-left: 1.25rem;
  }
  .p-solution__box {
    padding: 0.625rem 0.9375rem 0.9375rem 0.9375rem;
  }
  .p-solution__box--text {
    font-size: 1.25rem;
  }
  .p-solution__lead {
    font-size: 1.5rem;
    margin-block: 1.25rem 1.5625rem;
  }
  .p-solution__points {
    gap: 1.25rem;
    margin-bottom: 2.8125rem;
  }
  .p-solution__point {
    align-items: start;
  }
  .p-solution__point--img {
    margin-top: 0.15625rem;
    max-width: 1.5rem;
  }
  .p-solution__point--text {
    font-size: 1.125rem;
  }
  .p-solution__right {
    max-width: 12.5rem;
  }
  .p-thanks {
    padding-block: 2.8125rem 3.75rem;
  }
  .p-thanks__titles {
    margin-bottom: 1.875rem;
  }
  .p-thanks__text {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
  .u-direction {
    flex-direction: column;
  }
  .u-direction-rev {
    flex-direction: column-reverse;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */