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

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  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%;
}

/* 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=checkbox],
input[type=radio] {
  display: none;
}

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-footer {
  background-color: #fff;
  padding-block: 1.4375rem;
}

.l-footer__inner {
  margin-inline: auto;
  max-width: 100%;
  padding-inline: 1.5625rem;
  width: 1200px;
}

.l-footer__nav {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  left: -1.0625rem;
  position: relative;
}

.l-footer__navItem {
  position: relative;
}
.l-footer__navItem:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  color: #0f0f0f;
  content: "｜";
  font-size: 1.125rem;
  position: absolute;
  right: -1.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.l-footer__navLink {
  color: #0f0f0f;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-footer__navLink:hover {
  opacity: 0.7;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 71.875rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.l-wrapper {
  margin-inline: auto;
  max-width: 100%;
  width: 1200px;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #D9D9D9;
  color: #000;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-cat {
  background-color: #0e4f12;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: clamp(1.875rem, -17.708rem + 40.799vw, 31.25rem);
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-cta {
  -webkit-filter: drop-shadow(0.8px 0.6px 5px rgba(39, 39, 39, 0.5));
  -webkit-transform-origin: center;
  display: block;
  filter: drop-shadow(0.8px 0.6px 5px rgba(39, 39, 39, 0.5));
  transform-origin: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 26.9375rem;
}
.c-headline1__main {
  border-left: 2px solid #0e4f12;
  font-size: 1.875rem;
  padding-left: 1.875rem;
  text-align: center;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgFilter {
  overflow: hidden;
  position: relative;
}
.c-imgFilter::before {
  background-color: rgba(14, 79, 18, 0.43);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.8s ease-in-out;
  width: 100%;
  z-index: 3;
}
.c-imgFilter img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  width: 100%;
}
.c-imgFilter * {
  position: relative;
  z-index: 2;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-link {
  color: #000;
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}
.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.accordion {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 100%;
  overflow: hidden;
}
.accordion__item {
  border-bottom: 1px solid #e0e0e0;
}
.accordion__item:last-child {
  border-bottom: none;
}
.accordion__head {
  -webkit-user-select: none;
  -ms-user-select: none;
  align-items: center;
  background-color: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem;
  transition: background-color 0.3s ease;
  user-select: none;
}
.accordion__head:hover {
  background-color: #e9ecef;
}
.accordion__head.is-active {
  background-color: #e9ecef;
}
.accordion__head.is-active .accordion__icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion__head-text {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.accordion__icon {
  color: #666;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion__body {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion__body.is-active {
  max-height: 1000px;
}
.accordion__body-inner {
  border-top: 1px solid #e0e0e0;
  padding: 1.25rem;
}
.accordion__body-inner p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.p-compare {
  background: url(../img/pc/hikaku-bg.png) center top/cover no-repeat;
  padding: 2.875rem 0 2.1875rem;
}

.p-compare__inner {
  margin-inline: auto;
  max-width: 47.25rem;
}

.p-compare__heading {
  margin-inline: auto;
  max-width: 100%;
  width: 20.625rem;
}

.p-compare__grid {
  -webkit-column-gap: 0.1875rem;
  -moz-column-gap: 0.1875rem;
  column-gap: 0.1875rem;
  display: grid;
  grid-template-columns: 9.6875rem repeat(2, minmax(0, 1fr));
  margin-top: 1.125rem;
  row-gap: 0;
}

.p-compare__header {
  align-self: stretch;
  position: relative;
  text-align: center;
}
.p-compare__header--blank {
  align-self: start;
  background-color: transparent;
  border-bottom: none;
  min-height: 0;
  padding: 0;
}

.p-compare__header--reswing {
  background-color: #40a732;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  font-weight: 800;
  letter-spacing: normal;
  letter-spacing: -0.05em;
  margin-bottom: 1px;
  padding-bottom: 1.175rem;
  padding-top: 1.4375rem;
  text-shadow: 0.8px 0.6px 3px #272727;
}

.p-compare__header--coach {
  align-self: end;
  background-color: #dcdedc;
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 1px;
  padding-bottom: 0.875rem;
  padding-top: 1.3125rem;
}

.p-compare__label {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: normal;
  text-align: center;
}
.p-compare__label:not(:last-of-type) {
  margin-bottom: 1px;
}

.p-compare__cell {
  align-items: center;
  display: flex;
  gap: 2rem;
  padding: 0.9375rem 0.3125rem 0.9375rem 1.25rem;
  position: relative;
}
.p-compare__cell:has(.p-compare__icon--cross) {
  gap: 2.0625rem;
}
.p-compare__cell:has(.p-compare__icon--sankaku) {
  gap: 1.5rem;
}

.p-compare__cell--reswing {
  background-color: #dbe9d9;
  border-left: 0.125rem solid #40a732;
  border-right: 0.125rem solid #40a732;
  padding-left: 2rem;
}
.p-compare__cell--reswing.--01 {
  border-top: 0.125rem solid #40a732;
}
.p-compare__cell--reswing.--04 {
  padding-bottom: 0.625rem;
  padding-top: 0.375rem;
}
.p-compare__cell--reswing.--last {
  border-bottom: 0.125rem solid #40a732;
  padding-bottom: 0.4375rem;
  padding-top: 0rem;
}
.p-compare__cell--reswing .p-compare__text {
  font-weight: 400;
}

.p-compare__cell--coach {
  background-color: #e9e9e9;
}
.p-compare__cell--coach:not(:last-of-type) {
  margin-bottom: 0.0625rem;
}
.p-compare__cell--coach .p-compare__text {
  font-weight: 300;
}
.p-compare__cell--coach.--01 {
  padding-bottom: 1rem;
  padding-top: 1.625rem;
}
.p-compare__cell--coach.--02 {
  padding-bottom: 0.4rem;
  padding-top: 0.4625rem;
}
.p-compare__cell--coach.--03 {
  padding-bottom: 1.875rem;
  padding-top: 1.8125rem;
}
.p-compare__cell--coach.--04 {
  padding-bottom: 0.2125rem;
  padding-top: 0.5625rem;
}
.p-compare__cell--coach.--last {
  padding-bottom: 0.375rem;
  padding-top: 0.4375rem;
}

.p-compare__icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
}
.p-compare__icon img {
  display: block;
  height: auto;
  width: 100%;
}
.p-compare__icon--maru {
  width: 2.6875rem;
}

.p-compare__icon--sankaku {
  width: 3.4375rem;
}

.p-compare__icon--cross {
  margin-left: 0.625rem;
  width: 2.1875rem;
}

.p-compare__text {
  font-size: 1.25rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.p-compare__text.--regular {
  font-weight: 400;
}
.p-compare__text.--04 {
  font-size: 1.0625rem;
  line-height: 1.3;
}

.p-compare__textEm {
  color: #ff0000;
  font-size: 1.6875rem;
  font-weight: 500;
}

.p-compare__note {
  font-size: 1rem;
  font-weight: 400;
}

.p-compare__cta {
  margin-inline: auto;
  margin-top: 0.375rem;
}

.p-flow {
  background: url(../img/pc/flow-bg.png) center center/cover no-repeat;
  padding-block: 2.275rem 1.5625rem;
}

.p-flow__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-align: center;
}

.p-flow__steps {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2.1875rem;
}
.p-flow__step {
  align-items: center;
  background-image: linear-gradient(to top, #e6e9f0, #eef1f5);
  border-radius: 0.625rem;
  box-shadow: 0.77px 0.64px 0.25rem rgba(33, 33, 33, 0.34);
  display: flex;
  gap: 0.75rem;
  height: 4.25rem;
  max-width: 100%;
  padding-left: 0.9375rem;
  width: 21.625rem;
}

.p-flow__stepIcon {
  -webkit-filter: drop-shadow(0.8px 0.6px 4px rgba(33, 33, 33, 0.1));
  align-items: center;
  display: flex;
  filter: drop-shadow(0.8px 0.6px 4px rgba(33, 33, 33, 0.1));
  flex-shrink: 0;
  justify-content: center;
}
.p-flow__stepIcon.--01 {
  width: 3.125rem;
}
.p-flow__stepIcon.--02 {
  width: 3.25rem;
}
.p-flow__stepIcon.--03 {
  width: 3.25rem;
}

.p-flow__stepIcon img {
  display: block;
  height: auto;
  width: auto;
}

.p-flow__stepText {
  color: #0f0f0f;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.p-flow__arrow {
  display: block;
  margin-bottom: 0.75rem;
  margin-top: 1.125rem;
}
.p-flow__arrow img {
  display: block;
  height: auto;
  width: 3.0625rem;
}

.p-flow__cta {
  margin-inline: auto;
  margin-top: 1.25rem;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.p-modal__block {
  -webkit-transform: translate(-50%, -50%);
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-mv {
  position: relative;
}

.p-mv__cta {
  -webkit-transform: translateX(-50%);
  -webkit-filter: drop-shadow(0.8px 0.6px 5px rgba(39, 39, 39, 0.5));
  bottom: 1.375rem;
  filter: drop-shadow(0.8px 0.6px 5px rgba(39, 39, 39, 0.5));
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-nayami {
  background: url(../img/pc/nayami-bg.png) center bottom/contain no-repeat;
  padding-bottom: 2.9375rem;
}

.p-nayami__title {
  margin-inline: auto;
  margin-top: 1.25rem;
  max-width: 100%;
  width: 23.025rem;
}

.p-nayami__text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-top: 1.325rem;
  text-align: center;
}
.p-nayami__text strong {
  color: #f71026;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-nayami__banner {
  margin-inline: auto;
  margin-top: 1.25rem;
  max-width: 100%;
  width: 35.625rem;
}

.p-nayami__features {
  display: flex;
  gap: 1.4375rem;
  justify-content: center;
  margin-top: 2.025rem;
}

.p-nayami__featuresItem {
  align-items: center;
  display: flex;
  height: 13.4375rem;
  justify-content: center;
  position: relative;
  width: 13.1875rem;
}
.p-nayami__featuresItem::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../img/pc/nayami4.png) center center/contain no-repeat;
  content: "";
  height: 13.4375rem;
  left: 50%;
  position: absolute;
  top: calc(50% - 0.8125rem);
  transform: translate(-50%, -50%);
  width: 13.1875rem;
}

.p-nayami__featuresItemText {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.7;
  line-height: normal;
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-route {
  background: url(../img/pc/route-bg.png) center top/cover no-repeat;
  padding-bottom: 1.875rem;
}

.p-route__img {
  width: 100%;
}

.p-route__content {
  margin-top: 0.9375rem;
  text-align: center;
}

.p-route__text1 {
  color: #0f0f0f;
  font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std", sans-serif;
  font-size: 1.78125rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
}

.p-route__text2 {
  color: #0f0f0f;
  font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std", sans-serif;
  font-size: 1.78125rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-top: 1px;
  text-align: center;
}

.p-route__text2Em {
  color: red;
  font-size: 2.1875rem;
  font-weight: 900;
  letter-spacing: 0;
}

.p-route__cta {
  margin-inline: auto;
  margin-top: 0.775rem;
}

.p-route__text3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.8;
  margin-top: 1.9375rem;
  text-align: center;
}

.p-route__text3Em {
  color: #0e4f12;
}

.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.p-system {
  background: url(../img/pc/system-bg10.png) center top/cover no-repeat;
  padding-block: 4.375rem 2.6rem;
}

.p-system__title {
  color: #050505;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.p-system__title span {
  display: inline-block;
  font-weight: 900;
  position: relative;
}
.p-system__title span::after {
  background: url(../img/pc/system-deco.png) center center/contain no-repeat;
  content: "";
  height: 0.9375rem;
  left: 0.4375rem;
  position: absolute;
  top: 83%;
  width: 9.9375rem;
}
.p-system__title.--02 {
  letter-spacing: -0.11em;
}

.p-system__text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.08em;
  margin-top: 1.9375rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-system__text2 {
  color: #000;
  font-size: 1.40625rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-top: 2.0625rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
.p-system__text2::after {
  -webkit-transform: translateX(-50%);
  background-color: #000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 24.625rem;
}

.p-system__text2Em {
  color: #fb2525;
  font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
}

.p-system__text3 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  max-width: 100%;
  position: relative;
  width: 22.9375rem;
  z-index: 2;
}

.p-system__img {
  margin-left: auto;
  margin-right: 3.625rem;
  margin-top: -13.625rem;
  max-width: 100%;
  position: relative;
  width: 54.9375rem;
  z-index: 1;
}

.p-systemMedia {
  display: flex;
  flex-direction: column;
  margin-top: -2.9375rem;
  position: relative;
  z-index: 2;
}

.p-systemMedia__item {
  align-items: flex-start;
  display: flex;
}
.p-systemMedia__item:nth-child(odd) {
  margin-left: auto;
}
.p-systemMedia__item:nth-child(even) {
  margin-right: auto;
}
.p-systemMedia__item.--02 {
  margin-top: 6.125rem;
}
.p-systemMedia__item.--03 {
  margin-top: 6rem;
}

.p-systemMedia__item--reverse {
  flex-direction: row-reverse;
}

.p-systemMedia__content {
  background-color: #fff;
  box-shadow: 0.8px 0.6px 10px 0 rgba(33, 33, 33, 0.3);
  position: relative;
  z-index: 1;
}
.p-systemMedia__content.--01 {
  margin-right: -8.125rem;
  margin-top: 1.875rem;
  max-width: 100%;
  padding-block: 0.75rem 1.375rem;
  padding-left: 1.875rem;
  width: 36.9375rem;
}
.p-systemMedia__content.--02 {
  margin-left: -12.9375rem;
  margin-top: 1.875rem;
  max-width: 100%;
  padding-block: 1.3625rem 0.5625rem;
  padding-left: 13.75rem;
  width: 40.0625rem;
}
.p-systemMedia__content.--03 {
  margin-right: -9.375rem;
  margin-top: 1.875rem;
  max-width: 100%;
  padding-block: 1.1875rem 0.6875rem;
  padding-left: 1.1875rem;
  width: 38.25rem;
}

.p-systemMedia__head {
  align-items: flex-end;
  display: flex;
  padding-bottom: 0.875rem;
  position: relative;
}
.p-systemMedia__head::after {
  background-color: #005904;
  content: "";
  height: 3px;
  position: absolute;
}
.p-systemMedia__head.--01::after {
  bottom: 0;
  left: 0;
  width: 24.9375rem;
}
.p-systemMedia__head.--02::after {
  bottom: 0;
  left: 0;
  width: 25.125rem;
}
.p-systemMedia__head.--03 {
  align-items: flex-start;
}
.p-systemMedia__head.--03::after {
  bottom: 0;
  left: 2.1875rem;
  width: 25rem;
}

.p-systemMedia__icon {
  margin-right: 0.875rem;
  position: relative;
  width: 1.5rem;
}
.p-systemMedia__icon.--01 {
  left: -0.4375rem;
  margin-right: 0.375rem;
  top: -0.375rem;
}
.p-systemMedia__icon.--02 {
  left: 0.6625rem;
  margin-right: 1.125rem;
  top: -0.375rem;
}
.p-systemMedia__icon.--03 {
  left: 0.2625rem;
  margin-right: 0.8125rem;
  top: 0.2125rem;
}

.p-systemMedia__stepNum {
  color: #000;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 0.75rem;
}
.p-systemMedia__stepNum.--01 {
  margin-left: -0.4375rem;
  margin-right: 0.25rem;
}
.p-systemMedia__stepNum.--03 {
  margin-right: 1.125rem;
}

.p-systemMedia__title {
  color: #0e4f12;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.07em;
}
.p-systemMedia__title.--03 {
  line-height: 1.1;
  padding-left: 0;
  text-align: center;
}

.p-systemMedia__text {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.9;
  margin: 0;
  margin-top: 0.625rem;
  padding-left: 1.05rem;
}
.p-systemMedia__text.--03 {
  padding-left: 0.3125rem;
}

.p-systemMedia__image {
  box-shadow: 0.8px 0.6px 10px 0 rgba(33, 33, 33, 0.3);
  flex-shrink: 0;
  position: relative;
  width: 32.375rem;
  z-index: 2;
}
.p-systemMedia__image.--02 {
  width: 34.375rem;
}

/*
======================================
  タブ機能のスタイル

  【使い方】
  1. HTMLで.p-tabのクラスをつける
  2. JSでクリックイベントを設定
  3. --isActiveクラスで表示/非表示を切り替える
======================================
*/
/* =======================================
   タブ全体の親要素
======================================= */
.p-tab {
  max-width: 50rem;
  width: 100%;
}

