@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 480px) {
  html {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
}

@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-case {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-case {
    margin-top: 13.75rem;
  }
}

.l-company {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-company {
    margin-top: 5.625rem;
  }
}

.l-contact {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 6.25rem;
  }
}

.l-faq {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-faq {
    margin-top: 12.5rem;
  }
}

.l-flow {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-flow {
    margin-top: 14.375rem;
  }
}

.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: 1400px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-kinds {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-kinds {
    margin-top: 12.5rem;
  }
}

.p-case__head {
  text-align: center;
}
.p-case__head span {
  display: inline-block;
  font-size: 1.75rem;
  padding: 0.125rem 0.3125rem;
  background-color: #fff33f;
  color: #045b8d;
}
@media screen and (min-width: 768px) {
  .p-case__head span {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-case__head:before {
  content: "";
  display: block;
  width: 4.25rem;
  height: 3.0625rem;
  background-image: url(../images/title_case.png);
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case__head:before {
    margin-bottom: 2.5rem;
  }
}

.p-case__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-case__contents {
    margin-top: 5.5rem;
  }
}

.p-case__content {
  padding: 2.1875rem 0.9375rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .3);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, .3);
}
@media screen and (min-width: 768px) {
  .p-case__content {
    padding-left: 2.6875rem;
    padding-right: 2.6875rem;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.p-case__content:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case__content:nth-child(n+2) {
    margin-top: 2.375rem;
  }
}

.p-case__priceWrap {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case__priceWrap {
    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;
    gap: 0.9375rem;
    margin-top: 2.8125rem;
  }
}

.p-case__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
.p-case__num {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 6.5625rem;
  height: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-case__content:nth-child(1) .p-case__num {
  background-image: url(../images/case1.png);
}

.p-case__content:nth-child(2) .p-case__num {
  background-image: url(../images/case2.png);
}

.p-case__content:nth-child(3) .p-case__num {
  background-image: url(../images/case3.png);
}

.p-case__catch {
  width: 5.5rem;
}
.p-case__catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case__title {
  background-color: #f0f0f0;
  text-align: center;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case__title {
    font-size: 2.375rem;
    color: #045b8d;
    padding: 1.875rem;
    margin-top: 3.125rem;
  }
}

.p-case__caption {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.p-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.9375rem;
}

.p-price__num {
  color: #045b8d;
  line-height: 1.1;
  font-size: 2.875rem;
  font-size: 6rem;
  font-weight: 700;
}
.p-price__box {
  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;
}

.p-price__ratio {
  font-size: 1.125rem;
  font-weight: 700;
  color: #045b8d;
}

.p-price__yen {
  font-size: 3rem;
  font-weight: 700;
  color: #045b8d;
}

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

.p-table__wrap:nth-child(2) {
  margin-left: 2px;
}

.p-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-table__item:nth-child(2) {
  margin-top: 2px;
}

.p-table__head {
  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;
  background-color: #045b8d;
  color: #fff;
  height: 2.6875rem;
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-table__head {
    width: 7rem;
  }
}

.p-case__body {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-case__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2.6875rem;
    padding-right: 2.6875rem;
    margin-top: 3.125rem;
  }
}

.p-table__caption {
  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;
  text-align: center;
  border: 1px solid #045b8d;
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-table__caption {
    width: 10rem;
  }
}

.p-case__img {
  width: 20.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-case__img {
    margin-top: 0;
  }
}
.p-case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-company__inner {
    max-width: 60rem;
  }
}

.p-company__head {
  font-size: 1.25rem;
  color: #045b8d;
}
@media screen and (min-width: 768px) {
  .p-company__head {
    font-size: 2rem;
  }
}

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

.p-company__item {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.p-company__item:nth-child(n+2) {
  margin-top: 1.5625rem;
}

.p-company__title {
  font-size: 1.125rem;
  color: #045b8d;
  font-weight: 700;
}

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

@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 60rem;
  }
}

.p-contact__head {
  font-size: 1.25rem;
  color: #045b8d;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    font-size: 2rem;
  }
}

.p-drawer {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background-color: #fff;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__nav {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-top: 8.0625rem;
  min-height: 17.8125rem;
  padding-bottom: 5rem;
}

.p-drawe__list {
  min-height: 26.875rem;
}

