@charset "UTF-8";
.disnon {
  display: none;
}

.disblo {
  display: block;
}

@media (min-width: 768px) {
  .visible_pc {
    display: block;
  }
  .visible_sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible_sp {
    display: block;
  }
  .visible_pc {
    display: none;
  }
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  color: #444444;
}

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

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

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

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

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

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

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

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

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

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

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

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

.l-mv {
  position: relative;
}

.p-mv__icon {
  display: block;
  position: absolute;
}

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

.p-mv__icon {
  position: absolute;
  z-index: -1;
}

.p-mv_icon-1 {
  width: 2.625rem;
  height: 2.5rem;
  top: 0.9375rem;
  left: 4.3%;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-1 {
    width: 4.375rem;
    height: 4.1875rem;
    top: 6.625rem;
    left: 18.9%;
  }
}

.p-mv_icon-2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-2 {
    display: block;
    width: 2rem;
    height: 3.5625rem;
    top: 3rem;
    left: 42.3%;
  }
}

.p-mv_icon-3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-3 {
    display: block;
    width: 3.5625rem;
    height: 3.75rem;
    top: 7.0625rem;
    left: 53.4%;
  }
}

.p-mv_icon-4 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-4 {
    display: block;
    width: 2.75rem;
    height: 2.6875rem;
    top: 4.3125rem;
    left: 59.6%;
  }
}

.p-mv_icon-5 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-5 {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    top: 2.3125rem;
    left: 76.1%;
  }
}

.p-mv_icon-6 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-6 {
    display: block;
    width: 2rem;
    height: 3.5625rem;
    top: 19.875rem;
    left: 5%;
  }
}

.p-mv_icon-7 {
  width: 9.4375rem;
  height: 9.375rem;
  bottom: 13.3125rem;
  left: 9.9%;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-7 {
    top: 26rem;
    left: 14.5%;
  }
}

.p-mv_icon-8 {
  width: 3.5625rem;
  height: 3.625rem;
  bottom: 9.125rem;
  left: 70.9%;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-8 {
    width: 3.25rem;
    height: 3.1875rem;
    bottom: 7rem;
    left: 30.1%;
  }
}

.p-mv_icon-9 {
  width: 2.75rem;
  height: 2.6875rem;
  bottom: 18.3125rem;
  left: 75.1%;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-9 {
    bottom: 1.25rem;
    left: 38.6%;
  }
}

.p-mv_icon-10 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-10 {
    display: block;
    width: 5.1875rem;
    height: 5.1875rem;
    bottom: 3.3125rem;
    left: 43.2%;
  }
}

.p-mv_icon-11 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-11 {
    display: block;
    width: 4.5rem;
    height: 4.4375rem;
    bottom: 8.4375rem;
    right: 2.1%;
  }
}

.p-mv_icon-12 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-12 {
    display: block;
    width: 2rem;
    height: 3.5625rem;
    top: 14.5rem;
    left: 61%;
  }
}

.p-mv_icon-13 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv_icon-13 {
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    top: 18.6875rem;
    right: 5%;
  }
}

.l-service {
  position: relative;
}

.l-service__icon {
  display: block;
  position: absolute;
}

.l-service__icon-1 {
  width: 3.4375rem;
  height: 3.4375rem;
  top: 2.5rem;
  left: 6.28%;
}
@media screen and (min-width: 768px) {
  .l-service__icon-1 {
    width: 4.375rem;
    height: 4.375rem;
    top: 5.5rem;
    left: 15.3%;
  }
}

.l-service__icon-2 {
  width: 2.0625rem;
  height: 2.0625rem;
  top: 8.5625rem;
  right: 16.6%;
}
@media screen and (min-width: 768px) {
  .l-service__icon-2 {
    width: 3.1875rem;
    height: 3.1875rem;
    top: 14.5rem;
    right: 3.4%;
  }
}

.l-service__icon-3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-service__icon-3 {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    top: 47.125rem;
    left: 19.9%;
  }
}

