@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6842105263vw;
  }
}
@media (min-width: 950px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #1B224C;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-blog-both {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.l-breadcrumb-sub {
  margin-top: 5rem;
}

.l-contact-form-inner {
  max-width: 43.75rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.l-footer__inner {
  max-width: 56.25rem;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 950px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-mv {
  margin-right: auto;
  margin-left: auto;
}

.l-price-list__inner {
  max-width: 59.375rem;
  margin: 0 auto;
}

.l-sidebar {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-strength {
  margin-top: 3.6875rem;
}

.c-breadcrumb__inner {
  width: 90vw;
  max-width: 56.25rem;
  min-height: 3.125rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-breadcrumb__inner a {
  text-decoration: underline;
}

.c-btn1 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 1.125rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #fff;
  font-weight: bold;
  min-width: 8.875rem;
  border-radius: 5px;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn1--orange {
  background-color: #F5A623;
}

.c-btn1--black {
  background-color: #1B224C;
}

.c-btn2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 1.375rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.7142857143;
  color: #fff;
  font-weight: bold;
  min-width: 16.25rem;
  border-radius: 3.75rem;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn2--orange {
  background-color: #F5A623;
}

.c-btn3 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 1rem 0rem 1.125rem 0rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6875;
  color: #fff;
  font-weight: bold;
  min-width: 12.5rem;
  border-radius: 3.75rem;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: transparent;
  border: solid 1px #fff;
}

.c-btn5 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 1rem 0rem 1.125rem 0rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6875;
  color: #fff;
  font-weight: bold;
  min-width: 17.5rem;
  border-radius: 60px;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #F5A623;
}

.c-label {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 0.5rem 0rem 0.625rem 0rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #fff;
  font-weight: 400;
  min-width: 5.625rem;
  text-align: center;
  background-color: #F5A623;
}

.c-label__cat {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 0.25rem 0rem 0.4375rem 0rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  min-width: 4.875rem;
  text-align: center;
  background-color: #1B224C;
}

.c-mv__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6875;
  color: #fff;
  font-weight: bold;
}

.c-tel-btn {
  min-width: 8.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1B224C;
}

.c-tel-btn__sub {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-tel-btn__sub {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.c-tel-btn__main {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: right;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-tel-btn__main {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.c-tel-btn--tel .c-tel-btn__main-body::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.875rem;
  margin-right: 0.3125rem;
}

.c-tel-btn__main-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-tel-btn__main-body-big {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-tel-btn__main-body-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: -0.4375rem;
  }
}

.c-tel-btn__sub-white {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

.c-tel-btn__main-white {
  font-size: 1rem;
  line-height: 1.6875;
  text-align: left;
  color: #fff;
}

.c-tel-btn--tel .c-tel-btn__main-body img {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.875rem;
  margin-right: 0.3125rem;
}

.p-ac__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #1B224C;
  font-weight: bold;
  text-align: center;
}

.p-ac__inner {
  margin-top: 4.6875rem;
}

.p-ac__body {
  margin-top: 1.875rem;
}

.p-ac-question {
  position: relative;
  height: 4.25rem;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #1B224C;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-top: 1px solid #1b224c;
  font-size: 1rem;
  line-height: 1.6875;
  padding: 0.625rem 3.125rem 0.8125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-ac-question {
    height: auto;
    min-height: 4.25rem;
    font-size: 1rem;
  }
}

.p-ac-answer {
  border-bottom: 1px solid #fff;
  background-color: #f8f8f8;
  color: #1B224C;
  text-align: left;
  cursor: pointer;
  display: none;
  font-size: 1rem;
  height: auto;
  line-height: 1.6875;
  padding: 0.3125rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-ac-answer {
    height: 4.0625rem;
    font-size: 1rem;
    line-height: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ①プラスの横線 */
.p-ac-question:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 9px;
  height: 2px;
  background: #1B224C;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-ac-question:before {
    right: 0px;
    width: 19px;
  }
}

/* ②プラスの縦線 */
.p-ac-question:after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 3px;
  width: 2px;
  height: 10px;
  background: #1B224C;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-ac-question:after {
    right: 8px;
    height: 19px;
  }
}

/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.p-ac-question.open:after {
  top: 25%;
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-blog-mv {
  background: url(../images/blog.jpg) no-repeat center/cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  height: 13.8125rem;
}
@media screen and (min-width: 768px) {
  .p-blog-mv {
    width: 100%;
  }
}

.p-blog-sub {
  margin-top: 3.75rem;
}

.p-blog-sub__inner {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.p-blog-sub__tag p {
  width: 6.875rem;
  color: #fff;
  font-size: 0.75rem;
  background-color: #1B224C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5625rem 0;
}

.p-blog-sub__section-title {
  margin-top: 1.875rem;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.p-blog-sub__section-title h1 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-blog-sub__sns {
  margin-left: -0.625rem;
}

.p-blog-sub__info {
  display: block;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-blog-sub__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-blog-sub__time {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-blog-sub__time {
    text-align: right;
  }
}

.p-blog-sub__img {
  width: 100%;
  aspect-ratio: 590/370;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-blog-sub__img img {
  height: 100%;
  width: 100%;
}

.p-blog-sub__text h2 {
  margin-top: 2.5rem;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-blog-sub__text p {
  margin-top: 1.25rem;
  display: inline-block;
  padding-bottom: 1.875rem;
}

.p-blog-sub__text p:nth-of-type(2) {
  margin-top: 1.6875rem;
  display: inline-block;
  padding-bottom: 1.75rem;
}

.p-blog-sub__text h3 {
  margin-top: 0.75rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: solid 4px #1B224C;
  padding-left: 10px;
  margin-left: 0;
}

.p-blog-sub__text p:nth-of-type(3) {
  margin-top: 1.6875rem;
}

.p-blog-sub blockquote {
  background: url(../images/quote.png) no-repeat center/contain;
  background-size: 5%;
  background-color: #F8F8F8;
  background-position: left 1% top 20%;
}
@media screen and (min-width: 768px) {
  .p-blog-sub blockquote {
    background-position: left 1% top 22%;
  }
}

.p-blog-sub blockquote {
  padding-left: 2.1875rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-blog-sub blockquote {
    padding-left: 0;
    font-size: 1rem;
  }
}

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #F8F8F8;
  width: 100%;
  height: 6.5625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}
cite {
  font-style: normal;
  margin-left: 0.9375rem;
  display: -webkit-box; /* 複数行可能　 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (min-width: 768px) {
  cite {
    margin-left: 2.5rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0.3125rem;
}

.p-blog-sub__list {
  margin-top: 1.875rem;
}

.p-blog-sub__list li {
  position: relative;
  padding-left: 3rem;
  position: relative;
  line-height: 1.6875;
}

.p-blog-sub__list li::before {
  content: "";
  border-radius: 50%;
  background-color: #F5A623;
  width: 0.6875rem;
  height: 0.6875rem;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  display: inline-block;
  background-color: #F5A623;
}

.p-blog-sub__link {
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
  color: #F5A623;
  padding-left: 1.125rem;
}

.p-blog {
  margin-top: 3.625rem;
}

.p-blog__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #1B224C;
  font-weight: bold;
  text-align: center;
}

.p-blog-both {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-blog-both {
    display: grid;
    grid-template-columns: 1fr 16.8125rem;
    grid-gap: 2.25rem;
  }
}

.p-breadcrumb {
  background-color: #F8F8F8;
  padding: 0.5rem 0;
}

.p-breadcrumb span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #1B224C;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.p-breadcrumb--height {
  margin-top: 5rem;
}

.p-contact-form {
  margin-bottom: 5.125rem;
}

.p-contact-form__content {
  margin-top: 3.625rem;
}

.p-contact-form__text {
  line-height: 1.6875;
}

.p-contact__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 2rem;
    line-height: 1.6875;
  }
}

.p-contact__img {
  background: url(../images/cta.jpg) no-repeat center/cover;
}

.p-contact__btn {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__contact {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  line-height: 1.6875;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding-top: 1.375rem;
  padding-bottom: 2.5625rem;
  text-decoration: underline;
}

.p-contact-flex {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-contact__tel {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #1B224C;
  font-weight: bold;
  padding-left: 1.25rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    text-align: left;
  }
}

.p-contact__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  line-height: 1.6875;
  color: #1B224C;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    text-align: left;
  }
}

.p-contact__time {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  line-height: 1.6875;
  color: #1B224C;
  padding-left: 1.25rem;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact__time {
    text-align: left;
  }
}

.p-flow {
  margin-top: 3.625rem;
}

.p-flow__body {
  margin-top: 3.3125rem;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.p-flow__body .p-flow__list {
  position: relative;
  max-width: 900px;
  padding: 0.5em;
  line-height: 1.5em;
  background: #f8f8f8;
  border-left: solid 64px #f5a623;
  margin-bottom: 8px;
}

.p-flow__body .p-flow__list:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  /*数字のデザイン変える*/
  display: inline-block;
  color: #fff;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8125;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    height: 4rem;
    font-size: 1.125rem;
  }
}

.p-flow__title {
  width: 43%;
  padding: 0.625rem;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 13.4375rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 1.125rem;
  }
}

.p-flow__do {
  border-left: solid 1px #c3c3c3;
  width: 64%;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__do {
    padding-left: 3.25rem;
  }
}

.p-flow__do p {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-flow__do p {
    font-size: 1rem;
  }
}

.p-footer {
  height: 14.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 2.875rem;
  padding-bottom: 10.25rem;
  color: #fff;
  background-color: #1B224C;
}

.p-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-footer-nav {
    height: 5.5rem;
  }
}

.p-footer-nav__list {
  margin: -0.9375rem 0;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    margin: 1.25rem 0;
  }
}

.p-footer-nav__item {
  text-align: left;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item {
    margin-top: 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-nav__item a {
    border-right: 20px;
  }
}

.p-footer-nav__item a {
  padding: 0.625rem 0;
  padding: 0 0.9375rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding-right: 1.4375rem;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 1px #fff;
  }
}

.p-footer-nav__item-last {
  padding: 0.625rem 0;
  padding: 0 0.9375rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 2.2;
  padding-right: 1.4375rem;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: none;
  }
}

.p-footer__sub-menu {
  text-align: right;
}

.p-footer__logo {
  width: 12.3125rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0.875rem 1.1875rem;
}

.p-footer__logo img {
  width: 9.9375rem;
  height: 1.9375rem;
  color: #fff;
}

.p-footer__copyright {
  text-align: center;
  margin: 0.75rem 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    text-align: right;
    font-weight: bold;
  }
}