.p-drawer__item {
  border-bottom: 1px solid #C2CBCC;
}
.p-drawer__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  font-size: 1.0625rem;
  line-height: 3.7647058824;
  font-weight: 500;
  padding-left: 0.1875rem;
  padding-right: 0.3125rem;
}
.p-drawer__item a:after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.6875rem;
  background-image: url(../images/icon-arrow.svg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-drawer__item a:after {
    content: none;
  }
}

.p-drawer__btnWrap {
  width: 13.125rem;
  margin-top: 2.1875rem;
}
.p-drawer__btnWrap a:nth-child(2) {
  display: block;
  margin-top: 1.25rem;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.p-faq {
  position: relative;
}

.p-faq__wrapper {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-faq__wrapper {
    display: grid;
    grid-template-columns: 22.6875rem 1fr;
    gap: 4.375rem;
  }
}

.p-faq__head {
  text-align: center;
  color: #045b8d;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__head {
    font-size: 1rem;
  }
}
.p-faq__head span {
  display: inline-block;
  font-size: 1.25rem;
  padding: 0.125rem 0.3125rem;
  background-color: #fff33f;
}
@media screen and (min-width: 768px) {
  .p-faq__head span {
    font-size: 2rem;
  }
}

.p-faq__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-faq__main {
  margin-top: 2.5rem;
  border-radius: 1.5625rem;
  padding: 2.1875rem 2.1875rem 2.8125rem;
  -webkit-box-shadow: 0.4375rem 0.4375rem 1.5625rem rgba(38, 56, 58, .08);
          box-shadow: 0.4375rem 0.4375rem 1.5625rem rgba(38, 56, 58, .08);
}
@media screen and (min-width: 768px) {
  .p-faq__main {
    padding: 5.625rem 5.9375rem 6.25rem 5.9375rem;
    -webkit-box-shadow: 0.8125rem 0.8125rem 3.125rem rgba(38, 56, 58, .08);
            box-shadow: 0.8125rem 0.8125rem 3.125rem rgba(38, 56, 58, .08);
  }
}

.p-faq__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625rem;
}

.p-faq__question {
  display: block;
  position: relative;
  border-bottom: 1px solid #A9A9A9;
  padding: 1.25rem 1.25rem 1.25rem 3.3125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5333333333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding: 1.5625rem 2.8125rem 1.5625rem 4.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.6666666667;
  }
}

.p-faq__question::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消す */
  display: none;
}

.p-faq__question::before {
  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;
  position: absolute;
  top: 0.8125rem;
  left: 0;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background-color: #045b8d;
  content: "Q";
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__question::before {
    top: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
  }
}

.p-faq__answer {
  overflow: hidden;
}

.p-faq__answer-text {
  position: relative;
  margin-top: 1.25rem;
  border-radius: 0.3125rem;
  padding: 1.5625rem 0.9375rem 1.5625rem 4.25rem;
  background-color: #EBF8F9;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6428571429;
}
@media screen and (min-width: 768px) {
  .p-faq__answer-text {
    margin: 2.1875rem 0 0 3.75rem;
    border-radius: 0.625rem;
    padding: 2.1875rem 2.8125rem 2.1875rem 6.25rem;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.6666666667;
  }
}

.p-faq__answer-text::before {
  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;
  position: absolute;
  top: 1.0625rem;
  left: 0.9375rem;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  content: "A";
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__answer-text::before {
    top: 1.625rem;
    left: 1.75rem;
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
  }
}

.p-faq__sub {
  position: relative;
  z-index: 3;
  margin: 3.125rem auto 0;
  border-radius: 2.0625rem;
  max-width: 19.6875rem;
  width: 100%;
  padding: 0.8125rem;
  background-color: rgba(80, 155, 162, .3);
}
@media screen and (min-width: 768px) {
  .p-faq__sub {
    margin: 7.1875rem auto 0;
    border-radius: 5rem;
    max-width: 56.625rem;
    padding: 1.25rem;
  }
}

.p-faq__content {
  display: grid;
  grid-template-areas: "top bot" "img img";
  grid-template-columns: 9.25rem 1fr;
  position: relative;
  justify-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-radius: 2.0625rem;
  background-color: #509BA2;
  padding: 0.9375rem 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-faq__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4.1875rem;
    padding: 0.625rem 3.125rem 1.875rem;
  }
}

.p-faq__top {
  grid-area: top;
}