.l-service__icon-4 {
  width: 2.1875rem;
  height: 2.1875rem;
  bottom: 76.125rem;
  right: 17.6%;
}
@media screen and (min-width: 768px) {
  .l-service__icon-4 {
    width: 2.1875rem;
    height: 2.1875rem;
    bottom: 43.375rem;
    left: 48.4%;
    right: 0;
  }
}

.l-service__icon-5 {
  width: 2.9375rem;
  height: 2.9375rem;
  bottom: 39.25rem;
  right: 17.4%;
}
@media screen and (min-width: 768px) {
  .l-service__icon-5 {
    width: 2.9375rem;
    height: 2.9375rem;
    bottom: 31.3125rem;
    right: 5.9%;
  }
}

.l-service__icon-6 {
  width: 3.1875rem;
  height: 3.1875rem;
  bottom: 9.6875rem;
  right: 20.7%;
}
@media screen and (min-width: 768px) {
  .l-service__icon-6 {
    width: 4.375rem;
    height: 4.375rem;
    bottom: 9.5rem;
    right: 26.8%;
  }
}

.l-voice {
  position: relative;
}

.l-voice__icon {
  display: block;
  position: absolute;
}

.l-voice__icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-voice__icon-1 {
  top: 0.1875rem;
  left: 1.8125rem;
}
@media screen and (min-width: 415px) {
  .l-voice__icon-1 {
    top: 0.1875rem;
    left: 5.25rem;
  }
}
@media screen and (min-width: 768px) {
  .l-voice__icon-1 {
    top: 6.75rem;
    left: 32.1875rem;
  }
}

.l-voice__icon-2 {
  top: 5.25rem;
  left: 17.75rem;
}
@media screen and (min-width: 415px) {
  .l-voice__icon-2 {
    top: 9.6875rem;
    left: 25.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .l-voice__icon-2 {
    top: 5.25rem;
    left: 44.375rem;
  }
}

.l-voice__icon-3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-voice__icon-3 {
    display: block;
    top: 10.125rem;
    left: 55.5rem;
  }
}

.l-voice__icon-4 {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-voice__icon-4 {
    display: block;
    top: 4.125rem;
    left: 66.875rem;
  }
}

.c-btn {
  min-height: 3.4375rem;
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2.5rem;
  background-color: #F05E5E;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .15);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .15);
  background: #F05E5E url(../images/btn_triangle_wht.svg) no-repeat 90% 45%;
  background-size: 0.875rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-btn {
    min-height: 4.0625rem;
    background: #F05E5E url(../images/btn_triangle_wht.svg) no-repeat 91% center;
    background-size: 0.875rem 1.25rem;
  }
}

.c-card01 {
  display: block;
  border: 3px solid #E39E37;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 1.875rem;
}

.c-card01__img img {
  width: 100%;
  aspect-ratio: 290/207;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.625rem 1.625rem 0 0;
}
@media screen and (min-width: 768px) {
  .c-card01__img img {
    aspect-ratio: 332/300;
  }
}

.c-card01__body {
  padding: 0.75rem 0.875rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-card01__body {
    padding: 1.0625rem 1.0625rem 1.3125rem;
  }
}

.c-card01__title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-card01__title {
    font-size: 1.25rem;
  }
}

.c-card02 {
  padding: 1rem 0.9375rem 0.9375rem;
  border: 2px solid #F2EBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .c-card02 {
    padding: 1.25rem 1.125rem 1.5rem;
    border: 3px solid #F2EBEB;
    border-radius: 1.875rem;
  }
}

.c-card02__head {
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #F2EBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-card02__head {
    padding-bottom: 0.3125rem;
    border-bottom: 2px solid #F2EBEB;
  }
}

.c-card02__name {
  font-size: 0.875rem;
  color: #179F96;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-card02__name {
    font-size: 1.125rem;
  }
}

.c-card02__title {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-card02__title {
    margin-top: 0.625rem;
    font-size: 1.25rem;
  }
}

.c-card02__body {
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-card02__body {
    padding-top: 1.0625rem;
  }
}

.c-card02__text {
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-card02__text {
    font-size: 1rem;
  }
}