/* =======================================
   タブボタンエリア
======================================= */
.p-tab__buttons {
  border-bottom: 0.125rem solid #D9D9D9;
  display: flex;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =======================================
   各タブボタン

   【ポイント】
   - cursor: pointer でマウスカーソルを指マークに
   - transition でスムーズに色が変わる
   - hover で色を変えてクリックできることを示す
======================================= */
.p-tab__button {
  background-color: #F1F1F1;
  border: 0.0625rem solid #D9D9D9;
  border-bottom: none;
  color: #000;
  cursor: pointer;
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 1.875rem;
  padding-top: 0.9375rem;
  position: relative;
  text-align: center;
  top: 0.125rem;
  transition: all 0.3s ease;
}

/* ホバー時のスタイル */
.p-tab__button:hover {
  background-color: #e8e8e8;
}

/* =======================================
   アクティブなタブボタン

   【重要】
   --isActiveクラスがついているボタンは
   選択中であることを示すスタイルになる
======================================= */
.p-tab__button--isActive {
  background-color: #fff;
  border-bottom: 0.125rem solid #fff;
  color: #0e4f12;
  top: 0.125rem;
}

/* アクティブな状態ではホバー時の色変更をしない */
.p-tab__button--isActive:hover {
  background-color: #fff;
}

/* =======================================
   タブコンテンツエリア全体
======================================= */
.p-tab__contents {
  border: 0.0625rem solid #D9D9D9;
  border-top: none;
  min-height: 18.75rem;
  position: relative;
  width: 100%;
}

/* =======================================
   各タブのコンテンツ

   【ポイント】
   - デフォルトは display: none で非表示
   - --isActiveクラスがつくと display: block で表示
   - position: absolute で重ねて配置
     （切り替え時にガタつかないようにするため）
======================================= */
.p-tab__content {
  display: none;
  height: 100%;
  padding-right: 1.875rem;
  padding-top: 1.875rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* =======================================
   アクティブなコンテンツ（表示状態）
======================================= */
.p-tab__content--isActive {
  display: block;
}

/* =======================================
   コンテンツ内の見出し
======================================= */
.p-tab__content h2,
.p-tab__content h3 {
  color: #0e4f12;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}

/* =======================================
   コンテンツ内の段落
======================================= */
.p-tab__content p {
  line-height: 1.8;
  margin-bottom: 0.9375rem;
}

/* =======================================
   コンテンツ内のリスト
======================================= */
.p-tab__content ul {
  margin-top: 0.9375rem;
  padding-right: 1.25rem;
}

.p-tab__content li {
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

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

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

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

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

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-footer {
    padding-block: 0.25rem;
  }
  .l-footer__inner {
    padding-inline: 1.25rem;
  }
  .l-footer__nav {
    flex-direction: column;
    gap: 0.4375rem;
    left: 0;
  }
  .l-footer__navItem:not(:last-child)::after {
    display: none;
  }
  .l-footer__navLink {
    font-size: 0.875rem;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-cta {
    width: 19.1875rem;
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .p-compare {
    background: url(../img/sp/hikaku-bg.png) center top/cover no-repeat;
    padding-block: 1.35rem 0.8125rem;
  }
  .p-compare__inner {
    max-width: 19.6875rem;
  }
  .p-compare__heading {
    width: 15.25rem;
  }
  .p-compare__grid {
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
    grid-template-columns: 2.3125rem repeat(2, minmax(0, 1fr));
    margin-top: 1.25rem;
    row-gap: 0;
  }
  .p-compare__header--reswing {
    font-size: 1rem;
    padding-block: 1.175rem;
  }
  .p-compare__header--coach {
    font-size: 0.875rem;
    line-height: 1.29;
    padding-block: 0.3125rem;
  }
  .p-compare__label {
    font-size: 1rem;
    line-height: 1;
    padding: 0.525rem 0.375rem;
  }
  .p-compare__cell {
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    padding: 0;
  }
  .p-compare__cell--reswing {
    padding-left: 0;
  }
  .p-compare__icon {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .p-compare__icon--maru {
    width: 2.1rem;
  }
  .p-compare__icon--sankaku {
    width: 2.6875rem;
  }
  .p-compare__icon--cross {
    margin-left: 0;
    width: 1.75rem;
  }
  .p-compare__text {
    font-size: 0.875rem;
    text-align: center;
  }
  .p-compare__text.--04 {
    font-size: 0.875rem;
    letter-spacing: -0.08em;
  }
  .p-compare__textEm {
    font-size: 1.0625rem;
  }
  .p-compare__note {
    font-size: 0.875rem;
  }
  .p-compare__cta {
    margin-top: 0.775rem;
  }
  .p-flow {
    background: url(../img/sp/flow-bg.png) center center/cover no-repeat;
    padding-block: 1.6875rem 2.6875rem;
  }
  .p-flow__title {
    font-size: 1.25rem;
  }
  .p-flow__step {
    gap: 0.9375rem;
    height: 2.8125rem;
    padding-left: 0.6875rem;
    width: 19.6875rem;
  }
  .p-flow__stepIcon.--01 {
    width: 2.25rem;
  }
  .p-flow__stepIcon.--02 {
    width: 2.5rem;
  }
  .p-flow__stepIcon.--03 {
    width: 2.375rem;
  }
  .p-flow__stepText {
    font-size: 0.9375rem;
  }
  .p-flow__arrow {
    margin-bottom: 0.6rem;
    margin-top: 0.625rem;
  }
  .p-flow__arrow img {
    width: 1.4375rem;
  }
  .p-flow__cta {
    margin-top: 1.6875rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-mv__cta {
    bottom: 1.6875rem;
    left: 52%;
  }
  .p-nayami {
    background: url(../img/sp/nayami-bg.png) center bottom/contain no-repeat;
    padding-bottom: 1.875rem;
  }
  .p-nayami__title {
    margin-top: 0.125rem;
    width: 14.5625rem;
  }
  .p-nayami__text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .p-nayami__text strong {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
  .p-nayami__banner {
    margin-top: 0.9375rem;
    width: 100%;
  }
  .p-nayami__features {
    align-items: center;
    flex-direction: column;
    gap: 0.6875rem;
    margin-top: 1.125rem;
  }
  .p-nayami__featuresItem {
    height: 1.8125rem;
    justify-content: flex-start;
    padding-left: 3.5rem;
    width: 16rem;
  }
  .p-nayami__featuresItem::before {
    background: url(../img/sp/nayami4.png) center center/contain no-repeat;
    height: 1.8125rem;
    top: 50%;
    width: 16rem;
  }
  .p-nayami__featuresItemText {
    font-size: 0.9375rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-route {
    background: url(../img/sp/route-bg.png) center top/cover no-repeat;
    padding-bottom: 3.25rem;
  }
  .p-route__content {
    margin-top: 0.625rem;
    padding-inline: 1.25rem;
  }
  .p-route__text1 {
    font-size: 1.25rem;
  }
  .p-route__text2 {
    font-size: 1.25rem;
    margin-top: 0.125rem;
  }
  .p-route__text2Em {
    font-size: 1.375rem;
  }
  .p-route__cta {
    margin-top: 0.25rem;
  }
  .p-route__text3 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.73;
    margin-top: 2.6875rem;
  }
  .p-route__text3Em {
    font-weight: 500;
  }
  .p-system {
    background: url(../img/sp/system-bg.png) center top/cover no-repeat;
    padding-block: 3.075rem 1.875rem;
  }
  .p-system__title {
    font-size: 1rem;
  }
  .p-system__title span::after {
    height: 0.6875rem;
    left: 0rem;
    top: 78%;
    width: 7.3125rem;
  }
  .p-system__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 1.0375rem;
  }
  .p-system__text2 {
    font-size: 1.125rem;
    margin-top: 0.2625rem;
  }
  .p-system__text2::after {
    max-width: 100%;
    width: 19.75rem;
  }
  .p-system__text2Em {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
  .p-system__text3 {
    margin-top: 0.3125rem;
    width: 18.375rem;
  }
  .p-system__img {
    margin-top: -1rem;
  }
  .p-systemMedia {
    margin-top: -2.5rem;
  }
  .p-systemMedia__item {
    flex-direction: column-reverse;
    width: 21.75rem;
  }
  .p-systemMedia__item.--02 {
    margin-top: 1.25rem;
  }
  .p-systemMedia__item.--03 {
    margin-top: 1rem;
  }
  .p-systemMedia__item--reverse {
    flex-direction: column-reverse;
  }
  .p-systemMedia__content {
    background-color: transparent;
    box-shadow: none;
  }
  .p-systemMedia__content.--01 {
    margin-right: 0;
    margin-top: 0;
    padding-block: 0.3875rem 0;
    padding-left: 0;
  }
  .p-systemMedia__content.--02 {
    margin-left: auto;
    margin-top: 0;
    padding-block: 0.6875rem 0;
    padding-left: 1.5625rem;
  }
  .p-systemMedia__content.--03 {
    margin-right: auto;
    margin-top: 0;
    padding-block: 0.375rem 0.6875rem;
    padding-left: 0.375rem;
  }
  .p-systemMedia__head {
    flex-wrap: wrap;
    padding-bottom: 0.125rem;
  }
  .p-systemMedia__head.--01::after {
    width: 92%;
  }
  .p-systemMedia__head.--02::after {
    width: 100%;
  }
  .p-systemMedia__head.--03::after {
    left: 0;
    width: 92%;
  }
  .p-systemMedia__icon {
    margin-right: 0.1875rem;
  }
  .p-systemMedia__icon.--01 {
    left: 0.5625rem;
    margin-right: 1.1875rem;
  }
  .p-systemMedia__icon.--02 {
    top: -0.25rem;
  }
  .p-systemMedia__icon.--03 {
    margin-right: 0.4375rem;
  }
  .p-systemMedia__stepNum {
    font-size: 2.125rem;
  }
  .p-systemMedia__title {
    font-size: 1.25rem;
    padding-bottom: 0.1875rem;
    padding-left: 2.1875rem;
    width: 100%;
  }
  .p-systemMedia__title.--03 {
    margin-left: -0.5625rem;
    margin-top: -0.875rem;
  }
  .p-systemMedia__text {
    font-size: 0.875rem;
    letter-spacing: -0.05em;
    margin-top: 0;
    padding-left: 0.375rem;
  }
  .p-systemMedia__image {
    width: 100%;
  }
  .p-systemMedia__image.--02 {
    width: 100%;
  }
  .p-tab__buttons {
    gap: 0.3125rem;
  }
  .p-tab__button {
    font-size: 0.875rem;
    padding-right: 0.9375rem;
    padding-top: 0.75rem;
  }
  .p-tab__contents {
    min-height: 12.5rem;
  }
  .p-tab__content {
    padding-right: 1.25rem;
    padding-top: 1.25rem;
  }
  .p-tab__content h2,
  .p-tab__content h3 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
  .p-tab__content p {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .p-tab__content ul {
    margin-top: 0.625rem;
    padding-right: 0.9375rem;
  }
  .p-tab__content li {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

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

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .c-cta:hover {
    -webkit-transform: translate(0, -0.3125rem);
    transform: translate(0, -0.3125rem);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-mv__cta.c-cta:hover {
    -webkit-transform: translate(-50%, -0.3125rem);
    transform: translate(-50%, -0.3125rem);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .c-imgBlueFilter:hover::before {
    opacity: 0;
  }
  .c-imgBlueFilter:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@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 */