.p-faq__text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-faq__text {
    font-size: 2.625rem;
    letter-spacing: 0.04em;
    line-height: 1.4285714286;
  }
}

.p-faq__text span {
  display: block;
}

.p-faq__img {
  grid-area: img;
  margin: 2.625rem auto 0;
  max-width: 9.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__img {
    position: absolute;
    top: -3.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
    max-width: 12.1875rem;
  }
}

.p-faq__bottom {
  grid-area: bot;
}
@media screen and (min-width: 768px) {
  .p-faq__bottom {
    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;
  }
}

.p-faq__price {
  font-size: 2.75rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__price {
    font-size: 5rem;
    letter-spacing: 0.04em;
  }
}

.p-faq__price span {
  font-size: 8.3125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-faq__price span {
    font-size: 13.75rem;
  }
}

.p-faq__attention {
  display: block;
  position: absolute;
  top: 9.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12.5rem;
  color: #dfdfdf;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-faq__attention {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 1.25rem;
    width: auto;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
}

.p-faq__cta {
  position: relative;
  z-index: 2;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__cta {
    margin-top: 4.375rem;
  }
}

.p-flow {
  background-color: #ECEBE3;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 11.25rem;
    padding-bottom: 12.5rem;
  }
}

.p-flow__head {
  text-align: center;
}
.p-flow__head span {
  display: inline-block;
  font-size: 1.75rem;
  padding: 0.125rem 0.3125rem;
  background-color: #fff33f;
  color: #045b8d;
}
@media screen and (min-width: 768px) {
  .p-flow__head span {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.p-flow__contents {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__contents {
    margin-top: 5.3125rem;
  }
}

.p-flow__content {
  counter-increment: num;
  max-width: 30.9375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
    margin: 0;
    max-width: none;
    max-width: initial;
  }
}
.p-flow__content:nth-child(n+2) {
  margin-top: 2.5rem;
}

.p-flow__icon {
  display: block;
  width: 16.25rem;
  height: 16.25rem;
  background-color: #fff;
  border-radius: 50%;
  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;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__icon {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
}
.p-flow__icon img {
  width: 5.625rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  margin-top: 1.25rem;
}
.p-flow__icon:before {
  content: counter(num, decimal-leading-zero);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-flow__icon:after {
    content: "";
    display: block;
    width: 0.3125rem;
    height: 100%;
    background-color: #045b8d;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

.p-flow__content:nth-last-child(1) .p-flow__icon:after {
  content: none;
}

.p-flow__body {
  margin-top: 1.25rem;
}

.p-flow__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #045b8d;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 2rem;
    text-align: left;
  }
}

.p-flow__text {
  font-size: 1rem;
  margin-top: 0.9375rem;
}

.p-footer {
  background-color: #F4F4F4;
  padding-top: 2.8125rem;
  padding-left: 1.8125rem;
  padding-right: 1.875rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 2.625rem;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    display: block;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__content {
  text-align: center;
}
.p-footer__content a {
  display: inline-block;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-footer__container {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    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;
    padding-bottom: 3.4375rem;
    border-bottom: 1px solid #A9A9A9;
  }
}

.p-footer__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__btnWrap {
    background-color: transparent;
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}
.p-footer__btnWrap a {
  width: 16.25rem;
}

.p-footer__lower {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #A9A9A9;
}
@media screen and (min-width: 768px) {
  .p-footer__lower {
    padding-top: 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__logo {
  width: 10.1875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin: 0;
    width: 8.75rem;
  }
}
.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 163/53;
}
@media screen and (min-width: 768px) {
  .p-footer__logo img {
    aspect-ratio: 140/45;
  }
}

.p-footer__copy {
  font-size: 0.75rem;
  line-height: 5.8333333333;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    text-align: left;
  }
}

.p-footer__contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding-top: 0.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header.is-active {
  background-color: #fff;
}
.p-header.is-active .p-header__open a {
  color: #045b8d;
}
.p-header.is-active .p-header__item a {
  color: #045b8d;
}
.p-header.is-active .p-header__nav-btn span {
  background-color: #045b8d;
}

.p-header__inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__inner {
    position: relative;
    max-width: 99.375rem;
  }
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-header__wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.5rem;
  }
}

.p-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__info {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.5rem;
  }
}