.p-footer__copyright small {
  font-size: 0.75rem;
  font-weight: 400;
  color: #1B224C;
  line-height: 1.6666666667;
  display: inline-block;
}

.p-form {
  margin-top: 2.5625rem;
}

.p-form h2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  margin-top: 0.625rem;
}

.p-form__content {
  margin-top: 0.75rem;
}

.p-form__text-sub {
  margin-top: 0.875rem;
  margin-bottom: 0.1875rem;
}

.p-form__radio span {
  margin-top: 0.6875rem;
}

.p-form__company {
  width: 90vw;
  max-width: 43.75rem;
  height: 3.125rem;
  padding-left: 1.25rem;
}

.p-form__name {
  width: 90vw;
  max-width: 43.75rem;
  height: 3.125rem;
  padding-left: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

.p-form__text-sub span {
  font-weight: bold;
}

.mwform-radio-field, .horizontal-item {
  display: block;
}

.p-form__textarea {
  max-width: 43.75rem;
  width: 90vw;
  padding-top: 0.75rem;
  padding-left: 1.4375rem;
  font-size: 0.75rem;
  line-height: 3.8;
}

.p-form__privacy {
  text-align: center;
  margin-top: 1.25rem;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-form__privacy {
    padding-left: 3.375rem;
  }
}

.p-form__privacy a {
  color: #F5A623;
  text-decoration: underline;
}

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

.mwform-radio-field input {
  margin-right: 1.1875rem;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.mwform-checkbox-field input {
  margin-right: 1.1875rem;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border-radius: 0;
}

.p-form__agree, .form_contentn {
  margin-top: 2.0625rem;
}

.p-form__btn {
  margin-top: 3rem;
}

.p-form__submit {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-form__submit-btn {
  min-width: 12.5rem;
  padding-top: 1rem;
  padding-bottom: 1.125rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #1B224C;
  border-radius: 0.3125rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.p-header {
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 5rem;
    padding-left: 0.9375rem;
    padding-right: 0.625rem;
  }
}

.p-header__wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .p-header__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-header__logo {
  height: inherit;
  padding-top: 1.375rem;
  padding-left: 0.9375rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 1024px) {
  .p-header__logo {
    padding-top: 1.4375rem;
    padding-left: 0.9375rem;
  }
}

.p-header__logo a {
  height: inherit;
}

.p-header__logo img {
  width: 8.5rem;
  height: 1.6875rem;
}

.p-header__hamburger {
  display: none;
  height: inherit;
  width: 3.75rem;
  padding: 1.25rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 1024px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #F5A623;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(0.4375rem) rotate(45deg);
          transform: translateY(0.4375rem) rotate(45deg);
}

.p-header__hamburger.open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-0.4375rem) rotate(-45deg);
          transform: translateY(-0.4375rem) rotate(-45deg);
}

.p-header__nav {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-header__nav {
    display: block;
    position: static;
    height: inherit;
    width: 100%;
    padding: 0;
  }
}

.p-header__nav-inner {
  height: inherit;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-inner {
    height: inherit;
    overflow: visible;
    overflow: initial;
  }
}

.p-header__nav-inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  min-height: 40.625rem;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-inner2 {
    min-height: 0;
    min-height: initial;
    height: inherit;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-header__nav-list {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    width: initial;
  }
}

.p-header__nav-item {
  padding: 1rem 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item {
    height: 5rem;
    padding: 0rem 0.9375rem;
  }
}

.p-header__nav-item a {
  font-size: 1.5625rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item a {
    padding: 1.875rem 0;
    font-size: 1rem;
  }
}

.p-header__btn-list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-header__btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

.p-header__contact-btn {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1024px) {
  .p-header__contact-btn {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.4375rem;
  }
}

.p-header__btn {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-header__btn {
    margin-bottom: 0;
  }
}

.p-header__contact {
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  .p-header__contact {
    margin-left: 0.625rem;
  }
}

.p-info-blog {
  width: 50%;
}

.p-info-blog__body {
  margin-top: 3.75rem;
}

.p-info__body-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-info-blog__item {
  position: relative;
}

.p-info-blog__item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-info-blog__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-info-blog__left {
  display: block;
  height: auto;
  height: initial;
}
@media screen and (min-width: 768px) {
  .p-info-blog__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 11.1875rem;
    margin-bottom: 3.5625rem;
  }
}