.c-card02__data {
  display: block;
  margin-top: 1.0625rem;
  margin-right: 0.3125rem;
  font-size: 0.6875rem;
  color: #179F96;
  text-align: right;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-card02__data {
    margin-top: 1.875rem;
    margin-right: 0.5rem;
    font-size: 0.875rem;
  }
}

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

.c-card03 dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card03__number {
  font-size: 3.75rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-family: "ronde-b", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-card03__number {
    font-size: 5.75rem;
  }
}

.c-card03__title {
  margin-top: -0.1875rem;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-card03__title {
    margin-top: -0.6875rem;
    font-size: 1rem;
  }
}

.c-list01 {
  border-bottom: 2px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-list01 {
    border-bottom: 1px solid #444444;
  }
}

.c-list01:nth-child(n+2) {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-list01:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.c-list01 dl {
  padding-bottom: 0.625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-list01 dl {
    padding-bottom: 1.25rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-list01 dl dt {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-list01 dl dt {
    width: 20.6666666667%;
  }
}

.c-list01 dl dd {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-list01 dl dd {
    margin-top: 0;
    width: 79.3333333333%;
    font-size: 1rem;
  }
}

.c-section-head1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section-head1 {
    text-align: left;
  }
}

.c-section-head1__title {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-head1__title {
    font-size: 2.625rem;
  }
}

.c-section-head1__title::before {
  content: attr(data-en);
  display: block;
  padding-left: 3.5rem;
  font-size: 1.875rem;
  text-align: left;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-family: "ronde-b", sans-serif;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-head1__title::before {
    padding-left: 4.1875rem;
  }
}

.c-section-head1__title::after {
  content: "";
  width: 3.46875rem;
  height: 2px;
  background-color: #444444;
  position: absolute;
  top: 1.1875rem;
  left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .c-section-head1__title::after {
    top: 1.25rem;
    left: 0;
  }
}

.c-section-head2 {
  text-align: center;
}

.c-section-head2__title {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-head2__title {
    font-size: 3rem;
  }
}

.c-section-head2__title::before {
  content: attr(data-en);
  display: block;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "ronde-b", sans-serif;
  text-transform: uppercase;
}

.p-about {
  padding-top: 4.3125rem;
  padding-bottom: 2rem;
  border-top: 1.875rem solid #D8D8D8;
  border-bottom: 1.875rem solid #D8D8D8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 5.875rem;
    padding-bottom: 7.5rem;
  }
}

.p-about__head .c-section-head1__title::before {
  color: #E39E37;
}

.p-about__head .c-section-head1__title::after {
  background-color: #E39E37;
}

.p-about__read {
  margin-top: 1.8125rem;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-about__read {
    width: 69%;
    margin-right: auto;
    margin-top: 4rem;
    font-size: 1rem;
  }
}

.p-about__wrapper {
  margin-top: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about__wrapper {
    margin-top: 5.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-about__img {
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    width: 30.8333333333%;
    margin-right: auto;
  }
}

.p-about__img img {
  width: 100%;
  aspect-ratio: 384/463;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-about__img img {
    aspect-ratio: 370/450;
  }
}

.p-about__body {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__body {
    width: 62.5%;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-about__list {
    padding-top: 0.5625rem;
  }
}

.p-contact-btn {
  width: 4.375rem;
  position: fixed;
  bottom: 0.625rem;
  right: 1.125rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-contact-btn {
    width: 6.25rem;
    bottom: 3.125rem;
    right: 2.6875rem;
  }
}

.p-contact-btn a {
  display: block;
}

.p-contact-btn a img {
  width: 100%;
  aspect-ratio: 100/100;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-contact {
  padding-top: 4.5625rem;
  padding-bottom: 3.0625rem;
  background-color: #F6D9D9;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 7.625rem;
    padding-bottom: 7rem;
  }
}

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

.p-contact__text {
  width: 89.3229166667%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.875rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-top: 2.625rem;
    font-size: 1.25rem;
  }
}

.p-contact__wrapper {
  margin-top: 3rem;
  padding-top: 3.4375rem;
  padding-bottom: 2.0625rem;
  background-color: #fff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, .08);
}
@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    margin-top: 1.4375rem;
    padding-top: 3.6875rem;
    padding-bottom: 2.0625rem;
  }
}