.p-header__open a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-header__open a {
    font-size: 2.25rem;
  }
}
.p-header__open a span {
  display: block;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__open a span {
    font-size: 0.875rem;
  }
}

.p-header__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-header__btnWrap {
    gap: 0.625rem;
  }
}
.p-header__btnWrap a {
  display: inline-block;
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-header__btnWrap a {
    width: 13.125rem;
  }
}
.p-header__btnWrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__nav-btn {
  width: 1.875rem;
  height: 0.625rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__nav-btn {
    display: none;
  }
}
.p-header__nav-btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__nav-btn.is-active span {
  background-color: #045b8d;
}
.p-header__nav-btn.is-active span:nth-child(1) {
  -webkit-transform: translateY(0.25rem) rotate(25deg);
          transform: translateY(0.25rem) rotate(25deg);
}
.p-header__nav-btn.is-active span:nth-child(2) {
  -webkit-transform: translateY(-0.3125rem) rotate(-25deg);
          transform: translateY(-0.3125rem) rotate(-25deg);
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    height: 1.875rem;
    margin-top: 0.9375rem;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: inherit;
}

.p-header__item {
  height: inherit;
}
.p-header__item a {
  display: inline-block;
  height: inherit;
  color: #fff;
  font-size: 1.125rem;
  padding-inline: 1em;
}

.p-kinds__head {
  text-align: center;
}
.p-kinds__head span {
  display: inline-block;
  font-size: 1.75rem;
  padding: 0.125rem 0.3125rem;
  background-color: #fff33f;
  color: #045b8d;
}
@media screen and (min-width: 768px) {
  .p-kinds__head span {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-kinds__head:before {
  content: "";
  display: block;
  width: 4.25rem;
  height: 3.0625rem;
  background-image: url(../images/title_type.png);
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-kinds__head:before {
    margin-bottom: 2.5rem;
  }
}

.p-kinds__contents {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-kinds__contents {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5.875rem;
  }
}

.p-kinds__content {
  background-color: #045b8d;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-kinds__content {
    padding: 2.5rem;
  }
}

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

.p-kinds__title {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}

.p-kinds__text {
  font-size: 1rem;
  margin-top: 0.9375rem;
  color: white;
}

.p-mv__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 1920/960;
  }
}

.p-mv__headWrap {
  position: absolute;
  top: 23.4375%;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .p-mv__headWrap {
    left: 17.0833333333%;
  }
}
.p-mv__headWrap h1 {
  width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__headWrap h1 {
    width: 27.8645833333vw;
  }
}
.p-mv__headWrap h1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__logo {
  width: 16.875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__logo {
    margin-top: 2.5rem;
    width: 28.125vw;
  }
}
.p-mv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  gap: 0.625rem;
  bottom: 5%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .p-mv__iconWrap {
    top: auto;
    top: initial;
    bottom: 4.6875rem;
    right: 11.71875vw;
    gap: 1.875rem;
  }
}
.p-mv__iconWrap span {
  display: block;
  width: 14.5833333333vw;
}
@media screen and (min-width: 768px) {
  .p-mv__iconWrap span {
    width: 14.5833333333vw;
  }
}
.p-mv__iconWrap span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-problem {
  background-color: #666666;
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-problem {
    padding-top: 7.5rem;
    padding-bottom: 7.1875rem;
  }
}
.p-problem:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 35px solid #666666;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

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

.p-problem__headSub {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-problem__headSub {
    font-size: 1.5625rem;
  }
}

.p-problem__headSub span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 0.125rem;
  background-color: #3ea6b2;
}
@media screen and (min-width: 768px) {
  .p-problem__headSub span {
    font-size: 2.1875rem;
  }
}
.p-problem__headSub span:nth-child(n+2) {
  margin-left: 0.5rem;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-problem__headSub span:nth-child(n+2) {
    margin-left: 0.625rem;
    margin-right: 1.25rem;
  }
}

.p-problem__head {
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-problem__head {
    font-size: 3.25rem;
  }
}
.p-problem__head span {
  color: #fff33f;
}

.p-problem__contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.1875rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-problem__contents {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 4.6875rem;
    justify-items: space-between;
    margin-top: 5.3125rem;
  }
}

.p-problem__content {
  background-color: #fff;
  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;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  min-height: 10rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-problem__content {
    min-height: 13.125rem;
    font-size: 1.25rem;
  }
}

