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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #5B5B5B;
  font-size: 1rem;
  font-weight: 400;
  background-color: #FFFEFB;
}

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

html, body {
  overflow-x: hidden;
}

/*****************************
* 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.437;
}

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

.l-fiow {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .l-fiow {
    margin-top: 15rem;
  }
}

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

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

.l-info {
  margin-top: 11.25rem;
}
@media screen and (min-width: 768px) {
  .l-info {
    margin-top: 13.875rem;
  }
}

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

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

.l-pagetop {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-pagetop {
    bottom: 3.125rem;
    right: 3.125rem;
  }
}

.l-reason {
  margin-top: 10.75rem;
}
@media screen and (min-width: 768px) {
  .l-reason {
    margin-top: 15.125rem;
  }
}

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

.l-service {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    margin-top: 15rem;
  }
}

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

.c-btn {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4375;
  color: #FFFEFB;
  background-color: #6CC055;
  border: 3px solid #6CC055;
  border-radius: 1.875rem;
  padding: 0.75rem 2.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 18.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    background-color: #FFFEFB;
    color: #6CC055;
    opacity: 1;
  }
  .c-btn:hover::before, .c-btn:hover::after {
    background-color: #6CC055;
  }
}

.c-btn::before,
.c-btn::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.1875rem;
  background-color: #FFFEFB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn::before {
  top: 42%;
  right: 1.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0 1px 1px 0;
}

.c-btn::after {
  top: 50%;
  right: 1.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0 0 1px 0;
}

table th, table td {
  display: block;
  width: 100%;
  border-bottom: none;
}

.c-form__list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-form__item {
    vertical-align: top;
  }
}

.c-form__item:not(:first-child) th {
  margin-top: 0.75rem;
}

.c-form__item.c-form__item--mt40 th {
  margin-top: 2.25rem;
}

.c-form__head {
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form__head {
    display: table-cell;
    width: 15.625rem;
  }
}

.c-form__required {
  display: inline-block;
  margin-left: 0.625rem;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #FFFEFB;
  background-color: #F79400;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-form__item:not(:last-child) .c-form__wrap {
    padding-bottom: 2.375rem;
  }
}

.c-form__body {
  margin-top: 0.625rem;
  width: 100%;
  padding: 0.75rem;
  background-color: #F7F7F7;
  border: none;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-form__body {
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.5625rem;
    border-radius: 0.3125rem;
  }
}

.c-form__body--koumoku {
  width: 15rem;
}

.js-select {
  color: #BABABA;
}

.c-form__body--koumoku option {
  color: #5B5B5B;
}

.c-form__body--koumoku option:first-child {
  color: #BABABA;
}

.c-form__body--textarea {
  min-height: 10rem;
}
@media screen and (min-width: 768px) {
  .c-form__body--textarea {
    min-height: 18.75rem;
  }
}

.c-form__description {
  margin-top: 0.375rem;
  display: block;
  color: #BABABA;
}

.c-form__button {
  margin-top: 1.875rem;
  width: 100%;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .c-form__button {
    margin-top: 4.375rem;
  }
}

.c-form__button input[type=submit] {
  width: 100%;
  height: 100%;
  color: #FFFEFB;
  border: none;
  background-color: #6CC055;
  padding: 0.75rem 2.375rem;
  border-radius: 1.875rem;
  border: 3px solid #6CC055;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-form__button input[type=submit]:hover {
    background-color: #FFFEFB;
    color: #6CC055;
    opacity: 1;
  }
  .c-form__button input[type=submit]:hover::before, .c-form__button input[type=submit]:hover::after {
    background-color: #6CC055;
  }
}

.c-form__button input[type=button] {
  width: 100%;
  height: 100%;
  color: #FFFEFB;
  border: none;
  background-color: #6CC055;
  padding: 0.75rem 2.375rem;
  border-radius: 1.875rem;
  border: 3px solid #6CC055;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-form__button input[type=button]:hover {
    background-color: #FFFEFB;
    color: #6CC055;
    opacity: 1;
  }
  .c-form__button input[type=button]:hover::before, .c-form__button input[type=button]:hover::after {
    background-color: #6CC055;
  }
}

@media screen and (min-width: 768px) {
  .c-form__list--02 tr {
    vertical-align: top;
  }
}

.c-form__list--02 th {
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form__list--02 th {
    display: table-cell;
    width: 15.625rem;
  }
}

.c-form__list--02 th span {
  display: inline-block;
  margin-left: 0.625rem;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #FFFEFB;
  background-color: #F79400;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
}
.c-form__list--02 tr:not(:last-child) td {
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .c-form__list--02 tr:not(:last-child) td {
    padding-bottom: 2.375rem;
  }
}

.c-form__list--02 tr td input {
  margin-top: 0.625rem;
  width: 100%;
  padding: 0.75rem;
  background-color: #F7F7F7;
  border: none;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-form__list--02 tr td input {
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.5625rem;
    border-radius: 0.3125rem;
  }
}

.c-form__list--02 tr td {
  margin-top: 0.625rem;
}

.c-imgBox {
  display: grid;
  gap: 0.625rem 0.4375rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-imgBox {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.5rem;
  }
}

.c-imgBox__img {
  border-radius: 0.5rem;
  overflow: hidden;
}

.c-imgBox__img img {
  aspect-ratio: 164/100;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-imgBox02 {
  display: grid;
  gap: 0.625rem 0.4375rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-imgBox02 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.5rem;
  }
}

.c-imgBox02__img {
  border-radius: 0.5rem;
  overflow: hidden;
}

.c-imgBox02__img img {
  aspect-ratio: 164/100;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-list {
  counter-reset: cnt;
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-list {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
  }
}

.c-list__item {
  position: relative;
  background-color: #FFFEFB;
  padding: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  min-height: 23.625rem;
}

.c-list__item::after {
  position: absolute;
  top: 0.5rem;
  left: 0.875rem;
  content: "0" counter(cnt);
  counter-increment: cnt;
  font-weight: bold;
  color: #FFFEFB;
  font-size: 1.5rem;
  line-height: 1.4583333333;
}

.c-list__item::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -4.1875rem;
  left: -4.1875rem;
  background-color: #F79400;
  width: 8.125rem;
  height: 8.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-list__img {
  width: 10rem;
  margin-inline: auto;
}

.c-list__img img {
  aspect-ratio: 160/140;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-list__hrad {
  margin-top: 1.25rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3125;
  color: #F79400;
  text-align: center;
}

.c-list__text {
  margin-top: 1.25rem;
}

.c-list02__item:not(:first-child) {
  margin-top: 2.5rem;
}

.c-list02__item:nth-child(2n) .c-list02__head {
  background-color: #6CC055;
}

@media screen and (min-width: 768px) {
  .c-list02__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6.625rem;
  }
}

.c-list02__head {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  text-align: center;
  color: #FFFEFB;
  background-color: #F79400;
  border-radius: 0.3125rem;
  padding: 0.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-list02__head {
    min-width: 30.875rem;
    text-align: left;
  }
}

.c-list02__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-list02__text {
    font-size: 1.25rem;
  }
}

.c-list02__img {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-list02__img {
    margin-top: 0;
    width: 31.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-list02__img img {
  aspect-ratio: 335/211;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-list02__img img {
    aspect-ratio: 500/315;
  }
}

.c-list02__imgBox {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-list02__imgBox {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-list02--sub .c-list02__item:not(:first-child) {
    margin-top: 5rem;
  }
}

.c-list03 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  counter-reset: cnt02;
  display: grid;
  gap: 3.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-list03 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
}

.c-list03__item {
  position: relative;
  background-color: #FFFEFB;
  border-radius: 0.625rem;
  padding: 1.25rem;
}

.c-list03__item:nth-child(2n)::before {
  background-color: #6CC055;
}
.c-list03__item:nth-child(2n)::after {
  border-bottom: 15px solid #6CC055;
}

.c-list03__item::before {
  position: absolute;
  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;
  top: -2.125rem;
  left: -2.125rem;
  content: "0" counter(cnt02);
  counter-increment: cnt02;
  font-weight: bold;
  color: #FFFEFB;
  font-size: 2.5rem;
  width: 4.5625rem;
  height: 4.5625rem;
  border-radius: 50%;
  background-color: #F79400;
}

.c-list03__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 15px solid #F79400;
  border-top: 0;
  -webkit-transform: rotate(139deg);
          transform: rotate(139deg);
  top: 1.25rem;
  left: 1.25rem;
}

.c-list03__img {
  width: 10rem;
  margin-inline: auto;
}

.c-list03__img img {
  aspect-ratio: 160/100;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-list03__head {
  margin-top: 0.625rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
}

.c-list03__text {
  margin-top: 0.625rem;
}

.c-nav {
  background-color: #FFFEFB;
}

.c-nav__inner {
  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;
  gap: 2.5rem;
  height: 100vh;
  padding-bottom: 6.25rem;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .c-nav__inner {
    overflow: visible;
    overflow: initial;
    height: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2vw;
    padding-bottom: 0;
  }
}

.c-nav__list {
  padding-top: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .c-nav__list {
    position: relative;
    height: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-nav__item {
    height: inherit;
  }
}

.c-nav__item a {
  display: inline-block;
  width: 100%;
  padding: 0.625rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.5625rem;
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .c-nav__item--hover:hover .c-nav__inner-list {
    visibility: visible;
    opacity: 1;
  }
}

.c-nav__inner-list {
  display: grid;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .c-nav__inner-list {
    margin-left: 0;
    position: absolute;
    top: 4.375rem;
    left: -1.125rem;
    background-color: #FFF4DE;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .c-nav__inner-item:hover {
    color: #F79400;
  }
}

.c-nav__inner-item a {
  position: relative;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-nav__inner-item a {
    padding: 0.5625rem 1.125rem;
  }
}

.c-nav__inner-item a::before,
.c-nav__inner-item a::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.125rem;
  background-color: #5B5B5B;
}
@media screen and (min-width: 768px) {
  .c-nav__inner-item a::before,
  .c-nav__inner-item a::after {
    display: none;
  }
}

.c-nav__inner-item a::before {
  top: 47%;
  left: -0.625rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  border-radius: 0 2px 2px 0;
}

.c-nav__inner-item a::after {
  top: 58%;
  left: -0.625rem;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  border-radius: 0 2px 2px 0;
}

.c-pagetop {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .c-pagetop {
    width: 4rem;
    height: 4rem;
  }
}

.c-section-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2rem;
  }
}

.c-section-title__orange {
  font-size: 2rem;
  line-height: 1.4375;
  color: #F79400;
}
@media screen and (min-width: 768px) {
  .c-section-title__orange {
    font-size: 2.5rem;
    line-height: 1.45;
  }
}

.p-before-after {
  background-color: #FFF4DE;
  position: relative;
}

.p-before-after::before,
.p-before-after::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0;
  z-index: -1;
}

.p-before-after::before {
  top: -6.25rem;
  height: 12rem;
  background: url(../images/decoration-sp.svg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-before-after::before {
    top: -7.5rem;
    height: 8.875rem;
    background: url(../images/decoration-pc.svg) no-repeat center top/cover;
  }
}

.p-before-after::after {
  bottom: -5rem;
  height: 17.375rem;
  background: url(../images/decoration-sp02.svg) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .p-before-after::after {
    bottom: -8.875rem;
    height: 8.875rem;
    background: url(../images/decoration-pc02.svg) no-repeat center bottom/cover;
  }
}

.p-before-after__inner {
  position: relative;
}

.p-before-after__inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -10rem;
  left: -1.25rem;
  width: 6.25rem;
  height: 10rem;
  background: url(../images/img-before01.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-before-after__inner::before {
    top: -19.375rem;
    left: 0;
    margin-left: -6.25rem;
    width: 16.875rem;
    height: 28.125rem;
  }
}

.p-before-after__inner::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: -9.375rem;
  right: 1.25rem;
  width: 8.125rem;
  height: 7.375rem;
  background: url(../images/img-before02.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-before-after__inner::after {
    top: -15.625rem;
    right: 0;
    width: 17.875rem;
    height: 16.3125rem;
    margin-right: -5rem;
  }
}

.p-before-after__title {
  text-align: center;
}

.p-before-after__text {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-before-after__text {
    display: block;
    width: 32.5rem;
    margin-inline: auto;
  }
}

.p-before-after__wrap {
  margin-top: 1.0625rem;
  display: grid;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .p-before-after__wrap {
    margin-top: 2.25rem;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 7.375rem;
       -moz-column-gap: 7.375rem;
            column-gap: 7.375rem;
  }
}

.p-before-after__item {
  text-align: center;
  position: relative;
}

.p-before-after__item:first-child::after {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.6875rem;
  height: 2.375rem;
  background: url(../images/before-arrow-sp.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-before-after__item:first-child::after {
    width: 3.6875rem;
    height: 2.0625rem;
    bottom: 40%;
    left: 32.5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background: url(../images/before-arrow-pc.svg) no-repeat center/cover;
  }
}

.p-before-after__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  padding: 0 1.25rem;
  color: #FFFEFB;
  background-color: #F79400;
  border-radius: 0.3125rem;
}

.p-before-after__label--g {
  background-color: #6CC055;
}

.p-before-after__img {
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-before-after__img img {
  aspect-ratio: 336/205;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-flow__inner {
  position: relative;
}

.p-flow__inner::before {
  position: absolute;
  display: block;
  content: "";
  top: -8.125rem;
  right: 1.25rem;
  width: 5.625rem;
  height: 7.5rem;
  background: url(../images/img-flow.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-flow__inner::before {
    top: -10rem;
    right: 0;
    margin-right: -5rem;
    width: 9.375rem;
    height: 13.75rem;
  }
}

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

.p-flow__list {
  margin-top: 2.375rem;
  gap: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    margin-top: 2.5rem;
    gap: 2.8125rem;
  }
}

.p-flow__list .c-list03__item {
  padding: 1.875rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-flow__list .c-list03__item {
    padding: 5.625rem 0 0 0;
  }
}

.p-flow__list .c-list03__item::before {
  left: 0;
  top: 0;
}

.p-flow__list .c-list03__item::after {
  top: 3.375rem;
  left: 3.375rem;
}

.p-footer__title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #F79400;
}
@media screen and (min-width: 768px) {
  .p-footer__title {
    font-size: 1.5rem;
  }
}

.p-footer__list {
  position: relative;
  margin-top: 1.25rem;
  display: grid;
  gap: 0.625rem;
  z-index: 100;
}

.p-footer__item {
  font-weight: bold;
}

.p-footer__img {
  margin-top: -1rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-footer__img {
    margin-top: -3.125rem;
  }
}

.p-footer__img img {
  width: 100%;
  aspect-ratio: 375/169;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-footer__img img {
    aspect-ratio: 1440/396;
  }
}

.p-footer__copy {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.p-fv {
  position: relative;
  min-height: 36.1875rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    margin-top: 5.625rem;
    min-height: 42.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__inner {
    position: relative;
  }
}

.p-fv__catch {
  position: absolute;
  top: 7.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__catch {
    font-size: 2rem;
    line-height: 1;
    top: 5rem;
    left: 8.125rem;
  }
}

.p-fv__catch-r,
.p-fv__catch-l {
  display: inline-block;
  padding: 0.75rem;
  background: rgba(247, 148, 0, .9);
  color: #FFFEFB;
}
@media screen and (min-width: 768px) {
  .p-fv__catch-r,
  .p-fv__catch-l {
    padding: 1.25rem;
  }
}

.p-fv__catch-r {
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .p-fv__catch-r {
    margin-left: 2.5rem;
  }
}

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

.p-fv__img,
.p-fv__img02,
.p-fv__img03 {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.p-fv__img img,
.p-fv__img02 img,
.p-fv__img03 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__img {
  width: 15.75rem;
  right: -2.8125rem;
  top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    width: 20.4375rem;
    top: 3.5625rem;
    right: 33.125rem;
  }
}

.p-fv__img02 {
  width: 12.375rem;
  left: -2.5rem;
  top: 9.75rem;
}
@media screen and (min-width: 768px) {
  .p-fv__img02 {
    width: 17.375rem;
    top: 13.5rem;
    left: 41.875rem;
  }
}

.p-fv__img03 {
  width: 10.125rem;
  top: 20.5625rem;
  right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-fv__img03 {
    width: 14.375rem;
    top: 9.6875rem;
    right: -5.625rem;
  }
}

.p-fv__img04 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 24.8125rem;
}
@media screen and (min-width: 768px) {
  .p-fv__img04 {
    padding-top: 17.5625rem;
  }
}

.p-fv__img04 img {
  width: 100%;
  aspect-ratio: 375/210;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-fv__img04 img {
    aspect-ratio: 1440/395;
  }
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.fadeIn--02 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.fadeIn--03 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 3.75rem;
  background-color: #FFFEFB;
  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;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5.625rem;
  }
}

.p-header__title {
  height: inherit;
  z-index: inherit;
}

.p-header__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  color: #F79400;
  padding-left: 1.25rem;
  z-index: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__title a {
    font-size: 1.5rem;
    padding-left: 2.5rem;
  }
}

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

.p-header__sp-contact {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.0625rem;
  height: 3.75rem;
  background-color: #F79400;
}

.p-header__sp-contact::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.75rem;
  background: #F79400 url(../images/icon-mail.png) no-repeat center/cover;
}

.p-header__btn {
  position: relative;
  width: 4.0625rem;
  height: 3.75rem;
  cursor: pointer;
  z-index: 100000;
}

.p-header__btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 0.25rem;
  background-color: #F79400;
  border-radius: 1.25rem;
  left: 1.125rem;
}

.p-header__btn span:nth-of-type(1) {
  width: 1.875rem;
  top: 1.5rem;
}

.p-header__btn span:nth-of-type(2) {
  width: 1rem;
  top: 2.0625rem;
}

.p-header__btn.open span:nth-last-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1.875rem;
  width: 1.875rem;
}

.p-header__btn.open span:nth-last-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.875rem;
  width: 1.875rem;
}

.p-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    position: static;
    height: inherit;
    width: auto;
    display: block;
  }
}

.p-header__tel {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.p-header__tel span {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__tel span::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../images/icon-tel.svg) no-repeat center/cover;
  margin-right: 0.3125rem;
}

.p-header__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.5rem;
  min-height: 3.75rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #FFFEFB;
  background-color: #F79400;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    height: 5.625rem;
    border: 3px solid #F79400;
  }
  .p-header__contact:hover {
    background-color: #FFFEFB;
    color: #F79400;
  }
  .p-header__contact:hover::before {
    background: url(../images/icon-mail-orenge.png) no-repeat center/cover;
  }
}

.p-header__contact::before {
  display: inline-block;
  content: "";
  width: 1.875rem;
  height: 1.5625rem;
  background: url(../images/icon-mail.png) no-repeat center/cover;
  margin-right: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.js-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.p-info {
  background-color: #FFF4DE;
  position: relative;
}

.p-info::before,
.p-info::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0;
  z-index: -1;
}

.p-info::before {
  top: -6.25rem;
  height: 12rem;
  background: url(../images/decoration-sp.svg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-info::before {
    top: -7.5rem;
    height: 8.875rem;
    background: url(../images/decoration-pc.svg) no-repeat center top/cover;
  }
}

.p-info::after {
  bottom: -5rem;
  height: 17.375rem;
  background: url(../images/decoration-sp02.svg) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .p-info::after {
    bottom: -8.125rem;
    height: 8.875rem;
    background: url(../images/decoration-pc02.svg) no-repeat center bottom/cover;
  }
}

.p-info__inner {
  position: relative;
}

.p-info__inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -8.125rem;
  left: 1.25rem;
  width: 8.125rem;
  height: 8.125rem;
  background: url(../images/img-info.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-info__inner::before {
    top: -11.25rem;
    left: 0;
    margin-left: -5rem;
    width: 13.75rem;
    height: 13.75rem;
  }
}

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

.p-info__list {
  margin-top: 2.5rem;
  background-color: #FFFEFB;
  border-radius: 0.625rem;
  padding: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-info__list {
    width: 40.625rem;
    margin-inline: auto;
    padding: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-info__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-info__list-item:not(:first-child) {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-info__list-item:not(:first-child) {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}

.p-info__item-head {
  font-weight: bold;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-info__item-head {
    padding-left: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30%;
  }
}

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

.p-info__map {
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-info__map {
    margin-top: 2.5rem;
    margin-inline: auto;
    width: 40.625rem;
    border-radius: 1.25rem;
  }
}

.p-info__map iframe {
  width: 100%;
  height: 16.125rem;
}
@media screen and (min-width: 768px) {
  .p-info__map iframe {
    height: 21.625rem;
  }
}

.p-reason {
  position: relative;
  background-color: #FFF4DE;
}

.p-reason::before,
.p-reason::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0;
  z-index: -1;
}

.p-reason::before {
  top: -5.75rem;
  height: 12rem;
  background: url(../images/decoration-sp.svg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-reason::before {
    top: -7.5rem;
    height: 8.875rem;
    background: url(../images/decoration-pc.svg) no-repeat center top/cover;
  }
}

.p-reason::after {
  bottom: -5rem;
  height: 17.375rem;
  background: url(../images/decoration-sp02.svg) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .p-reason::after {
    bottom: -8.875rem;
    height: 8.875rem;
    background: url(../images/decoration-pc02.svg) no-repeat center bottom/cover;
  }
}

.p-reason__inner {
  position: relative;
}

.p-reason__inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -7.5rem;
  right: 1.25rem;
  width: 7.5rem;
  height: 5.125rem;
  background: url(../images/img-reason.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-reason__inner::before {
    top: -9.375rem;
    right: 0;
    margin-right: 3.75rem;
    width: 13.125rem;
    height: 9.125rem;
  }
}

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

.p-reason__list {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-rinen__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.875rem;
  }
}

.p-rinen__sub-head {
  margin-top: 1.25rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .p-rinen__sub-head {
    font-size: 1.5rem;
  }
}

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

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

.p-rinen__img {
  margin-top: 2.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-rinen__img {
    margin-top: 0.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.25rem;
  }
}

.p-rinen__img img {
  aspect-ratio: 334/210;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-rinen__img img {
    aspect-ratio: 500/315;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .p-sub-company__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.25rem;
  }
}

.p-sub-company__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sub-company__title {
    text-align: left;
  }
}

.p-sub-company__text {
  margin-top: 2.625rem;
}

.p-sub-company__img {
  margin-top: 1.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-sub-company__img {
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 33rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-company__img img {
    aspect-ratio: 528/334;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

.p-sub-contact__title {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__title {
    margin-top: 7.5rem;
  }
}

.p-sub-contact__form {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__form {
    margin-top: 5rem;
    width: 43.75rem;
    margin-inline: auto;
  }
}

.p-sub-contact__text {
  margin-top: 1.5rem;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__text {
    font-size: 2rem;
  }
}

.p-sub-contact__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__btn {
    margin-top: 5rem;
    width: 43.75rem;
  }
}

.p-sub-flow {
  margin-top: 10rem;
  background-color: #FFF4DE;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-flow {
    margin-top: 13.75rem;
  }
}

.p-sub-flow::before,
.p-sub-flow::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0;
  z-index: -1;
}

.p-sub-flow::before {
  top: -5.75rem;
  height: 12rem;
  background: url(../images/decoration-sp.svg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-flow::before {
    top: -7.5rem;
    height: 8.875rem;
    background: url(../images/decoration-pc.svg) no-repeat center top/cover;
  }
}

.p-sub-flow::after {
  bottom: -5rem;
  height: 17.375rem;
  background: url(../images/decoration-sp02.svg) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-flow::after {
    bottom: -8.875rem;
    height: 8.875rem;
    background: url(../images/decoration-pc02.svg) no-repeat center bottom/cover;
  }
}

.p-sub-flow__list {
  margin-top: 3.4375rem;
  width: 15.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-flow__list {
    margin-top: 4.75rem;
    padding-bottom: 4rem;
    width: 100%;
  }
}

.p-sub-flow__list .c-list03__item {
  min-height: 17.375rem;
}

.p-sub-imgBox {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .p-sub-imgBox {
    margin-top: 15.875rem;
  }
}

.p-sub-fv {
  position: relative;
  margin-top: 3.75rem;
  height: 9.4375rem;
  background: url(../images/fv-service-sp.jpg) no-repeat center top/cover;
  display: grid;
  place-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sub-fv {
    margin-top: 5.625rem;
    height: 23.875rem;
    background: url(../images/fv-service-pc.jpg) no-repeat center top/cover;
    text-align: left;
  }
}

@supports (background-image: url("../images/fv-service-sp.webp")) {
  .p-sub-fv {
    background-image: url("../images/fv-service-sp.webp");
  }
  @media screen and (min-width: 768px) {
    .p-sub-fv {
      background-image: url("../images/fv-service-pc.webp");
    }
  }
}
.p-sub-fv--02 {
  background: url(../images/fv-company-sp.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-fv--02 {
    background: url(../images/fv-company-pc.jpg) no-repeat center top/cover;
  }
}

@supports (background-image: url("../images/fv-company-sp.webp")) {
  .p-sub-fv--02 {
    background-image: url("../images/fv-company-sp.webp");
  }
  @media screen and (min-width: 768px) {
    .p-sub-fv--02 {
      background-image: url("../images/fv-company-pc.webp");
    }
  }
}
.p-sub-fv--03 {
  background: url(../images/fv-contact-sp.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-fv--03 {
    background: url(../images/fv-contact-pc.jpg) no-repeat center top/cover;
  }
}

@supports (background-image: url("../images/fv-contact-sp.webp")) {
  .p-sub-fv--02 {
    background-image: url("../images/fv-contact-sp.webp");
  }
  @media screen and (min-width: 768px) {
    .p-sub-fv--02 {
      background-image: url("../images/fv-contact-pc.webp");
    }
  }
}
.p-sub-fv::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -3.25rem;
  right: 0;
  width: 19.3125rem;
  height: 6.5rem;
  background: url(../images/fv-img-service.svg) no-repeat left/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-fv::before {
    width: 36.1875rem;
    height: 11.4375rem;
  }
}

.p-sub-fv--02.p-sub-fv::before {
  bottom: -5.875rem;
  width: 18.25rem;
  height: 9.5rem;
  background: url(../images/fv-image-company.svg) no-repeat left/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-fv--02.p-sub-fv::before {
    width: 35.3125rem;
    height: 18.625rem;
    bottom: -7rem;
  }
}

.p-sub-fv--03.p-sub-fv::before {
  bottom: -2.4375rem;
  width: 13.75rem;
  height: 8.875rem;
  background: url(../images/fv-image-contact.svg) no-repeat left/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-fv--03.p-sub-fv::before {
    width: 33.4375rem;
    height: 16.5rem;
    bottom: -3.25rem;
  }
}

.p-sub-fv__title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFEFB;
}
@media screen and (min-width: 768px) {
  .p-sub-fv__title {
    font-size: 2.5rem;
  }
}

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