.p-info-blog__label {
  padding: 0.3125rem 0.8125rem;
  font-size: 0.75rem;
  line-height: 2.4166666667;
  background-color: #1B224C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-info-blog__label {
    position: absolute;
    top: 0.3125rem;
    left: 0;
  }
}

.p-info-blog__img img {
  width: 90vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-info-blog__img img {
    width: 15rem;
    height: 11.1875rem;
  }
}

.p-info-blog__right {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-info-blog__right {
    width: 60%;
    padding-left: 3.125rem;
  }
}

.p-info-blog__subtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1.25rem;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.p-info-blog__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 1.25rem;
  font-weight: normal;
}

.p-info1__body-inner {
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 7.4375rem;
}
@media screen and (min-width: 768px) {
  .p-info1__body-inner {
    max-width: 59.375rem;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-info1__body {
  margin-top: 5.625rem;
}

.p-info1-blog {
  margin-right: 1.25rem;
  width: auto;
  width: initial;
}
@media screen and (min-width: 768px) {
  .p-info1-blog {
    width: 48%;
  }
}

.p-info1-blog__item {
  position: relative;
  margin-top: 1.875rem;
}

.p-info1-blog__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-info1-blog__box {
  width: 9.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
}

.p-info1-blog__label {
  padding: 0.125rem 0.5625rem;
  font-size: 0.625rem;
  line-height: 2.4166666667;
  background-color: #1B224C;
  color: #fff;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}

.p-info1-blog__img-top {
  display: block;
  margin-right: 1.4375rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-info1-blog__img-top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 150/110;
}

.p-info1-blog__img {
  display: block;
  margin-right: 1.4375rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-info1-blog__img {
    height: 9.375rem;
  }
}

.p-info1-blog__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-info1-blog__img img {
    height: 9.375rem;
  }
}

.p-info1-blog__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #1B224C;
  font-weight: bold;
}

.p-info1-blog__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1.25rem;
  width: auto;
  width: initial;
}
@media screen and (min-width: 768px) {
  .p-info1-blog__right {
    width: 43%;
  }
}

