@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.1111111111vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    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 {
  width: 100%;
  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;
}

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

@media screen and (min-width: 768px) {
  .l-inner--form {
    max-width: 55rem;
  }
}

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

.c-banner {
  background-color: #007EB4;
  color: #fff;
  font-weight: bold;
}

.c-banner__inner {
  padding: 1.25rem 1.1875rem;
}

.c-banner__title {
  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;
  font-size: 1rem;
  padding-bottom: 1rem;
}
.c-banner__title::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-banner__title::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-banner__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-banner__btn {
  width: 47.47%;
  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;
  padding: 0.3125rem 0.5rem;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-banner__btn::after {
  content: "";
  display: inline-block;
  background-image: url(../images/banner-vector.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.463125rem;
  height: 0.75rem;
  aspect-ratio: 10/17;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-banner__btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
}

.c-banner__yellow-btn {
  background-color: #F2BC04;
  -webkit-box-shadow: 0 0.09375rem 0 #886900;
          box-shadow: 0 0.09375rem 0 #886900;
}
.c-banner__yellow-btn::before {
  content: "";
  display: inline-block;
  background-image: url(../images/banner-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1.125rem;
  height: 1.125rem;
}

.c-banner__yellow-text {
  text-align: center;
}

.c-banner__yellow-text-small {
  font-size: 0.625rem;
}

.c-banner__yellow-text-big {
  font-size: 0.875rem;
}

.c-banner__red-btn {
  background-color: #CD3B3B;
  -webkit-box-shadow: 0 0.09375rem 0 #951111;
          box-shadow: 0 0.09375rem 0 #951111;
}
.c-banner__red-btn::before {
  content: "";
  display: inline-block;
  background-image: url(../images/banner-tell.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1.125rem;
  height: 1.125rem;
}

.c-banner__red-text {
  text-align: center;
}

.c-banner__red-text-small {
  font-size: 0.625rem;
}

.c-banner__red-text-big {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .c-banner__inner {
    max-width: 90rem;
    margin: 0 auto;
    padding: 2.5625rem 13.75rem;
  }
  .c-banner__title {
    font-size: 1.875rem;
    padding-bottom: 1.25rem;
  }
  .c-banner__title::before {
    width: 3rem;
    height: 0.25rem;
  }
  .c-banner__title::after {
    width: 3rem;
    height: 0.25rem;
  }
  .c-banner__btn {
    width: 48%;
    padding: 1rem;
    border-radius: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-banner__btn::after {
    width: 0.9375rem;
    height: 1.875rem;
    aspect-ratio: 10/17;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-banner__btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  .c-banner__yellow-btn {
    background-color: #F2BC04;
    -webkit-box-shadow: 0 0.25rem 0 #886900;
            box-shadow: 0 0.25rem 0 #886900;
  }
  .c-banner__yellow-btn::before {
    content: "";
    display: inline-block;
    background-image: url(../images/banner-mail.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 4.25rem;
    height: 4.25rem;
  }
  .c-banner__yellow-text-small {
    font-size: 1.25rem;
  }
  .c-banner__yellow-text-big {
    font-size: 1.75rem;
  }
  .c-banner__yellow-text-big span {
    display: inline-block;
  }
  .c-banner__red-btn {
    background-color: #CD3B3B;
    -webkit-box-shadow: 0 0.25rem 0 #951111;
            box-shadow: 0 0.25rem 0 #951111;
  }
  .c-banner__red-btn::before {
    width: 4.25rem;
    height: 4.25rem;
  }
  .c-banner__red-text-small {
    font-size: 1.25rem;
  }
  .c-banner__red-text-small span {
    display: inline-block;
  }
  .c-banner__red-text-big {
    font-size: 2.5rem;
  }
}
.c-breadcrumb {
  background-color: #F3F3F3;
  padding: 0.5rem 0;
}

.c-form__item:not(:first-child) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-form__item:not(:first-child) {
    margin-top: 2rem;
  }
}

.c-form__label {
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-form__label {
    padding-bottom: 0;
  }
}

.c-form__label label {
  line-height: 2;
  font-weight: 700;
  font-size: 0.875rem;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-form__label label {
    padding-bottom: 0;
  }
}

.c-form__input input {
  border: none;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-form__input input {
    margin-top: 0;
  }
}

.c-form__input [type=text] {
  width: 100%;
  height: 3rem;
  padding: 0.875rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-form__input [type=text] {
    padding: 0.875rem 1.25rem;
  }
}
.c-form__input [type=tel] {
  width: 100%;
  height: 3rem;
  padding: 0.875rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-form__input [type=tel] {
    padding: 0.875rem 1.25rem;
  }
}
.c-form__input [type=email] {
  width: 100%;
  height: 3rem;
  padding: 0.875rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-form__input [type=email] {
    padding: 0.875rem 1.25rem;
  }
}
.c-form__input textarea {
  width: 100%;
  resize: none;
  height: 12.5rem;
  padding: 0.875rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-form__input textarea {
    padding: 0.875rem 1.25rem;
  }
}
.c-form__input input::-webkit-input-placeholder {
  color: rgba(0, 126, 180, .3);
  font-size: 0.875rem;
}
.c-form__input input::-moz-placeholder {
  color: rgba(0, 126, 180, .3);
  font-size: 0.875rem;
}
.c-form__input input::-ms-input-placeholder {
  color: rgba(0, 126, 180, .3);
  font-size: 0.875rem;
}
.c-form__input input::placeholder {
  color: rgba(0, 126, 180, .3);
  font-size: 0.875rem;
}
.c-form__input textarea::-webkit-input-placeholder {
  color: rgba(0, 126, 180, .3);
  font-size: 0.875rem;
}
.c-form__input textarea::-moz-placeholder {
  color: rgba(0, 126, 180, .3);
  font-size: 0.875rem;
}
.c-form__input textarea::-ms-input-placeholder {
  color: rgba(0, 126, 180, .3);
  font-size: 0.875rem;
}
.c-form__input textarea::placeholder {
  color: rgba(0, 126, 180, .3);
  font-size: 0.875rem;
}

.c-form__input [type=text]:focus {
  outline: 0.125rem solid #007EB4;
}

.c-form__input [type=email]:focus {
  outline: 0.125rem solid #007EB4;
}

.c-form__input [type=tel]:focus {
  outline: 0.125rem solid #007EB4;
}

.c-form__input textarea {
  border: none;
  border-radius: 0.5rem;
  margin-top: 0.2rem;
}

.c-form__input textarea:focus {
  outline: 0.125rem solid #007EB4;
}

.c-form__required {
  color: #007EB4;
  font-size: 0.75rem;
  padding: 0.125rem 0.625rem;
  border: 2px solid #007EB4;
  border-radius: 0.6875rem;
  margin-left: 0.625rem;
}

.c-form__button {
  margin-top: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form__button {
    margin-top: 4.375rem;
  }
}

.c-form__button input {
  background: #007EB4;
  color: #fff;
  border: unset;
  outline: unset;
  min-width: 12.5rem;
  padding: 1.125rem;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 0.25rem 0 #003E58;
          box-shadow: 0 0.25rem 0 #003E58;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-form__button input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
}

@media screen and (min-width: 768px) {
  .c-form__item {
    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;
  }
  .c-form__label {
    width: 12.5rem;
  }
  .c-form__input {
    width: calc(100% - 12.5rem);
  }
  .c-form__item--contact {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .c-form__item--contact label {
    line-height: 2.5rem;
  }
}
.c-fv {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .c-fv {
    margin-top: 7.4375rem;
  }
}
.c-low-fv {
  background-color: #007EB4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.c-low-fv-title {
  padding: 2.5rem 1.1875rem;
}
.c-low-fv-title h1 {
  white-space: nowrap;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .c-low-fv {
    background-color: #007EB4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
  .c-low-fv-title {
    padding: 2.5rem 13.75rem;
  }
  .c-low-fv-title h1 {
    font-size: 4rem;
  }
}
.c-section__title {
  text-align: center;
}

.c-section__title-img {
  position: relative;
  display: inline-block;
}
.c-section__title-img img {
  position: relative;
  z-index: 1;
}
.c-section__title-img::after {
  font-weight: 400;
  content: attr(data-title);
  position: absolute;
  opacity: 0.2;
  font-family: "Pacifico", cursive;
}

.c-section__balloon {
  position: relative;
  display: block;
  padding: 1rem 1.25rem;
  margin: 0 auto;
  max-width: 100%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background: #4CAB45;
  border: solid 0.0625rem #088A00;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-section__balloon::before {
  content: "";
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  margin-left: -0.9375rem;
  border: 0.75rem solid transparent;
  border-top: 0.75rem solid #4CAB45;
  z-index: 2;
}
.c-section__balloon::after {
  content: "";
  position: absolute;
  bottom: -1.5625rem;
  left: 50%;
  margin-left: -0.9375rem;
  border: 0.75rem solid transparent;
  border-top: 0.75rem solid #088A00;
  z-index: 1;
}

.c-section__title-small {
  font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
  .c-section__balloon {
    padding: 1rem 1.25rem;
    font-size: 1.75rem;
  }
  .c-section__balloon span {
    font-size: 1.25rem;
  }
}
.p-contact {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.p-contact__text {
  text-align: center;
  font-size: 0.875rem;
}

.p-contact__tel {
  margin-top: 1.5rem;
  text-align: center;
  letter-spacing: 0.045rem;
}

.p-contact__tel a {
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
}
.p-contact__tel a span {
  font-size: 2.375rem;
}
.p-contact__tel a:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(210, 233, 145, .5019607843)));
  background: linear-gradient(transparent 70%, rgba(210, 233, 145, .5019607843) 0%);
  bottom: 0.625rem;
  left: 0;
  height: 1.375rem;
  width: 100%;
  z-index: -1;
}

.p-contact__contents {
  margin-top: 2.5rem;
  padding: 1.5rem 1.78125rem;
  margin-right: auto;
  margin-left: auto;
  background: #E6F3F8;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-contact__contents {
    padding: 2.5rem 3.75rem;
  }
}

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

.contact-message {
  text-align: center;
  display: none;
}

.contact-message-error {
  text-align: center;
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.p-thanks__text h2 {
  font-size: 1.5rem;
}
.p-thanks__text p {
  padding-top: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__text h2 {
    font-size: 2rem;
  }
  .p-thanks__text p {
    padding-top: 2.5rem;
    font-size: 0.875rem;
  }
}

.p-flow__contents {
  background-color: #E6F3F8;
  padding-top: 2.5rem;
}

.p-flow__title-img {
  width: 42.66%;
}
.p-flow__title-img::after {
  color: #007EB4;
  font-size: 5rem;
  bottom: -1.5rem;
  left: 5%;
  -webkit-transform: translate(-50%) rotate(-5deg);
          transform: translate(-50%) rotate(-5deg);
}

.p-flow__items {
  padding-top: 1.25rem;
  counter-reset: number 0;
}

.p-flow__item:not(:last-child) {
  position: relative;
}
.p-flow__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 102%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2rem;
  width: 5rem;
  background-color: #2E96C2;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0%);
          clip-path: polygon(0 0, 50% 100%, 100% 0%);
}

.p-flow__item + .p-flow__item {
  margin-top: 3.25rem;
}

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

.p-flow__text-box-number {
  background-color: #007EB4;
  color: #fff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.625rem;
  font-weight: bold;
}
.p-flow__text-box-number::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
}

.p-flow__text-box-text {
  padding: 1rem;
  background-color: #fff;
}
.p-flow__text-box-text h3 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F2BC04));
  background: linear-gradient(transparent 70%, #F2BC04 70%);
}

.p-flow__texts {
  padding: 2.5rem 0;
}

.p-flow__texts-inner {
  width: 74.66%;
  margin: 0 auto;
}

.p-flow__texts-box {
  text-align: center;
  padding: 1rem 1.5rem;
  border: 0.25rem solid #007EB4;
  border-radius: 10px;
  background-color: #fff;
}
.p-flow__texts-box p {
  padding-top: 0.625rem;
}

.p-flow__texts-box + .p-flow__texts-box {
  margin-top: 1.25rem;
}

.p-flow__texts-icon {
  width: 17.24%;
  margin: 0 auto;
}

.p-flow__texts-top-title {
  font-weight: bold;
  font-size: 1.25rem;
}

.p-flow__texts-under-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #007EB4;
}

.p-flow__texts-sub {
  padding-top: 0.625rem;
  font-size: 0.75rem;
}

.p-flow__sub-contents {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.p-flow__sub-contents-text {
  font-weight: bold;
  font-size: 0.875rem;
  padding: 1.25rem;
  background-color: #FFDCDC;
}

.p-flow__sub-contents-flow {
  padding-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-flow__contents {
    background-color: #E6F3F8;
    padding-top: 5.1875rem;
  }
  .p-flow__title-img {
    width: 27%;
  }
  .p-flow__title-img::after {
    color: #007EB4;
    font-size: 12.5rem;
    bottom: -5.3125rem;
    left: -50%;
    -webkit-transform: translate(-50%) rotate(-5deg);
            transform: translate(-50%) rotate(-5deg);
  }
  .p-flow__items {
    padding-top: 5.875rem;
    counter-reset: number 0;
  }
  .p-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-flow__item:not(:last-child) {
    position: relative;
  }
  .p-flow__item:not(:last-child)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 105%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2rem;
    width: 5rem;
    background-color: #2E96C2;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0%);
            clip-path: polygon(0 0, 50% 100%, 100% 0%);
  }
  .p-flow__item + .p-flow__item {
    margin-top: 3.9375rem;
  }
  .p-flow__text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 59%;
  }
  .p-flow__text-box-number {
    padding: 0 1.875rem;
  }
  .p-flow__text-box-number::after {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 2.5rem;
  }
  .p-flow__text-box-text {
    padding: 1.25rem 2.5rem;
  }
  .p-flow__text-box-text h3 {
    font-size: 2rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F2BC04));
    background: linear-gradient(transparent 70%, #F2BC04 70%);
  }
  .p-flow__text-box-text p {
    padding-top: 1rem;
  }
  .p-flow__img {
    width: 41%;
  }
  .p-flow__img img {
    height: auto;
    aspect-ratio: 410/219;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-flow__texts {
    padding: 3.75rem 0;
  }
  .p-flow__texts-inner {
    max-width: 55rem;
    width: 61.11%;
    margin: 0 auto;
  }
  .p-flow__texts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.9375rem 1.5rem;
  }
  .p-flow__texts-box p {
    padding-top: 0;
  }
  .p-flow__texts-box + .p-flow__texts-box {
    margin-top: 1rem;
  }
  .p-flow__texts-icon {
    width: 2.5rem;
    margin: unset;
  }
  .p-flow__texts-top-title {
    font-weight: bold;
    text-align: left;
    font-size: 1.5rem;
    width: 23%;
  }
  .p-flow__texts-top-title span {
    padding-left: 1.25rem;
  }
  .p-flow__texts-under-title {
    width: 50%;
    font-weight: bold;
    font-size: 1.5rem;
    color: #007EB4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-flow__texts-under-title::before {
    content: "";
    display: inline-block;
    background-image: url(../images/pc/flow-texts-item.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 2.75rem;
    height: 0.5rem;
    margin: 0 4.375rem;
  }
  .p-flow__texts-sub {
    padding-top: 0.625rem;
    font-size: 0.875rem;
  }
  .p-flow__texts-sub p {
    text-align: right;
  }
  .p-flow__sub-contents {
    padding-top: 2.1875rem;
    padding-bottom: 3.75rem;
  }
  .p-flow__sub-contents-text {
    font-weight: bold;
    text-align: center;
    font-size: 1.125rem;
    padding: 1.75rem 3.75rem;
    background-color: #FFDCDC;
  }
  .p-flow__sub-contents-flow {
    padding-top: 2.5rem;
  }
}
.p-footer {
  padding-top: 1rem;
  background-color: #F3F3F3;
}

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