.p-problem__icon {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  margin-left: auto;
  margin-right: auto;
  width: 16.5625rem;
}
@media screen and (min-width: 768px) {
  .p-problem__icon {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: auto;
    width: initial;
  }
}

.p-reason {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: #ecebe3;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding-top: 8.9375rem;
    padding-bottom: 9.75rem;
  }
}

.p-reason__head {
  font-size: 1.75rem;
  text-align: center;
  color: #045b8d;
}
.p-reason__head span {
  padding: 0.125rem 0.3125rem;
  background-color: #fff33f;
}
.p-reason__head:before {
  content: "";
  display: block;
  width: 12.1875rem;
  height: 2.3125rem;
  background-image: url(../images/title_reason.png);
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reason__head:before {
    margin-bottom: 2.5rem;
  }
}

.p-reason__contents {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-reason__contents {
    margin-top: 6.25rem;
  }
}

.p-reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-reason__content {
    -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;
    gap: 7.875rem;
    margin-top: 0;
  }
}

.p-reason__content:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(n+2) {
    margin-top: 6.875rem;
  }
}

.p-reason__img {
  margin-right: calc(50% - 50vw);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reason__img {
    width: 45.75rem;
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 732/430;
}
@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-reason__content:nth-child(2n+2) .p-reason__img {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}

.p-reason__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-reason__body {
    display: block;
  }
}

.p-reason__title {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #045b8d;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-reason__content:nth-child(1) .p-reason__title:before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 2.1875rem;
  background-image: url(../images/01.png);
  background-size: cover;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(1) .p-reason__title:before {
    width: 5.125rem;
    height: 3.125rem;
    margin-bottom: 2.8125rem;
  }
}

.p-reason__content:nth-child(2) .p-reason__title:before {
  content: "";
  display: block;
  width: 4.8125rem;
  height: 2.375rem;
  background-image: url(../images/02.png);
  background-size: cover;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(2) .p-reason__title:before {
    width: 6.3125rem;
    height: 3.125rem;
    margin-bottom: 2.8125rem;
  }
}

.p-reason__content:nth-child(3) .p-reason__title:before {
  content: "";
  display: block;
  width: 5.125rem;
  height: 2.6875rem;
  background-image: url(../images/03.png);
  background-size: cover;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(3) .p-reason__title:before {
    width: 6.5rem;
    height: 3.4375rem;
    margin-bottom: 2.8125rem;
  }
}

.p-reason__text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 1.5625rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-reason__text {
    margin-top: 3.5rem;
  }
}

.p-safe {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: -webkit-gradient(linear, left top, right top, from(#155488), color-stop(#267393), color-stop(#3ea6b2), color-stop(#267393), to(#155488));
  background: linear-gradient(to right, #155488, #267393, #3ea6b2, #267393, #155488);
}
@media screen and (min-width: 768px) {
  .p-safe {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.p-safe__inner {
  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;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-safe__inner {
    gap: 3.125rem;
  }
}

.p-safe__head {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-safe__head {
    font-size: 2.625rem;
  }
}
.p-safe__head span {
  color: #fff33f;
}

.p-safe__img {
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-safe__img {
    width: 15rem;
  }
}
.p-safe__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.snow-monkey-form {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form {
    margin-top: 3.125rem;
  }
}
.snow-monkey-form mark {
  padding: 0.1875rem 0.125rem;
  font-size: 0.75rem;
  font-weight: 400;
}

.wp-block-snow-monkey-forms-item.smf-item.smf-item--divider {
  border-top: none;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
}

body .is-layout-flex {
  display: grid;
  grid-template-columns: 1fr 10fr;
}

.smf-form--business .smf-item {
  border: 4px solid #fff;
}

.smf-item__controls {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.smf-form--business .smf-item__col--label {
  background: rgba(4, 91, 141, .7);
  color: #fff;
  font-weight: 600;
}

.smf-textarea-control textarea {
  height: 21.875rem;
}

.smf-action button {
  width: 12.5rem;
}

.smf-action .smf-button-control__control {
  border: none;
  background-color: #045b8d;
  border-radius: 1.5625rem;
  background-image: none;
  color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, .3);
          box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, .3);
  padding: 0.75rem;
}

.smf-item__col.smf-item__col--controls input {
  width: 100%;
}

.smf-form .smf-item .smf-radio-button-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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