.p-info1-blog__subtitle {
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-info1-blog__time {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-info1-blog__time {
    margin-top: 1.25rem;
  }
}

.p-info__news {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-info__news {
    width: 50%;
    margin-top: 0;
  }
}

.p-info-news__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #1B224C;
  font-weight: bold;
}

.p-info-news__list1 {
  padding-top: 1.0625rem;
}

.p-info-news__list2 {
  padding-top: 1rem;
}

.p-info-news__time {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #1B224C;
  text-decoration: underline;
}

.p-info-news__subtitle {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  line-height: 1.6875;
  color: #1B224C;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.p-info2__body-inner {
  max-width: 57.9375rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-info2__body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-info2__body {
  margin-top: 5.625rem;
  margin-bottom: 4.3125rem;
}

.p-info2-blog__box {
  width: 35.593220339;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-info2-blog__item {
  position: relative;
  margin-top: 1.875rem;
}

.p-info2-blog__item a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-info2-blog__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-info2-blog__label {
  padding: 0.4375rem 0.8125rem;
  font-size: 0.75rem;
  background-color: #1B224C;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-info2-blog__label {
    position: absolute;
    top: 0.25rem;
    left: 0;
  }
}

.p-info2-blog__img {
  margin-right: 1.4375rem;
}

.p-info2-blog__img img {
  width: 15rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-info2-blog__img img {
    height: 11.1875rem;
  }
}

.p-info2-blog__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.625rem;
  line-height: 1.5;
  color: #1B224C;
  font-weight: bold;
}