.p-footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.8125rem;
     -moz-column-gap: 1.8125rem;
          column-gap: 1.8125rem;
  row-gap: 0.625rem;
}

.p-footer__nav-item {
  font-size: 0.75rem;
  font-weight: 500;
}

.p-footer__nav-item a:hover {
  color: #007EB4;
}

.p-footer__copyright {
  padding-top: 0.625rem;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 1rem;
  }
  .p-footer__contents {
    text-align: center;
    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__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .p-footer__copyright {
    padding-top: unset;
    font-size: 0.75rem;
  }
}
.p-fv__inner {
  width: 100%;
  padding-right: 1.1875rem;
  padding-left: 1.1875rem;
  margin-right: auto;
  margin-left: auto;
}

.p-fv__img-box {
  height: 28.5625rem;
  background-image: url(../images/top-fv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.p-fv__big-text {
  padding-top: 1.6875rem;
}
@media screen and (min-width: 440px) {
  .p-fv__big-text {
    width: 80%;
  }
}

.p-fv__small-text {
  width: 53.7%;
  color: #fff;
  font-weight: bold;
  font-size: 0.625rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .5);
  padding-top: 1.3125rem;
}

.p-fv__video {
  padding-top: 1.25rem;
}

.p-fv__banner {
  margin-top: 4.75rem;
}

@media screen and (min-width: 768px) {
  .p-fv__inner {
    padding-left: 6.875rem;
  }
  .p-fv__img-box {
    height: 43.75rem;
    background-image: url(../images/pc/top-fv.png);
  }
  .p-fv__big-text {
    padding-top: 7.25rem;
    width: 55%;
  }
  .p-fv__small-text {
    width: 50.5%;
    font-size: 1.25rem;
    padding-top: 2.375rem;
  }
  .p-fv__video {
    padding-top: 1.25rem;
  }
  .p-fv__banner {
    margin-top: 0;
  }
}
.p-header {
  height: 3.75rem;
  background-color: #fff;
  border-top: 2px solid #007EB4;
}

.p-header__inner {
  padding-left: 1.1875rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__container {
  height: inherit;
}

.p-header__items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  max-width: 2.5625rem;
  width: 100%;
  height: inherit;
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__title {
  font-size: 1rem;
  padding-left: 0.9375rem;
}

.p-header__nav {
  display: none;
  height: inherit;
}

.p-header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 3.75rem;
  height: 3.625rem;
  background-color: #01AEE6;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger p {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  bottom: 0.3125rem;
  width: 100%;
}

.p-header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1.875rem;
  border-radius: 1px;
  height: 1.93px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -0.475rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: -0.2375rem;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 0;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: -0.125rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

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

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -0.375rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  display: none;
  position: absolute;
  z-index: 900;
  top: 3.625rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-nav {
  background-color: #fff;
  margin: auto;
  padding: 1.25rem 0;
  width: 100%;
}

.p-header__drawer-item a {
  padding: 0.75rem 0.8125rem;
  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;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border: 1px solid #F3F3F3;
}
.p-header__drawer-item a::after {
  content: "";
  display: inline-block;
  background-image: url(../images/drawer-item.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header__drawer-item a :hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.p-header__drawer-item a:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.p-header__drawer-item:not(:first-child) {
  margin-top: 0.625rem;
}

.p-header__nav-box-mask.is-open {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 899;
  background: rgba(0, 0, 0, .55);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media screen and (min-width: 768px) {
  .p-header {
    height: 7.4375rem;
  }
  .p-header__inner {
    padding: 0 13.75rem 0 12.875rem;
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .p-header__container {
    display: grid;
    grid-template-rows: 3.75rem 1fr;
    grid-template-columns: 6.4375rem 1fr;
  }
  .p-header__items {
    display: block;
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .p-header__logo {
    max-width: 6.4375rem;
  }
  .p-header__title {
    font-size: 1rem;
    padding-left: 0.9375rem;
  }
  .p-header__nav {
    display: block;
    height: unset;
  }
  .p-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .p-header__nav-top-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1.25rem;
  }
  .p-header__nav-under-list {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .p-header__nav-under-item a {
    padding: 0 1.5625rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    border-right: 1px solid #303030;
  }
  .p-header__nav-under-item a:hover {
    color: #007EB4;
  }
  .p-header--border-none a {
    border-right: unset;
  }
  .p-header__nav-under-contact a {
    background-color: #F2BC04;
    -webkit-box-shadow: 0 0.09375rem 0 #886900;
            box-shadow: 0 0.09375rem 0 #886900;
    border-radius: 0.3125rem;
    color: #fff;
    padding: 0.5rem 2.1875rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }
  .p-header__nav-under-contact a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem);
  }
  .p-header__nav-top-item p {
    height: 100%;
    font-size: 0.75rem;
    font-weight: 500;
  }
  .p-header__nav-top-item p a {
    font-weight: bold;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    margin-right: 0.5625rem;
  }
  .p-header__nav-top-item p a::before {
    content: "";
    display: inline-block;
    background-image: url(../images/header-nav-item.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5625rem;
  }
  .p-header__hamburger {
    display: none;
  }
}
.p-low-company__contents {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-low-company__contents {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.p-low-company__contents__inner {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-low-company__contents__inner {
    width: 87.8%;
  }
}

.p-low-company__contents-profile__list {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.p-low-company__contents-profile__list__head {
  border: 1px solid #007EB4;
  border-right: 2px solid #007EB4;
  background-color: #E6F3F8;
  padding: 0.625rem 1.375rem;
  white-space: nowrap;
  font-weight: 500;
}

.p-low-company__contents-profile__list__data {
  border: 1px solid #007EB4;
  padding: 0.625rem 0.65625rem;
}

.p-low-real {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-low-real {
    padding-top: 5.3125rem;
    padding-bottom: 5.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-low-real__contents {
    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: 768px) {
  .p-low-real__img {
    width: 48%;
  }
}

.p-low-real__sub-img {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__sub-img {
    padding-top: 0.75rem;
  }
}

.p-low-real__text {
  text-align: center;
  padding-top: 1.25rem;
}
.p-low-real__text p {
  font-weight: bold;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__text {
    width: 44%;
    text-align: left;
    font-size: 2rem;
  }
}

.p-low-real__text-items {
  padding-top: 1.25rem;
  color: #007EB4;
  width: 83.08%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-low-real__text-items {
    padding-top: 1.875rem;
    width: 100%;
  }
}

.p-low-real__text-item {
  text-align: center;
  border: 0.25rem solid #007EB4;
  border-radius: 5px;
  background-color: #fff;
  font-weight: bold;
  padding: 0.5rem 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__text-item {
    padding: 0.75rem 1.5rem;
    font-size: 2rem;
  }
}
.p-low-real__text-item span {
  display: inline-block;
  font-size: 1.75rem;
  padding-left: 0.625rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.p-low-real__text-item + .p-low-real__text-item {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__text-item + .p-low-real__text-item {
    margin-top: 1.25rem;
  }
}

.p-low-real__btn {
  padding-top: 1.25rem;
  text-align: center;
}
.p-low-real__btn a {
  position: relative;
  background-color: #ED6A02;
  display: block;
  color: #fff;
  font-weight: 700;
  border-radius: 0.3125rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0.25rem 0 #B55000;
          box-shadow: 0 0.25rem 0 #B55000;
  padding: 0.8125rem 0;
}
.p-low-real__btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.p-low-real__btn a::after {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  background-image: url(../images/banner-vector.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.625rem;
  height: 1.0625rem;
  aspect-ratio: 10/17;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-low-real__btn a {
    font-size: 2rem;
  }
}

.p-low-real__detail {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__detail {
    padding-top: 5.5rem;
  }
}

.p-low-real__detail-item + .p-low-real__detail-item {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__detail-item + .p-low-real__detail-item {
    padding-top: 5.5rem;
  }
}

.p-low-real__detail-item-title {
  background-color: #E6F3F8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 0.625rem;
}
.p-low-real__detail-item-title h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-low-real__detail-item-title h2 span {
  font-size: 1.75rem;
  padding-left: 1rem;
}
.p-low-real__detail-item-title h2::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #007EB4;
  width: 0.5rem;
  height: 100%;
}

.p-low-real__detail-item-text {
  padding-top: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__detail-item-text {
    padding-top: 1.5625rem;
    padding-left: 3.4375rem;
  }
}

.p-low-real__detail-item-three {
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__detail-item-three {
    padding-top: 2.8125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-low-real__detail-item-four {
  padding-top: 1.25rem;
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__detail-item-four {
    padding-top: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
    row-gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-low-real__four-card {
    width: 46.5%;
  }
}

.p-low-real__four-card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-low-real__four-card-number {
  background-color: #007EB4;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  width: 16.61%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  text-align: center;
}
.p-low-real__four-card-number span {
  font-size: 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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-low-real__four-card-number span {
    font-size: 0.75rem;
  }
}
.p-low-real__four-card-number span::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-low-real__four-card-number {
    width: 16.61%;
  }
  .p-low-real__four-card-number span {
    font-size: 0.75rem;
  }
  .p-low-real__four-card-number span::after {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

.p-low-real__four-card-title {
  padding-left: 0.625rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__four-card-title {
    padding-left: 1.5rem;
    font-size: 1.5rem;
  }
}
.p-low-real__four-card-title span {
  color: #007EB4;
}

.p-low-real__four-card-img {
  padding-top: 0.625rem;
}
.p-low-real__four-card-img img {
  aspect-ratio: 337/260;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-low-real__four-card-img img {
    aspect-ratio: 465/260;
  }
}

.p-low-real__way {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-low-real__way {
    padding-top: 3.125rem;
  }
}

.p-low-real__way__inner {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-low-real__way__inner {
    width: 87.8%;
  }
}

.p-low-real__way-profile__list {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.p-low-real__way-profile__list__head {
  border: 1px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  background-color: #F3F3F3;
  padding: 0.625rem 1.375rem;
  white-space: nowrap;
  font-weight: 400;
}

.p-low-real__way-profile__list__data {
  border: 1px solid #CCCCCC;
  padding: 0.625rem 0.65625rem;
}

.p-low-real__way-btn {
  padding-top: 4.375rem;
  text-align: center;
}
.p-low-real__way-btn a {
  position: relative;
  background-color: #ED6A02;
  display: block;
  color: #fff;
  border-radius: 0.625rem;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0.5rem 0 #B55000;
          box-shadow: 0 0.5rem 0 #B55000;
  padding: 1.875rem;
}
.p-low-real__way-btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
}
.p-low-real__way-btn a::after {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  background-image: url(../images/banner-vector.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.9375rem;
  height: 1.875rem;
  aspect-ratio: 10/17;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-point {
  counter-reset: number 0;
}

.p-point__contants {
  padding-top: 2.5rem;
  background-color: #E7F4E6;
  text-align: center;
}

.p-point__title-balloon {
  width: 72%;
}

.p-point__title-img::after {
  color: #4CAB45;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-size: 6.25rem;
  top: -0.625rem;
  left: 0;
}

.p-point__img-box {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #fff 50%, #fff 100%);
}

.p-point__img {
  width: 29.08%;
}

.p-point__sub-contents {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}

.p-point__sub-items .p-point__sub-item h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
.p-point__sub-items .p-point__sub-item h3::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: #4CAB45;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 0.625rem;
}

.p-point__sub-item + .p-point__sub-item {
  margin-top: 1.25rem;
}

.p-point__sub-box p {
  width: 83.08%;
  padding-top: 0.625rem;
  margin: 0 auto;
}

.p-point__sub-box-img {
  padding-top: 0.625rem;
}
.p-point__sub-box-img img {
  margin: 0 auto;
}

.p-point__sub-box1 img {
  width: 35.6%;
  aspect-ratio: 120/103;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-point__sub-box2 img {
  width: 35.31%;
  aspect-ratio: 119/62;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-point__sub-box3 img {
  width: 35.6%;
  aspect-ratio: 120/104;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-point__contants {
    padding-top: 3.125rem;
    background-color: #E7F4E6;
    text-align: center;
  }
  .p-point__title-balloon {
    width: 36%;
    padding: 1.0625rem 0;
  }
  .p-point__title-img {
    width: 59.3%;
  }
  .p-point__title-img::after {
    font-size: 12.5rem;
    top: -7rem;
    left: -60%;
  }
  .p-point__img-box {
    margin-top: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(180deg, transparent 0%, transparent 60%, #fff 50%, #fff 100%);
  }
  .p-point__img {
    width: 30%;
  }
  .p-point__sub-contents {
    padding-top: 4.375rem;
    padding-bottom: 6.875rem;
  }
  .p-point__sub-items {
    padding: 0 6.25rem;
  }
  .p-point__sub-items .p-point__sub-item h3 {
    font-size: 2.5rem;
    border-top: 2px solid #303030;
    border-bottom: 2px solid #303030;
  }
  .p-point__sub-items .p-point__sub-item h3::before {
    font-size: 4rem;
    padding-left: 1.0625rem;
    padding-right: 2.3125rem;
  }
  .p-point__sub-item + .p-point__sub-item {
    margin-top: 2.5rem;
  }
  .p-point__sub-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5.625rem;
       -moz-column-gap: 5.625rem;
            column-gap: 5.625rem;
  }
  .p-point__sub-box p {
    width: 42.62%;
    font-size: 1.125rem;
    padding-top: 2.5rem;
    margin: unset;
  }
  .p-point__sub-box-img {
    padding-top: 1.5rem;
  }
  .p-point__sub-box-img img {
    margin: unset;
  }
  .p-point__sub-box1 .p-point__sub-box-img {
    width: 30.37%;
  }
  .p-point__sub-box1 .p-point__sub-box-img img {
    width: 100%;
    aspect-ratio: 243/183;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-point__sub-box2 .p-point__sub-box-img {
    width: 29.25%;
  }
  .p-point__sub-box2 .p-point__sub-box-img img {
    width: 100%;
    aspect-ratio: 234/122;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-point__sub-box3 .p-point__sub-box-img {
    width: 20.62%;
  }
  .p-point__sub-box3 .p-point__sub-box-img img {
    width: 100%;
    aspect-ratio: 165/143;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-privacy {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding-top: 7.375rem;
    padding-bottom: 7.625rem;
  }
}

.p-privacy__contents {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-privacy__contents {
    width: 88%;
    margin: 0 auto;
  }
}
.p-privacy__contents h2 {
  padding-top: 2rem;
  font-size: 1.25rem;
}
.p-privacy__contents p {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.p-privacy__contents ol {
  list-style-type: decimal;
  padding-left: 1.375rem;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.p-privacy__contents ol li ol {
  list-style-type: lower-latin;
}
.p-privacy__contents ol li ol li ol {
  list-style-type: lower-roman;
}
.p-product {
  padding: 2.5rem 0;
}

.p-product__items + .p-product__items {
  margin-top: 2.5rem;
}

.p-product__item-title {
  background-color: #E6F3F8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 0.625rem;
}
.p-product__item-title h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product__item-title h2 span {
  font-size: 1.75rem;
  padding-left: 1rem;
}
.p-product__item-title h2::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #007EB4;
  width: 0.5rem;
  height: 100%;
}

.p-product__item-img {
  display: block;
  padding-top: 1.25rem;
}

.p-product__real-link {
  text-align: right;
  padding-top: 0.625rem;
}
.p-product__real-link a {
  border-bottom: 1px solid #303030;
}
.p-product__real-link a:hover {
  color: #007EB4;
  border-bottom: 1px solid #007EB4;
}

@media screen and (min-width: 768px) {
  .p-product {
    padding: 7.1875rem 0;
  }
  .p-product__items + .p-product__items {
    margin-top: 5.625rem;
  }
  .p-product__item-title {
    padding: 1.125rem;
  }
  .p-product__item-title h2 span {
    font-size: 3.125rem;
    padding-left: 2.375rem;
  }
  .p-product__item-title h2::before {
    width: 0.625rem;
  }
  .p-product__item-img {
    padding-top: 2.9375rem;
  }
  .p-product__pc-text {
    width: 88%;
    margin-left: auto;
    background-color: #F3F3F3;
    padding: 1.40625rem 1.5rem;
    margin-top: 2.875rem;
  }
  .p-product__pc-text p {
    font-size: 0.875rem;
  }
  .p-product__real-link {
    text-align: right;
    padding-top: 0.625rem;
  }
  .p-product__real-link a {
    border-bottom: 1px solid #303030;
  }
  .p-product__real-link a:hover {
    color: #007EB4;
    border-bottom: 1px solid #007EB4;
  }
}
.p-review {
  background-color: #E7F4E6;
  padding-top: 2.5rem;
}

.p-review__title-balloon {
  width: 35%;
}

.p-review__title-img {
  padding-top: 1rem;
}
.p-review__title-img::after {
  color: #4CAB45;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-size: 6.25rem;
  top: -5rem;
  left: 0;
}

.p-review-contents {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.p-review-item + .p-review-item {
  margin-top: 2.5rem;
}

.p-review__balloon {
  margin-left: 2.1875rem;
}
.p-review__balloon p {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  padding: 1.25rem 0.625rem;
  background-color: #fff;
  border: 1px solid #303030;
  border-radius: 10px 10px 10px 0;
  position: relative;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
}
.p-review__balloon p::before {
  position: absolute;
  content: "";
  top: -11%;
  margin-left: 0.625rem;
  background-image: url(../images/review-balloon-item.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-width: 1.25rem;
  aspect-ratio: 20/17;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-review__icon {
  width: 42.72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.p-review__icon-img {
  width: 34.72%;
}

.p-review__text {
  font-weight: bold;
  margin-top: auto;
}
.p-review__text p {
  padding: 0.3125rem 0.625rem;
  background-color: #4CAB45;
  color: #fff;
}

.p-review-item:nth-of-type(even) .p-review__balloon {
  margin-right: 2.1875rem;
  margin-left: unset;
  text-align: end;
}
.p-review-item:nth-of-type(even) .p-review__balloon p {
  text-align: left;
  border-radius: 10px 10px 0 10px;
}
.p-review-item:nth-of-type(even) .p-review__icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-review {
    background-color: #E7F4E6;
    padding-top: 5rem;
  }
  .p-review__title-balloon {
    width: 20.1%;
  }
  .p-review__title-img {
    width: 88%;
    padding-top: 1.625rem;
  }
  .p-review__title-img::after {
    color: #4CAB45;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    font-size: 12.5rem;
    top: -150%;
    left: -20%;
  }
  .p-review-contents {
    padding-top: 1.25rem;
    padding-bottom: 4.375rem;
  }
  .p-review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .p-review-item + .p-review-item {
    margin-top: 1.0625rem;
  }
  .p-review__balloon {
    margin-left: unset;
    padding-bottom: 1.875rem;
  }
  .p-review__balloon p {
    font-size: 1.25rem;
    padding: 2rem 1.25rem;
    background-color: #fff;
    border: 1px solid #303030;
    position: relative;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
  }
  .p-review__balloon p::before {
    position: absolute;
    content: "";
    top: -11%;
    margin-left: unset;
    min-width: 1.75rem;
    aspect-ratio: 20/17;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-review__icon {
    width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .p-review__icon-img {
    margin-top: auto;
    width: 41%;
  }
  .p-review__text {
    margin-top: auto;
  }
  .p-review__text span {
    display: inline-block;
    padding-bottom: 0.625rem;
  }
  .p-review__text p {
    padding: 0.3125rem 0.625rem;
    background-color: #4CAB45;
    color: #fff;
  }
  .p-review-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .p-review-item:nth-of-type(even) .p-review__balloon {
    margin-right: unset;
    text-align: end;
  }
  .p-review-item:nth-of-type(even) .p-review__balloon p {
    text-align: left;
    border-radius: 10px 10px 0 10px;
  }
  .p-review-item:nth-of-type(even) .p-review__icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: unset;
  }
}
.p-trouble {
  background-color: #F3F3F3;
}

.p-trouble__contents {
  padding-top: 1.25rem;
}

.p-trouble__contents-title {
  text-align: center;
}
.p-trouble__contents-title span {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  display: block;
}
.p-trouble__contents-title img {
  padding-top: 0.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-trouble__contents-title img {
    width: 45.9%;
  }
}

.p-trouble__contents-items {
  padding: 1.25rem 0 1rem 0;
  display: grid;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
}

.p-trouble__contents-item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row: 1;
  grid-column: 1;
}

.p-trouble__contents-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row: 1;
  grid-column: 2;
}

.p-trouble__contents-item3 {
  grid-row: 2;
  grid-column: 1/3;
  padding-top: 0.6875rem;
}
.p-trouble__contents-item3 img {
  margin: 0 auto;
  width: 45.1%;
  aspect-ratio: 152/136;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-trouble__balloon {
  position: relative;
  display: inline-block;
  margin: 0.6875rem 0;
  padding: 0.5rem 0.625rem;
  max-width: 100%;
  font-size: 1rem;
  background: #FFF;
  border: solid 1px #303030;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
}
.p-trouble__balloon span {
  color: #007EB4;
}

.p-trouble__balloon:before {
  content: "";
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  margin-left: -0.9375rem;
  border: 0.75rem solid transparent;
  border-top: 0.75rem solid #FFF;
  z-index: 2;
}

.p-trouble__balloon:after {
  content: "";
  position: absolute;
  bottom: -1.5625rem;
  left: 50%;
  margin-left: -0.9375rem;
  border: 0.75rem solid transparent;
  border-top: 0.75rem solid #303030;
  z-index: 1;
}

.p-trouble__balloon p {
  margin: 0;
  padding: 0;
}

.p-trouble__contents-yellow {
  background-color: #F2BC04;
  padding: 4.0625rem 0 2.1875rem 0;
  position: relative;
}
.p-trouble__contents-yellow::before {
  content: "";
  position: absolute;
  background: #F3F3F3;
  height: 2.5rem;
  width: 6.25rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-trouble__contents-yellow-text {
  text-align: center;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.p-trouble__contents-yellow-text-small {
  display: inline-block;
  color: #F2BC04;
  background-color: #fff;
  padding: 0.3125rem;
  min-width: 13.75rem;
  border-radius: 22.5px;
  font-size: 1.25rem;
}

.p-trouble__contents-yellow-text-big {
  padding-top: 0.625rem;
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.p-trouble__contents-yellow-text-big span {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .p-trouble__contents {
    padding-top: 2.25rem;
  }
  .p-trouble__contents-title span {
    font-size: 2rem;
  }
  .p-trouble__contents-title img {
    padding-top: 1.1875rem;
  }
  .p-trouble__contents-items {
    padding: 2.375rem 0 5.4375rem 0;
    display: grid;
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
  }
  .p-trouble__contents-item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row: 1;
    grid-column: 1;
  }
  .p-trouble__contents-item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row: 1;
    grid-column: 3;
  }
  .p-trouble__contents-item3 {
    grid-row: 1;
    grid-column: 2;
    padding-top: 0.6875rem;
  }
  .p-trouble__contents-item3 img {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 281/251;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-trouble__balloon {
    display: none;
  }
  .p-trouble__contents-yellow {
    background-color: #F2BC04;
    padding: 4.0625rem 0 1.875rem 0;
    position: relative;
  }
  .p-trouble__contents-yellow::before {
    height: 4.375rem;
    width: 11.25rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-trouble__contents-yellow-inner {
    max-width: 1440px;
    padding: 0 18.75rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-trouble__contents-yellow-text {
    text-align: left;
  }
  .p-trouble__contents-yellow-text-small {
    padding: 0 1.5rem;
    text-align: center;
    font-size: 2rem;
  }
  .p-trouble__contents-yellow-text-big {
    padding-top: 0.375rem;
    font-size: 4rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  }
  .p-trouble__contents-yellow-text-big span {
    font-size: 3rem;
  }
}
.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 */
