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

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

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

a:hover {
  opacity: 0.7;
  transition: 0.3s opacity;
}

*,
*::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=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-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-sec__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.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 rgba(3, 56, 89, 0.0509803922);
  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: #033859;
  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-headline1__main {
  border-left: 2px solid #033859;
  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-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-tag {
  border: 1px solid rgba(3, 56, 89, 0.0509803922);
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.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%;
}
.condition > div:nth-child(2) {
  margin-bottom: 2.5rem;
}

.condition > div:nth-child(3) {
  margin-bottom: 2.5rem;
}

.condition > div:nth-child(4) {
  margin-bottom: 2.5rem;
}

.p-media {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding-bottom: 1.25rem;
}

.p-media__head {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.p-media__head .u-link__main {
  font-size: 1.75rem;
}

.p-media__list {
  font-size: 1.125rem;
}

.p-media__list li {
  margin-top: 0.625rem;
}

.p-media__img {
  width: 50%;
}

.p-media__body {
  padding-left: 1.875rem;
  width: 50%;
}

.c-iconLeft {
  line-height: 1.5;
  padding-left: 1.875rem;
  position: relative;
}
.c-iconLeft::before {
  background: url(..//img/common/check-lb.svg) center center/contain no-repeat;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1.25rem;
}

.p-media__body .p-media__list .u-font22 {
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
}

.c-table {
  border: 1px solid #333;
  border-collapse: collapse;
  width: 100%;
}

.c-table__data,
.c-table__head {
  padding: 0.625rem;
  width: 50%;
}

.c-table__head {
  background-color: #033859;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.125rem;
  width: 25%;
}

.c-table__data {
  border: 1px solid #033859;
  font-weight: 500;
  width: 25%;
}

.c-table__row td:nth-child(2n) {
  background-color: rgba(87, 154, 242, 0.3);
}

.c-table__row td:nth-child(2n+1) {
  background-color: rgba(3, 56, 89, 0.05);
}

.p-numberList {
  font-size: 1rem;
  list-style: none;
  padding: 0;
}

.p-numberList__item {
  line-height: 1.6;
}
.p-numberList__item + .p-numberList__item {
  margin-top: 0.625rem;
}

.condition-box__text {
  font-size: 1rem;
  padding-left: 1em;
  position: relative;
}
.condition-box__text::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.footer {
  background-color: #033859;
  color: #fff;
  padding: 0.625rem 0;
  text-align: center;
  width: 100vw;
}

.fv {
  background-color: rgba(3, 56, 89, 0.0509803922);
}

.fv-box {
  background: #FFF;
  border: 1px solid #0D0D0D;
  padding-bottom: 3.125rem;
  padding-top: 5rem;
  position: relative;
  width: 53.5300925926%;
}

.fv-box .u-bg__theme {
  -webkit-transform: translateX(-50%);
  left: 50%;
  padding-left: 2.5rem;
  top: -1.25rem;
  transform: translateX(-50%);
  z-index: 1;
}
.fv-box .u-bg__theme::after {
  -webkit-transform: translateX(-50%);
  border-left: 0.9375rem solid transparent;
  border-right: 0.9375rem solid transparent;
  border-top: 0.9375rem solid #033859;
  bottom: -0.9375rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.fv-box .u-txt__border {
  line-height: 1.6;
}

.fv-box .u-bg__theme {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: -1.25rem;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.contact-box {
  background: linear-gradient(180deg, rgb(87, 154, 242) 0%, #033859 100%);
  background-color: #fff;
  border-radius: 0.625rem;
  bottom: 1.25rem;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 0.875rem;
  height: 6.875rem;
  padding: 0.625rem 0.3125rem;
  position: fixed;
  right: 1.25rem;
  text-align: center;
  width: 9.375rem;
  z-index: 100;
}

.contact-box__link {
  letter-spacing: -0.8px;
}

.contact-box img {
  display: block;
  height: 3.125rem;
  margin: 0 auto;
  width: 3.125rem;
}

.l-header {
  background-image: url("..//img/fv@2x.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5rem;
  padding-top: 6.25rem;
}

.header__box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2.25rem 0;
}

.judgment {
  background-color: #F5f5f5;
}

.judgment-box .iconLeft {
  font-size: 1.125rem;
  padding-left: 1.5em;
  position: relative;
}
.judgment-box .iconLeft::before {
  background: url(..//img/common/check-red.svg) center center/contain no-repeat;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 1em;
}

.p-mv {
  width: 20.8333333333%;
}

.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-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;
}
.plan-box__item.u-flex {
  gap: 1.25rem;
  justify-content: center;
}

.plan-box__item.u-bg__gray2 {
  padding: 1.875rem 3.125rem;
}

.plan-box__item .u-bg__theme.u-font20.u-w500 {
  margin-bottom: -1.5625rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

.plan-item__box .u-bg__theme {
  margin-bottom: -1.875rem;
  text-align: center;
}

.plan-item__ttl .u-font10 {
  background-image: url("../img/common/plan-crown.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: -3.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.plan-item__box .u-font45.u-w700 {
  letter-spacing: -1.5px;
}

.plan-item__subttl {
  margin: 0;
  padding-left: 1.2em;
  position: relative;
}
.plan-item__subttl::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/hand-lb.svg) center center/contain no-repeat;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.iconLeft-lb {
  line-height: 1.6;
  padding-left: 1.4em;
  position: relative;
}
.iconLeft-lb::before {
  background: url(../img/common/check-lb.svg) center center/contain no-repeat;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 1em;
}
.iconLeft-lb + .iconLeft-lb {
  margin-top: 0.625rem;
}

.iconLeft-theme {
  line-height: 1.6;
  padding-left: 1.4em;
  position: relative;
}
.iconLeft-theme::before {
  background: url(../img/common/check-main.svg) center center/contain no-repeat;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 1em;
}
.iconLeft-theme + .iconLeft-theme {
  margin-top: 0.625rem;
}

.plan-item__subttl2 {
  margin: 0;
  padding-left: 1.4em;
  position: relative;
}
.plan-item__subttl2::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/hand-main.svg) center center/contain no-repeat;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.plan-box__table .c-table {
  border: 3px solid rgb(87, 154, 242);
}

.plan-box__link {
  background-image: linear-gradient(to right, #033859, rgb(87, 154, 242));
  color: #fff;
  display: block;
  font-size: 1.75rem;
  margin: 3.125rem auto 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
  padding: 1rem 5.0625rem 1rem 3.1875rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.plan-box__link::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/btn-Polygon.svg) center center/contain no-repeat;
  content: "";
  height: 1.25rem;
  position: absolute;
  right: 2.375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}

.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;
}

.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-br {
  display: block;
}

.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-font36 {
  font-size: 2.25rem;
}

.u-font45 {
  font-size: 2.8125rem;
}

.u-font50 {
  font-size: 3.125rem;
}

.u-font80 {
  font-size: 5rem;
}

.u-font100 {
  font-size: 6.25rem;
}

.u-font110 {
  font-size: 6.875rem;
}

/*sec
-----------------------------------------*/
.sec__ttl {
  border-bottom: 1px dotted #F23D3D;
  margin-bottom: 3.125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*あしらい
-----------------------------------------*/
.u-link__main {
  color: #033859;
  text-decoration: underline;
}

.u-bg__theme {
  background-color: #033859;
  color: #fff;
  line-height: 1.9;
  padding: 0 0.625rem 0.125rem;
}

.u-bg__blue {
  background-color: rgb(87, 154, 242);
}

.u-bg__gray2 {
  background-color: #F5f5f5;
}

.u-txt__red {
  color: #F23D3D;
}

.u-text__lb {
  color: rgb(87, 154, 242);
}

.u-text__theme {
  color: #033859;
}

.u-txt__border {
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(transparent 90%, #F2F03D 10%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% 100%;
  box-decoration-break: clone;
  padding-bottom: -0.9375rem;
}

.u-txt__dot {
  background-image: radial-gradient(circle, #F23D3D 18%, transparent 22%);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  padding-top: 1.0625rem;
  position: relative;
}

.u-font__second {
  font-family: "DM Serif Text", serif;
}

.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-520 {
  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-w800 {
  font-weight: 800;
}

.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: 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-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .l-sec__wrap {
    width: 90%;
  }
  .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-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .p-media {
    flex-direction: column;
    padding-bottom: 0rem;
  }
  .p-media__list {
    font-size: 1rem;
  }
  .p-media__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-media__body {
    margin-top: 1.875rem;
    padding-bottom: 1.25rem;
    padding-left: 0;
    width: 100%;
  }
  .c-table__data,
  .c-table__head {
    padding: 0.3125rem;
  }
  .c-table__head {
    border: none;
    font-size: 0.875rem;
    width: 100%;
  }
  .c-table__data {
    font-size: 0.875rem;
    width: 3%;
  }
  .p-numberList {
    font-size: 0.875rem;
  }
  .condition-box__text {
    font-size: 0.875rem;
  }
  .fv-box {
    padding-bottom: 1.875rem;
    padding-top: 3.125rem;
    width: 95%;
  }
  .fv-box .u-txt__border {
    line-height: 1.8;
  }
  .l-header {
    padding-bottom: 3.125rem;
    padding-top: 5rem;
  }
  .header__box {
    padding: 1.25rem 0;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .plan-box__item.u-flex {
    gap: 0.9375rem;
  }
  .plan-box__item.u-bg__gray2 {
    padding: 1.25rem 1.875rem;
  }
  .plan-item__box .u-bg__theme.u-font28.u-w500 {
    font-size: 1.0625rem;
    letter-spacing: -0.8px;
  }
  .plan-item__ttl .u-font10 {
    margin-bottom: -1.6875rem;
    padding: 1.25rem;
  }
  .plan-item__ttl .u-font100.u-txt__red.u-font__second.u-br.u-w500 {
    -webkit-transform: scaleY(1.3) scaleX(1.1);
    margin-top: 0.3125rem;
    transform: scaleY(1.3) scaleX(1.1);
  }
  .plan .l-sec__wrap > div:nth-child(2) .plan-item__ttl .u-font100.u-txt__red.u-font__second.u-br.u-w500 {
    -webkit-transform: scaleY(1.3) scaleX(1.15);
    margin-top: 0.25rem;
    transform: scaleY(1.3) scaleX(1.15);
  }
  .plan .l-sec__wrap > div:nth-child(4) .plan-item__ttl .u-font100.u-txt__red.u-font__second.u-br.u-w500 {
    -webkit-transform: scaleY(1.4) scaleX(1.15);
    margin-top: 0.625rem;
    transform: scaleY(1.4) scaleX(1.15);
  }
  .plan .l-sec__wrap > div:nth-child(4) .plan-item__ttl .u-font100.u-txt__red.u-font__second.u-br.u-w500 {
    -webkit-transform: scaleY(1.4) scaleX(1.15);
    margin-top: 0.625rem;
    transform: scaleY(1.4) scaleX(1.15);
  }
  .plan-box__link {
    font-size: 0.9375rem;
    letter-spacing: -0.5px;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  }
  .plan-box__link::after {
    height: 0.8125rem;
    right: 1.25rem;
    width: 0.8125rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-font28 {
    font-size: 1.375rem;
  }
  .u-font32 {
    font-size: 1.625rem;
  }
  .u-font40 {
    font-size: 1.75rem;
  }
  .u-font36 {
    font-size: 1.75rem;
  }
  .u-font45 {
    font-size: 2rem;
  }
  .u-font50 {
    font-size: 2.5rem;
  }
  .u-font80 {
    font-size: 2.5rem;
  }
  .u-font100 {
    font-size: 3.125rem;
  }
  .u-font110 {
    font-size: 5.625rem;
  }
  .u-txt__dot {
    padding-top: 0.875rem;
  }
  .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: 520px) {
  .plan-box__item .u-bg__theme.u-font20.u-w500 {
    margin-bottom: -0.5625rem;
    padding-bottom: 0.1875rem;
    padding-top: 0.1875rem;
  }
  .plan-item__box .u-bg__theme.u-font28.u-w500 {
    margin-bottom: -0.5625rem;
  }
  .plan-item__box .u-bg__theme.u-font28.u-w500 {
    font-size: 0.9375rem;
  }
  .plan-item__ttl .u-font10 {
    margin-bottom: -2.3125rem;
  }
  .plan-item__ttl .u-font100.u-txt__red.u-font__second.u-br.u-w500 {
    -webkit-transform: scaleY(1.1) scaleX(1);
    margin-top: 1.25rem;
    transform: scaleY(1.1) scaleX(1);
  }
  .plan .l-sec__wrap > div:nth-child(2) .plan-item__ttl .u-font100.u-txt__red.u-font__second.u-br.u-w500 {
    -webkit-transform: scaleY(1.1) scaleX(1);
    margin-top: 1.4375rem;
    transform: scaleY(1.1) scaleX(1);
  }
  .plan .l-sec__wrap > div:nth-child(4) .plan-item__ttl .u-font10 {
    margin-top: 0rem;
  }
  .plan .l-sec__wrap > div:nth-child(4) .plan-item__ttl .u-font100.u-txt__red.u-font__second.u-br.u-w500 {
    -webkit-transform: scaleY(1.1) scaleX(1);
    margin-top: 1.4375rem;
    transform: scaleY(1.1) scaleX(1);
  }
  .plan .l-sec__wrap > div:nth-child(4) .plan-item__ttl .u-font10 {
    margin-top: 1.5625rem;
  }
  .plan .l-sec__wrap > div:nth-child(4) .plan-item__ttl .u-font100.u-txt__red.u-font__second.u-br.u-w500 {
    -webkit-transform: scaleY(1.1) scaleX(1);
    margin-top: 1.125rem;
    transform: scaleY(1.1) scaleX(1);
  }
  .plan .l-sec__wrap > div:nth-child(2) .u-font10 {
    margin-top: -0.1875rem;
  }
  .plan .l-sec__wrap > div:nth-child(4) .u-font10 {
    margin-top: 1.3125rem;
  }
  .u-font10 {
    font-size: 0.875rem;
  }
  .u-font20 {
    font-size: 0.8125rem;
  }
  .u-font100 {
    font-size: 2.5rem;
  }
  .u-font110 {
    font-size: 3.75rem;
  }
  .u-520 {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
  .l-sec__wrap {
    width: 95%;
  }
  .u-font10 {
    font-size: 0.75rem;
  }
  .u-font28 {
    font-size: 1.125rem;
  }
  .u-font32 {
    font-size: 1.25rem;
  }
  .u-font40 {
    font-size: 1.5rem;
  }
  .u-font36 {
    font-size: 1.5rem;
  }
  .u-font45 {
    font-size: 1.625rem;
  }
  .u-font50 {
    font-size: 1.875rem;
  }
  .u-font80 {
    font-size: 1.875rem;
  }
  .u-font100 {
    font-size: 2.5rem;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .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 */