.p-info2-blog__right {
  width: 58.9830508475;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-info2-blog__right {
    margin-left: 2rem;
  }
}

.p-info2-blog__subtitle {
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: bold;
  margin-top: 1.8125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-info2-blog__time {
  font-size: 0.875rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-info2-blog__time {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 0;
  }
}

.p-info-news {
  width: 50%;
  padding-left: 4.1875rem;
}

.p-info-news__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #1B224C;
  font-weight: bold;
}

.p-info-news__list1 {
  padding-top: 1.0625rem;
}

.p-info-news__list2 {
  padding-top: 1rem;
}

.p-info-news__time {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #1B224C;
  text-decoration: underline;
}

.p-info-news__subtitle {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  line-height: 1.6875;
  color: #1B224C;
  text-decoration: underline;
}

.p-mv {
  width: 100%;
  height: 100%;
  min-height: 29.75rem;
  margin-top: 5rem;
  position: relative;
}

.p-mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  z-index: -1;
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}

.p-mv__body {
  color: #fff;
  position: absolute;
  padding-top: 1.25rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-mv__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.375rem;
  font-weight: bold;
  text-align: center;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px rgb(0, 0, 0));
          filter: drop-shadow(0px 3px 6px rgb(0, 0, 0));
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 3rem;
    line-height: 1.3541666667;
  }
}

.p-mv__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    margin-top: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

.p-mv__btn {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-mv__btn {
    margin-top: 3.1875rem;
  }
}

.p-mv__contact {
  display: block;
  margin-top: 1.375rem;
  text-align: center;
  text-decoration: underline;
}

.p-news-list {
  margin-top: 3.625rem;
}

.p-news-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-list__list:nth-of-type(1) {
  border-top: 1px solid #d5d5d5;
  margin-top: 2.8125rem;
}

.p-news-list__list {
  border-bottom: solid 1px #d5d5d5;
  font-size: 1rem;
  height: 3.875rem;
}

.p-news-list__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  line-height: 1.6875;
  color: #1B224C;
  font-weight: bold;
  text-align: center;
}

.p-news-list__time {
  width: 9.375rem;
  font-size: 0.875rem;
  margin-right: 4rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (min-width: 768px) {
  .p-news-list__time {
    font-size: 1rem;
  }
}

.p-news-list__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
  width: 50vw;
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-news-list__text {
    font-size: 1rem;
  }
}

.p-news-mv {
  background: url(../images/news.jpg) no-repeat center/cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  height: 13.8125rem;
}
@media screen and (min-width: 768px) {
  .p-news-mv {
    width: 100%;
  }
}

.p-news-sub {
  margin-top: 3.3125rem;
  margin-bottom: 3.3125rem;
}