.contact__list {
  width: 90.8854166667%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contact__list {
    width: 89.6585365854%;
  }
}

.contact__list input,
.contact__list button,
.contact__list textarea {
  width: 100%;
}

.contact__list select,
.contact__list input,
.contact__list button,
.contact__list textarea {
  height: 2.5rem;
  border: 1px solid #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3125rem 0.625rem 0.3125rem;
}

.contact__list textarea {
  height: 12.6875rem;
}

.contact__list select.contact-inquiry {
  width: 13.4375rem;
  padding: 0.1875rem 1.5625rem 0.4375rem 1.875rem;
}

@media screen and (min-width: 768px) {
  .contact__list input.contact-tel {
    width: 22.375rem;
  }
}

.contact__list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow_select.svg) 96% 50% no-repeat;
  background-size: 1.125rem;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-contact__item {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #9E9E9E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-contact__item {
    padding-bottom: 0.5rem;
  }
}

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

.p-contact__item dl {
  width: 94.5558739255%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact__item dl {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-contact__item dl dt,
.p-contact__item dl dd {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.p-contact__item dl dt {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item dl dt {
    width: 30.4678998912%;
    margin-top: 0.3125rem;
    padding-left: 1.125rem;
    padding-right: 0;
  }
}

.p-contact__item dl dd {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item dl dd {
    width: 68.8792165397%;
    margin-top: 0;
  }
}

.p-contact__item span.form-required {
  width: 2.25rem;
  height: 1.3125rem;
  margin-left: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 600;
  background-color: #E17474;
}

.p-contact__check {
  margin-top: 1.5rem;
  text-align: center;
}

.p-contact__check-confirm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.p-contact__check-confirm p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__check-confirm input {
  width: 1.375rem;
  height: 1.375rem;
}

.p-contact__check-confirm span.wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.3125rem;
}

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

input.p-contact__btn {
  width: 16.3125rem;
  margin-right: auto;
  margin-left: auto;
  min-height: 3.4375rem;
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2.5rem;
  background-color: #F05E5E;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .15);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .15);
  background: #F05E5E url(../images/btn_triangle_wht.svg) no-repeat 90% 45%;
  background-size: 0.875rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  input.p-contact__btn {
    min-height: 4.0625rem;
    background: #F05E5E url(../images/btn_triangle_wht.svg) no-repeat 91% center;
    background-size: 0.875rem 1.25rem;
  }
}

.p-contents01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contents01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-contents01:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-contents01__img-wrap {
    width: 48.7878787879%;
  }
}

.p-contents01__img {
  position: relative;
}

.p-contents01__img img {
  width: 100%;
  aspect-ratio: 414/224;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-contents01__img img {
    aspect-ratio: 644/400;
  }
}

@media screen and (min-width: 768px) {
  .p-contents01:nth-child(odd) .p-contents01__img img,
  .p-contents01:nth-child(odd) .p-contents01__img::after {
    border-radius: 0 12.5rem 12.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-contents01:nth-child(even) .p-contents01__img img,
  .p-contents01:nth-child(even) .p-contents01__img::after {
    border-radius: 12.5rem 0 0 12.5rem;
  }
}

.p-contents01__img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-contents01__img::after {
    width: 100%;
    height: 100%;
    bottom: -1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contents01:nth-child(odd) .p-contents01__img {
    border-radius: 0 12.5rem 12.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-contents01:nth-child(even) .p-contents01__img {
    border-radius: 12.5rem 0 0 12.5rem;
  }
}

.p-contents01__body {
  width: 100%;
  margin-top: 2.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contents01__body {
    width: 45.7575757576%;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

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

.p-contents01__number {
  width: 3.4375rem;
  height: 3.4375rem;
  margin-right: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.03em;
  background-color: #F05E5E;
  font-family: "ronde-b", sans-serif;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-contents01__number {
    width: 6.4375rem;
    height: 6.4375rem;
    margin-right: 0.8125rem;
    font-size: 4.125rem;
  }
}

.p-contents01__title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-contents01__title {
    margin-top: 0.3125rem;
    font-size: 2.375rem;
  }
}

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

.p-contents01__text {
  width: 90.3141361257%;
  margin-right: auto;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-contents01__text {
    width: 100%;
    margin-right: 0;
    font-size: 1rem;
  }
}

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

.p-contents01__text span {
  display: block;
  margin-top: 1.375rem;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contents01__text span {
    margin-top: 0.8125rem;
  }
}

.p-contents01__consult {
  width: 90.0523560209%;
  margin-top: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.375rem 0.5625rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
  border: 1px solid #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-contents01__consult {
    width: 100%;
    margin-top: 1.4375rem;
    margin-right: 0;
    margin-left: 0;
    padding: 0.75rem 1.4375rem 0.6875rem 1.5625rem;
    font-size: 0.875rem;
  }
}

.p-footer {
  width: 100%;
  padding-top: 1.5625rem;
  padding-bottom: 4.125rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 2rem;
    padding-bottom: 2.125rem;
  }
}

.p-footer__inner {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    width: 87.5%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-footer__logo {
  width: 18rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 16.375rem;
    margin-left: 0;
  }
}

.p-footer__logo img {
  width: 100%;
  aspect-ratio: 262/37;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__copyright {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 0.5625rem;
    text-align: left;
  }
}

.p-header {
  width: 100%;
  padding-top: 3.3125rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding-top: 3.6875rem;
  }
}

.p-header__inner {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    width: 87.5%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-header__logo {
  width: 13.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 21.25rem;
    margin-left: 0;
  }
}

.p-header__logo img {
  width: 100%;
  aspect-ratio: 340/47;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv {
  height: 100vh;
  border-top: 1rem solid #ACD1D4;
  border-bottom: 1rem solid #ACD1D4;
  background: transparent url(../images/mv_sp.png) no-repeat 1.1875rem 96%;
  background-size: 21.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: auto;
    border-top: 1.875rem solid #ACD1D4;
    border-bottom: 1.875rem solid #ACD1D4;
    background: transparent url(../images/bg_parts1.svg) no-repeat center top;
    background-size: 100%;
  }
}

.p-mv__inner {
  padding-top: 7.25rem;
  padding-bottom: 0.875rem;
  padding-right: 1.1875rem;
  padding-left: 1.1875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-top: 12.3125rem;
    padding-bottom: 3.625rem;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-mv::after {
    content: "";
    width: 22.3125rem;
    height: 5.4375rem;
    background: transparent url(../images/bg_parts2.svg) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1.875rem;
    left: 2.3125rem;
  }
}

.p-mv__wrapper {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__wrapper {
    max-width: 64.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-mv__body {
  width: 84.8404255319%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__body {
    width: 46.8085106383%;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-mv__body::after {
  content: "";
  width: 7.5rem;
  height: 3.3125rem;
  background: transparent url(../images/icon_paper-airplane.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -0.75rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__body::after {
    top: -0.125rem;
    right: 2.8125rem;
  }
}

.p-mv__title {
  font-size: 1.6875rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 2.375rem;
  }
}

.p-mv__plus {
  display: inline-block;
  width: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__plus {
    width: 4.875rem;
    margin-left: -0.3125rem;
    margin-right: 0.3125rem;
    margin-top: 0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.p-mv__plus img {
  width: 100%;
  aspect-ratio: 78/112;
}

.p-mv__text {
  margin-top: 1.9375rem;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    margin-top: 1.375rem;
    font-size: 1rem;
  }
}

.p-mv__img {
  width: 92.2872340426%;
  margin-right: auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    display: block;
    width: 48.3558994197%;
    margin-right: 0.75rem;
    margin-top: 0.1875rem;
  }
}

.p-mv__img img {
  width: 100%;
  aspect-ratio: 347/287;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 500/413;
  }
}

.p-service {
  padding-top: 4.6875rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-top: 8.0625rem;
    padding-bottom: 8.75rem;
  }
}

.p-service__title::before {
  color: #BFBFBF;
}

.p-service__wrapper {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__wrapper {
    margin-top: 1.5625rem;
  }
}

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

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

.p-service__item:nth-child(3) {
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__item:nth-child(3) {
    margin-top: 8.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__item:nth-child(odd) {
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-service__item:nth-child(even) {
    margin-left: auto;
  }
}

.p-service__item:nth-child(1) .p-contents01__img::after,
.p-service__item:nth-child(1) .p-contents01__number {
  background-color: #E2A2A2;
}

.p-service__item:nth-child(1) .p-contents01__title {
  color: #E2A2A2;
}

.p-service__item:nth-child(2) .p-contents01__img::after,
.p-service__item:nth-child(2) .p-contents01__number {
  background-color: #F5DF8C;
}

.p-service__item:nth-child(2) .p-contents01__title {
  color: #F5DF8C;
}

.p-service__item:nth-child(3) .p-contents01__img::after,
.p-service__item:nth-child(3) .p-contents01__number {
  background-color: #ACD1D4;
}

.p-service__item:nth-child(3) .p-contents01__title {
  color: #ACD1D4;
}

.p-voice {
  padding-top: 4.3125rem;
  padding-bottom: 4.625rem;
  background: #BDDADC url(../images/bg_parts1_sp.svg) no-repeat center top;
  background-size: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-top: 7.75rem;
    padding-bottom: 6.875rem;
    background: #BDDADC url(../images/bg_parts1.svg) no-repeat center top;
    background-size: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-voice::after {
    content: "";
    width: 22.3125rem;
    height: 5.4375rem;
    background: transparent url(../images/bg_parts2.svg) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-voice__head {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-voice__body {
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-voice__body {
    margin-top: 2.0625rem;
  }
}

.p-voice__wrapper {
  width: 91.9082125604%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-voice__wrapper {
    width: 86.5972222222%;
  }
}

.p-voice__wrapper .slick-list {
  padding: 0 25.2% 0 0 !important;
}
@media screen and (min-width: 768px) {
  .p-voice__wrapper .slick-list {
    padding: 0 15.2% 0 0 !important;
  }
}

.p-voice__wrapper .slick-dots {
  bottom: -3.125rem;
}
@media screen and (min-width: 768px) {
  .p-voice__wrapper .slick-dots {
    bottom: -4.0625rem;
    left: -6rem;
  }
}

.p-voice__wrapper .slick-dots li {
  width: 3.375rem;
  height: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-voice__wrapper .slick-dots li {
    width: 6.25rem;
  }
}

.p-voice__wrapper .slick-dots li button:before {
  width: 3.375rem;
  height: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-voice__wrapper .slick-dots li button:before {
    width: 6.25rem;
  }
}

.p-voice__wrapper .slick-dots li.slick-active button:before {
  background-color: #57A7AC;
}

.p-voice__item {
  margin-right: 0.59375rem;
  margin-left: 0.59375rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item {
    margin-right: 0.46875rem;
    margin-left: 0.46875rem;
  }
}

.p-works {
  padding-top: 4.0625rem;
  padding-bottom: 6.25rem;
  background: #F4F1E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-works {
    display: block;
    padding-top: 7.6875rem;
    padding-bottom: 8.75rem;
  }
}

.p-works__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-works__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-works__head {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-works__head {
    -webkit-box-ordinal-group: none;
        -ms-flex-order: none;
            order: none;
  }
}

.p-works__head .c-section-head1__title::before {
  color: #E39E37;
}

.p-works__head .c-section-head1__title::after {
  background-color: #E39E37;
}

.p-works__btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 70.0483091787%;
  margin-top: 1.0625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-works__btn {
    width: 21.75%;
    margin-bottom: 0.75rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-ordinal-group: none;
        -ms-flex-order: none;
            order: none;
  }
}

.p-works__middle {
  display: contents;
  width: 91.9082125604%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-works__middle {
    display: block;
    width: 86.5972222222%;
    margin-top: 1.875rem;
  }
}

.p-works__wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 70.0483091787%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-works__wrapper {
    -webkit-box-ordinal-group: none;
        -ms-flex-order: none;
            order: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-works__wrapper .slick-list {
    padding: 0 14.2% 0 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .p-works__wrapper .slick-dots {
    bottom: -4.0625rem;
    left: -6.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-works__wrapper .slick-dots li {
    width: 6.25rem;
    height: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-works__wrapper .slick-dots li button:before {
    width: 6.25rem;
    height: 0.375rem;
  }
}

.p-works__wrapper .slick-dots li.slick-active button:before {
  background-color: #E39E37;
}

@media screen and (min-width: 768px) {
  .p-works__item {
    margin-right: 0.59375rem;
    margin-left: 0.59375rem;
  }
}

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

.p-works__item:nth-child(n+3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-works__item:nth-child(n+3) {
    display: block;
  }
}

.p-works__bottom {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 92.7536231884%;
  margin-top: 4.5rem;
  padding-top: 3.4375rem;
  padding-bottom: 4.1875rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 1.875rem rgba(0, 0, 0, .08);
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-works__bottom {
    -webkit-box-ordinal-group: none;
        -ms-flex-order: none;
            order: none;
    width: 71.1805555556%;
    margin-top: 7.5rem;
    padding-top: 3.4375rem;
    padding-bottom: 4rem;
  }
}

.p-works__bottom-wrapper {
  width: 95.8333333333%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-works__bottom-wrapper {
    width: 83.9024390244%;
  }
}

.p-works__bottom-title {
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-works__bottom-title {
    font-size: 1.875rem;
  }
}

.p-works__bottom-title span {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-works__bottom-title span {
    margin-top: 0.5rem;
  }
}

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

.p-works__count-conts:nth-child(n+2) {
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-works__count-conts:nth-child(n+2) {
    margin-top: 4.1875rem;
  }
}

.p-works__count-head {
  height: 1.875rem;
  text-align: center;
  position: relative;
}

.p-works__count-head::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E39E37;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
}

.p-works__count-title {
  min-width: 15.25rem;
  min-width: 66.3043478261;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #E39E37;
  border-radius: 1.25rem;
  font-size: 1.3125rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-works__count-title {
    min-width: 13.75rem;
  }
}

.p-works__count-list {
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-works__count-list {
    margin-top: 1.0625rem;
  }
}

.p-works__count-item {
  width: 45.1327433628%;
}
@media screen and (min-width: 768px) {
  .p-works__count-item {
    width: 25%;
  }
}

.p-works__count-item:nth-child(even) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-works__count-item:nth-child(even) {
    margin-left: 0;
  }
}

.p-works__count-item:nth-child(n+3) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-works__count-item:nth-child(n+3) {
    margin-top: 0;
  }
}

.p-works__count-text {
  width: 98.5250737463%;
  margin-top: 1.625rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-works__count-text {
    width: 93.023255814%;
    margin-top: 1.375rem;
    font-size: 1rem;
  }
}

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

.fadeHead {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadeMv {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}

.faDeY {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.faDeXl {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.faDeXr {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  .faDeXr {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

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

.u-roll {
  -webkit-animation: rotate-anime 8s linear infinite;
          animation: rotate-anime 8s linear infinite;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.u-roll2 {
  -webkit-animation: rotate-anime 5s linear infinite;
          animation: rotate-anime 5s linear infinite;
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.u-round_trip {
  -webkit-animation: moveLeftRight 2s linear infinite;
          animation: moveLeftRight 2s linear infinite;
}

@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 開始と終了の位置 */
  }
  50% {
    -webkit-transform: translateX(1.25rem);
            transform: translateX(1.25rem); /* 中間の位置（左から右へ移動） */
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 開始と終了の位置 */
  }
}

@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 開始と終了の位置 */
  }
  50% {
    -webkit-transform: translateX(1.25rem);
            transform: translateX(1.25rem); /* 中間の位置（左から右へ移動） */
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 開始と終了の位置 */
  }
}
/*# sourceMappingURL=styles.css.map */