.p-news-sub__inner {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.p-news-sub__section-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.7142857143;
}

.p-news_sub_date {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 2.25rem;
}

.p-news-sub__time {
  font-size: 1rem;
  line-height: 1.6875;
  text-align: right;
  margin-top: 2.25rem;
}

.p-news-sub__text h2 {
  margin-top: 5.9375rem;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-news-sub__text p {
  margin-top: 1.25rem;
  display: inline-block;
  padding-bottom: 1.875rem;
}

.p-news-sub__text p:nth-of-type(2) {
  margin-top: 1.6875rem;
  display: inline-block;
  padding-bottom: 1.75rem;
}

.p-news-sub__text h3 {
  margin-top: 0.75rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: solid 4px #1B224C;
  padding-left: 10px;
  margin-left: 0;
}

.p-news-sub__text p:nth-of-type(3) {
  margin-top: 1.6875rem;
}

.p-news-sub__text ul li::before {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  left: 1em;
  top: 0.5em;
  content: "";
  background: #f5a623;
}

.p-news-sub blockquote {
  background: url(../images/quote.png) no-repeat center/contain;
  background-size: 5%;
  background-color: #F8F8F8;
  background-position: left 1% top 20%;
}
@media screen and (min-width: 768px) {
  .p-news-sub blockquote {
    background-position: left 1% top 60%;
  }
}

.p-news__sub blockquote {
  padding-left: 2.1875rem;
}

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #F8F8F8;
  width: 100%;
  height: 6.5625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}

cite {
  font-style: normal;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  cite {
    margin-left: 2.5rem;
  }
}

img {
  margin-top: 0.3125rem;
}

.p-news-sub__list {
  margin-top: 1.875rem;
}

.p-news-sub__list li {
  position: relative;
  padding-left: 3rem;
  position: relative;
  line-height: 1.6875;
}

.p-news-sub__list li::before {
  content: "";
  border-radius: 50%;
  background-color: #F5A623;
  width: 0.6875rem;
  height: 0.6875rem;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  display: inline-block;
  background-color: #F5A623;
}

.p-news-sub__link {
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
  color: #F5A623;
  padding-left: 1.125rem;
}

.p-page-contact-mv {
  background: url(../images/cta.jpg) no-repeat center/cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  height: 13.8125rem;
}
@media screen and (min-width: 768px) {
  .p-page-contact-mv {
    width: 100%;
  }
}

/* pagination */
.pagination {
  margin-top: 4.0625rem;
  margin-bottom: 2.875rem;
}

/* リンクの枠 */
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.1875rem;
}

/* 数字のリンク */
.pagination .nav-links .page-numbers {
  text-decoration: none;
  color: #333;
  border: 1px solid #aaa;
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 現在のページ */
.pagination .nav-links .current {
  background-color: #333;
  color: #fff;
}

.pagination .page-numbers.dots {
  border: none;
}

.pagination .prev.page-numbers {
  display: none;
}

.pagination .next.page-numbers {
  display: none;
}

.p-price-list__scroll-hint {
  overflow-x: scroll;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-price-list__scroll-hint {
    overflow-x: visible;
    overflow-x: initial;
    white-space: normal;
    white-space: initial;
  }
}

.p-price-list__head2 {
  width: 56.25rem;
  border-collapse: separate;
  border-spacing: 0.5rem 0;
}

.p-price-list {
  margin-top: 5.625rem;
  margin-bottom: 3.75rem;
}

.p-price-list__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #1B224C;
  font-weight: bold;
  text-align: center;
}

.p-price-list__head {
  overflow: auto;
  margin-top: 4.375rem;
}

.p-price-list__kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.6875rem;
  vertical-align: middle;
  color: #fff;
  background-color: #1B224C;
  padding: 1.125rem 0;
  line-height: 1.5;
}

.p-price-list__kind-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 13.75rem;
  background-color: #F5A623;
  color: #fff;
  padding-top: 0.8125rem;
  vertical-align: middle;
  padding: 1.125rem 0;
  line-height: 2;
}

.p-price-list__kind-lg p {
  font-size: 1rem;
  font-weight: bold;
}

.p-price-list__box-lg {
  border: 1px solid #1B224C;
  border-top: none;
  padding-top: 0.625rem;
  padding-bottom: 4.6875rem;
}

.p-price-list__head2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4375rem;
}

.p-price-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4375rem;
  padding-top: 38px;
}

.p-price-card {
  border-top: none;
  width: 13.75rem;
  border: 1px solid #1B224C;
}

.p-price-card p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-price-card-lg {
  margin-top: -38px;
  border: none;
}

.p-price-card__price {
  font-size: 1.5625rem;
  font-weight: bold;
  margin-top: 1.875rem;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-price-card__monthly {
  padding-left: 0 1.25rem;
  position: relative;
  display: inline-block;
  margin-top: 0.875rem;
  margin-left: 2.5rem;
  margin-right: 1.25rem;
}

.p-price-card__price-orange {
  color: orange;
  margin-top: 1.25rem;
}

.p-price-card__mark {
  padding-left: 0 1.25rem;
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  margin-top: 0.625rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price-card__mark {
    font-size: 1rem;
  }
}

.p-price-card__mark-top {
  margin-top: 3rem;
}

.p-price-card__mark::before {
  content: "";
  display: inline-block;
  top: 5;
  left: 0;
  width: 10px;
  height: 10px;
  border-left: 3px solid #000066;
  border-bottom: 3px solid #000066;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-price-card__mark::before {
    padding-right: 0;
  }
}

.p-price-mv {
  background: url(../images/plan.jpg) no-repeat center/cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  height: 13.8125rem;
}
@media screen and (min-width: 768px) {
  .p-price-mv {
    width: 100%;
  }
}

.p-price-system {
  margin-top: 3.625rem;
}

.p-price-system__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.p-price-system__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #1B224C;
  font-weight: bold;
  text-align: center;
}

.p-price-system__box1 {
  width: 42%;
  height: 5.625rem;
  background-color: #1B224C;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price-system__box1 {
    width: 17.5rem;
    font-size: 1.375rem;
    line-height: 1.5909090909;
  }
}

.p-price-system__plus {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-price-system__plus span {
  font-size: 2.0625rem;
  font-weight: bold;
}

.p-price-system__box2 {
  width: 42%;
  height: 5.625rem;
  background-color: #1B224C;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price-system__box2 {
    width: 17.5rem;
    height: 5.625rem;
    font-size: 1.375rem;
    line-height: 1.5909090909;
  }
}

.p-price-system__text {
  margin-top: 2.8125rem;
}

.p-problem {
  background-color: #1B224C;
}

.p-problem__inner {
  padding-bottom: 3.375rem;
}

.p-problem__question {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-problem__question {
    margin-top: 0.125rem;
    font-size: 2.25rem;
    line-height: 1.3888888889;
    font-weight: bold;
  }
}

.p-problem__contents {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-problem__contents {
    display: block;
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.p-problem__contents__sp {
  font-size: 1rem;
  line-height: 2.1666666667;
  font-weight: 400;
  margin-top: 4.0625rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-problem__contents__sp {
    display: none;
  }
}

.p-problem__pb1 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  padding-right: 0;
}
@media screen and (min-width: 600px) {
  .p-problem__pb1 {
    font-size: 1.125rem;
    line-height: 2.1666666667;
    padding-right: 3.5625rem;
  }
}

.p-problem__pb2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  padding-right: 0;
  margin-top: 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-problem__pb2 {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 2.1666666667;
    padding-right: 1.875rem;
  }
}

.p-problem__pb3 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  margin-top: 1.875rem;
  padding-right: 1.125rem;
}
@media screen and (min-width: 600px) {
  .p-problem__pb3 {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 2.1666666667;
    padding-right: 0;
  }
}

.p-problem__container {
  max-width: 56.25rem;
  min-height: 15.5rem;
  background-color: #fff;
  color: #1B224C;
  padding: 0.625rem 1rem;
  margin-top: 5.1875rem;
}

.p-problem__sub-body {
  max-width: 54.25rem;
  min-height: 14.0625rem;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1.5625rem;
  border: solid 5px #1B224C;
  /* 内枠のスタイル */
}

.p-problem__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #1B224C;
  font-weight: bold;
  text-align: center;
}

.marker-normal {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #F5A623));
  background: linear-gradient(transparent 75%, #F5A623 75%);
}

.p-problem__content {
  margin-top: 1.5625rem;
  text-align: center;
}

.p-sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 19.625rem;
}

.p-sidebar-category {
  padding-left: 0;
}

.p-sidebar-blog__title {
  padding: 0.75rem;
  background-color: #1B224C;
  font-size: 1.3125rem;
  color: #fff;
  line-height: 1.8571428571;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}

.p-sidebar-blog__body {
  margin-bottom: 2.625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-sidebar-blog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-sidebar-blog__img {
  margin-right: 1.4375rem;
  width: 43%;
}

.p-sidebar-blog__img img {
  aspect-ratio: 100/70;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: auto;
  width: 100%;
  height: 100%;
}

.p-sidebar-blog__sub-title {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar-blog__sub-title {
    margin-top: 0;
    width: 52%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
}

.p-sidebar-blog__sub-title a {
  display: -webkit-box;
  /* 複数行可能　 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 3;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
  font-size: 0.75rem;
  line-height: 2;
  text-decoration: underline;
}

.p-sidebar-category__title {
  padding: 0.75rem;
  width: 16.8125rem;
  background-color: #1B224C;
  font-size: 1.3125rem;
  color: #fff;
  line-height: 1.8571428571;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}

.p-sidebar-blog h2 {
  font-size: 0.75rem;
  line-height: 2;
}

.p-sidebar-category__body {
  margin-top: 1.875rem;
  margin-bottom: 6.25rem;
}

.p-sidebar-category__body a {
  font-weight: bold;
}

.p-sidebar-category__body li {
  margin-top: 1rem;
}

.p-strength__body {
  padding-top: 3.75rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-strength__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-strength__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .p-strength__sub-body {
    width: 55.5555555556%;
  }
}

.p-strength__label1 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-strength__label1 {
    margin-top: 0;
  }
}

.p-strength__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #1B224C;
  font-weight: bold;
  text-align: center;
}

.p-strength__sub-title1 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.625rem;
  line-height: 1.5;
  color: #1B224C;
  font-weight: bold;
  text-align: left;
  margin-top: 1.25rem;
}
.p-strength__sub-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  line-height: 1.6875;
  color: #1B224C;
  margin-top: 2.4375rem;
}

@media screen and (min-width: 768px) {
  .p-strength__img {
    width: 38.8888888889%;
  }
}

.p-strength__img img {
  aspect-ratio: 350/240;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-strength__cta {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.625rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-strength__cta-img {
  padding-bottom: 3.3125rem;
  text-align: center;
  position: relative;
  background: url(../images/price.jpg) no-repeat center/cover;
  width: 100%;
}

.p-strength__cta-body {
  padding-top: 5.8125rem;
}

.p-strength__cta {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.625rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 3.8125rem;
}

.p-strength__btn {
  padding-top: 1.6875rem;
  padding-top: 0.5625rem;
}

.p-success {
  background-color: #1B224C;
  margin-top: 2.4375rem;
  padding-top: 1.25rem;
  padding-bottom: 4.25rem;
}

.p-success__example {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 3.625rem;
}

.p-success__list {
  display: block;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-success__list {
    padding-top: 8.5625rem;
    max-width: 56.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.p-success__people {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-success__people {
    margin-top: 0;
  }
}

.p-success__copy {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-success__copy {
    font-size: 1rem;
    line-height: 1.8125;
  }
}

.p-success__image {
  margin-top: 0.5rem;
  background-color: #fff;
  width: 100%;
  aspect-ratio: 280/171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-success__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-success__occupation-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
}

.p-success__occupation {
  border: 1px solid #000000;
  padding: 0.5rem 2.625rem 0.5rem 0.625rem;
  background-color: #fff;
  width: 38%;
}

.p-success__name {
  border: 1px solid #000000;
  padding: 0.5rem 0.875rem;
  background-color: #fff;
  width: 60%;
}

.p-success__message {
  padding-top: 1.125rem;
  border: 1px solid #000000;
  padding: 0.5rem 2.75rem 0.5rem 0.875rem;
  background-color: #fff;
  margin-top: 0.625rem;
}
.p-test {
  color: blue;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-thanks {
  text-align: center;
  margin-top: 5.1875rem;
  line-height: 1.6875;
}

.p-thanks__back {
  margin-top: 5.1875rem;
  margin-bottom: 5rem;
  text-decoration: underline;
  line-height: 1.6875;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
