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

body {
  /* font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  color: #000000;
  margin-top: 4.125rem !important;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 9.8125rem !important;
  }
}
@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;
}


@media screen and (max-width: 960px) {
  p {
    font-size: 14px!important;
    word-break: break-all;
    line-height: 21px;
  }
}
@media (min-width: 960px) {
  p {
    font-size: 16px!important;
    word-break: break-all;
    line-height: 24px;
  }
}

@media screen and (max-width: 960px) {
  h4 {
    font-size: 17.5px!important;
    line-height: 21px;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 960px) {
  h4 {
    font-size: 20px!important;
    line-height: 24px;
    margin-bottom: 0.5rem;
  }
}

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

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

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

.c-btn {
  text-decoration: none;
  display: inline-block;
  padding: 0.9375rem 3.4375rem 0.9375rem 0.9375rem;
  background-color: #762433;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0.625rem;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.0125rem;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.5rem;
    padding: 2rem 6.25rem 2rem 3rem;
  }
}

.c-btn::after {
  content: "→";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    font-size: 3.125rem;
  }
}

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

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

.c-form__label label {
  line-height: 1.5rem;
  letter-spacing: 0.04125rem;
}

.c-form__input input {
  background: #F6F6F6;
  border: none;
  border-radius: 0.625rem;
  margin-top: 0.5rem;
}

.c-form__input [type=text] {
  width: 100%;
  height: 2.875rem;
  padding: 1rem;
  outline: 0.0625rem solid #B3B3B3;
}
.c-form__input [type=tel] {
  width: 100%;
  height: 2.875rem;
  padding: 1rem;
  outline: 0.0625rem solid #B3B3B3;
}
.c-form__input [type=email] {
  width: 100%;
  height: 2.875rem;
  padding: 1rem;
  outline: 0.0625rem solid #B3B3B3;
}
.c-form__input textarea {
  width: 100%;
  resize: none;
  padding: 1rem;
  outline: 0.0625rem solid #B3B3B3;
}
@media screen and (min-width: 768px) {
  .c-form__input textarea {
    height: 15rem;
  }
}
.c-form__input input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 31px;
  height: 31px;
  border: 1px solid #000000;
  vertical-align: -12px;
  margin: 0;
  background: #FFFFFF;
}
.c-form__input input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 10px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 10px;
  height: 20px;
  border-right: 2px solid #762433;
  border-bottom: 2px solid #762433;
  content: "";
}

.p-contact__upchek input[type=checkbox] {
  border-radius: 0.625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 31px;
  height: 31px;
  border: 0.125rem solid #762433;
  vertical-align: -12px;
  margin-top: 0.5rem;
  background: #FFFFFF;
}
.p-contact__upchek input[type=checkbox]:checked:before {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 10px;
  height: 20px;
  border-right: 2px solid #762433;
  border-bottom: 2px solid #762433;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(50deg);
          transform: translate(-50%, -50%) rotate(50deg);
}

.p-lowcont__check label {
  font-weight: 400;
  margin-left: 1rem;
}
.p-lowcont__check a {
  color: #0779FF;
  font-weight: bold;
  text-decoration: underline;
}

.c-form__input textarea {
  background: #F6F6F6;
  border: none;
  border-radius: 0.625rem;
  margin-top: 0.5rem;
}

.c-form__required {
  color: #D90035;
  font-size: 1rem;
}

.c-form__button {
  margin-top: 3.75rem;
  text-align: center;
}

.c-form__button input {
  background: #FFFFFF;
  color: #000000;
  border: unset;
  outline: unset;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  min-width: 12rem;
  padding: 1rem 2.5rem;
  border-radius: 0.625rem;
  outline: 0.0625rem solid #000000;
  font-weight: medium;
}
@media screen and (min-width: 768px) {
  .c-form__button input {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-form__button input:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .c-form__button input:hover {
    cursor: pointer;
  }
}

[type=submit]:disabled {
  background: #999999;
}
[type=submit]:disabled:hover {
  opacity: 1;
}

select {
  display: inline-block;
  position: relative;
  border: 0.125rem solid #762433;
  vertical-align: middle;
  border-radius: 0.625rem;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
}

select::before {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  top: 50%;
  width: 1.1125rem;
  height: 0.66875rem;
  content: "";
  pointer-events: none;
  background: url(../../../M-sweet/assets/images/select.png);
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

select-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20rem;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 0.625rem;
  outline: 0;
  background: #fff;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #762433;
  /* font-size: 0.9375rem; */
  font-weight: bold;
}

select::-ms-expand {
  display: none;
}

@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: 20rem;
  }
  .c-form__input {
    width: calc(100% - 20rem);
  }
  .c-form__item--contact {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.p-lowcont__check a {
  margin-left: 1.5rem;
}
@media (max-width: 380px) {
  .p-lowcont__check a {
    margin-left: 0.5rem;
  }
}

.c-fv-btn {
  text-decoration: none;
  display: inline-block;
  padding: 0.46875rem 0.875rem;
  min-width: 10.1875rem;
  max-width: 10.1875rem;
  background-color: #762433;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
  width: 100%;
  height: 100%;
  min-height: 3rem;
}
@media screen and (min-width: 768px) {
  .c-fv-btn {
    border-radius: 0.625rem;
    padding: 1.9375rem 2.375rem;
    min-width: unset;
    max-width: 23rem;
    font-size: 1.5rem;
    text-align: center;
    -webkit-box-shadow: 0 0.1875rem 0 #999;
            box-shadow: 0 0.1875rem 0 #999;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-fv-btn:hover {
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem);
  }
}

.c-fv-btn span {
  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;
}
.c-fv-btn span::before {
  content: "";
  display: block;
  width: 1.625rem;
  height: 2rem;
  background: url(../../../M-sweet/assets/images/book-fv-img.png);
  background-size: cover;
}

.c-fv-btn--white {
  background-color: #FFFFFF;
  color: #762433;
  border: 0.125rem solid #762433;
  text-align: right;
  padding: 0.625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-fv-btn--white {
    border: 0.3125rem solid #762433;
    padding: 1.4rem 5rem;
    text-align: center;
  }
}
.c-fv-btn--white span::before {
  content: "";
  width: 2.125rem;
  height: 1.6875rem;
  background: url(../../../M-sweet/assets/images/mail-fv-img.png);
  background-size: cover;
}

.c-section-title {
  text-align: center;
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 2.5625rem;
  /* font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 1.5rem;
    line-height: 2.1875rem;
  }
}

.c-section-title::before {
  content: attr(data-en);
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    font-size: 6.25rem;
    line-height: 9.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-section-title-top::before {
    font-size: 4.25rem;
    line-height: 5rem;
  }
}

.c-section-title::after {
  content: "";
  display: block;
  background: url(../../../M-sweet/assets/images/section-title-img.png);
  height: 3.75rem;
  width: 0.9375rem;
  background-size: cover;
  position: absolute;
  top: 10%;
  left: -2.125rem;
}
@media screen and (min-width: 768px) {
  .c-section-title::after {
    height: 8.6875rem;
    width: 1.5625rem;
    left: -4.0625rem;
    top: 22%;
  }
}

@media screen and (min-width: 768px) {
  .c-section-title-top::after {
    height: 6.125rem;
    top: 14%;
  }
}

.c-section-title--sub {
  text-align: left;
}

.c-section-title--right {
  padding-top: 0.25rem;
  line-height: 2.1875rem;
}

.c-section-title--right::after {
  left: unset;
  right: -1.5rem;
}
@media screen and (min-width: 768px) {
  .c-section-title--right::after {
    right: -3.125rem;
  }
}

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

.c-section-title-left-none::after {
  background: unset;
}

.p-404 {
  text-align: center;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding-bottom: 20.5625rem;
  }
}

.p-404__title {
  font-size: 6.25rem;
  color: #762433;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  line-height: 8.75rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 12.5rem;
    line-height: 18.125rem;
  }
}

.p-404__text {
  font-weight: bold;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1.5rem;
    line-height: 2.1875rem;
  }
}

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

.p-about {
  background: -webkit-gradient(linear, left top, left bottom, from(#E1C6C6), to(#FFFFFF));
  background: linear-gradient(to bottom, #E1C6C6, #FFFFFF);
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    overflow-x: hidden;
  }
  .p-about .l-inner--mini {
    max-width: unset;
    padding-left: 5%;
    padding-right: unset;
  }
}

@media screen and (min-width: 768px) {
  .p-about__inner {
    position: relative;
  }
  .p-about__inner:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30%;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
  }
}

.p-about__contents {
  padding: 2.5rem 1.25rem;
  background: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    padding-right: 0;
    z-index: 1;
  }
}
.p-about__contents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1875rem;
  height: 6.375rem;
  background: url(../../../M-sweet/assets/images/aboutus-left.png);
  background-size: cover;
}

.p-about__title {
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    padding-left: 5.9375rem;
  }
}
.p-about__title .c-section-title-left-none {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-about__text-box {
    width: 47.4%;
  }
}

.p-about__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: bold;
  margin-top: 2.5rem;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    padding-left: 5.9375rem;
    line-height: 2.5rem;
    font-size: 16px;
  }
}

.p-about__btn {
  text-align: right;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__btn {
    padding-left: 5.9375rem;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: 1.75rem;
  }
  .p-about__btn .c-btn {
    min-width: 19.75rem;
  }
}

.p-about__img {
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    width: 47.36%;
  }
}
.p-about__img img {
  aspect-ratio: 311/196;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__img img {
    max-height: 33.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-company {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.p-company__title {
  padding-left: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-company__title {
    padding-left: 4.0625rem;
  }
}

.p-company__items-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-company__items-inner {
    max-width: 1920px;
    padding-right: 25.3125rem;
    padding-left: 25.3125rem;
  }
}

.p-company__items {
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-company__items {
    margin-top: 7.5rem;
  }
}

.p-company__president-box {
  background: #E1C6C6;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__president-box {
    padding: 2rem;
  }
}

.p-company__president-texts {
  background: #FFFFFF;
  padding: 2.5rem 0;
}
.p-company__president-texts h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-company__president-texts h3 {
    font-size: 4.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__president-texts {
    padding: 2.5rem 0 3.875rem 0;
  }
}

.p-company__president-title {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__president-title {
    font-size: 22px;
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__president-title {
    font-size: 3rem;
  }
}

.p-company__president-items {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__president-items {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__president-items {
    width: 70%;
    margin: 0 auto;
  }
}
.p-company__president-items p {
  word-break: auto-phrase;
  font-size: 0.875rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__president-items p {
    margin-top: 1rem;
    font-size: 16px;
  }
}

.p-company__president-name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8125rem;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-company__president-name {
    padding-top: 5.625rem;
    font-size: 20px;
  }
}
@media screen and (min-width: 1960px) {
  .p-company__president-name {
    font-size: 1.5rem;
    padding-top: 5.625rem;
  }
}

.p-company__table {
  padding-top: 5.125rem;
}
.p-company__table h3 {
  font-size: 0.875rem;
  padding-top: 3rem;
  font-weight: Medium;
}
@media screen and (min-width: 768px) {
  .p-company__table h3 {
    font-size: 2.5rem;
    padding-top: 10rem;
  }
}

.p-company__table-box {
  margin-top: 2.5rem;
}
.p-company__table-box table {
  border-collapse: collapse;
}
.p-company__table-box th {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000000;
  border-bottom: solid 0.0625rem #707070;
  background-color: #ffffff;
  color: #000000;
  padding: 0.875rem 0.625rem;
  width: 50%;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-company__table-box th {
    padding: 1.5rem 1.125rem;
    font-size: 1.5rem;
    line-height: 2.1875rem;
  }
}
.p-company__table-box td {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000000;
  background-color: #ffffff;
  border-bottom: solid 0.0625rem #707070;
  padding: 0.875rem 0.3125rem 0.875rem 0.625rem;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-company__table-box td {
    padding: 1.5rem 3.125rem 1.5rem 1.125rem;
    font-size: 1.5rem;
    line-height: 2.1875rem;
  }
}
.p-company__table-box th:nth-of-type(1) {
  border-top: solid 0.0625rem #707070;
}
.p-company__table-box td:nth-of-type(1) {
  border-top: solid 0.0625rem #707070;
}

.p-company__map {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__map {
    min-height: 27.5625rem;
    margin-top: 7.5rem;
  }
}

.p-company__map iframe {
  width: 100%;
  max-height: 25.1875rem;
}
@media screen and (min-width: 768px) {
  .p-company__map iframe {
    max-height: 27.5625rem;
  }
}

.p-contact {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.p-contact__title {
  font-weight: bold;
  text-align: center;
  line-height: 2.1875rem;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
}
.p-contact__title h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title h2 {
    font-size: 2.5rem;
  }
}

.p-contact__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: bold;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}

.p-contact__form {
  margin-top: 3.9375rem;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    max-width: 80%;
    margin: 5rem auto 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-lowcont__check {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3.125rem;
  }
}

.p-feature {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-feature {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-feature__title {
  text-align: center;
}
.p-feature__title span {
  font-size: 1.25rem;
  color: #D90035;
}
@media screen and (min-width: 768px) {
  .p-feature__title span {
    font-size: 1.5rem;
  }
}

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

.p-feature__item {
  background: #FFFFFF;
  border-radius: 0.625rem;
  padding: 2.5rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-feature__item {
    border-radius: 1.25rem;
    padding: 4rem;
    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;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__text-box {
    width: 41.03%;
  }
}
.p-feature__item:nth-child(n+2) {
  margin-top: 2.5rem;
}

.p-feature__item-title {
  color: #450011;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-feature__item-title {
    font-size: 2rem;
  }
}

.p-feature__item-text {
  margin-top: 0.4375rem;
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-feature__item-text {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
}

.p-feature__img {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__img {
    width: 50%;
  }
}
.p-feature__img img {
  width: 100%;
  aspect-ratio: 312/188;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer {
  padding: 2.8125rem 0;
  background-image: url(../images/footer-low.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 2.5rem 0 1.25rem;
    background-image: url(../images/pc/footer-low.png);
  }
}

.p-footer__inner {
  margin: auto;
  padding: 0 2.4375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding: 0 6rem;
  }
}

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

.p-footer__logo {
  max-width: 50%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin: 0;
    margin: initial;
    max-width: 30%;
    height: 30%;
  }
}

.p-footer__logo a {
  padding: 0.625rem 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__logo a {
    padding: 0.9375rem 0;
  }
}

.p-footer__logo img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__nav {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    padding-top: 0;
    padding-left: 2.5rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.p-footer__nav-item-link {
  color: #FFFFFF;
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .p-footer__nav-sub-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    padding-top: 0.5rem;
  }
}
.p-footer__nav-sub-item li a {
  color: #FFFFFF;
  padding: 0.25rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.p-footer__nav-sub-item li a::before {
  content: "";
  width: 0.4375rem;
  height: 0.8125rem;
  margin-left: 0.25rem;
  margin-right: 0.75rem;
  display: inline-block;
  background-image: url(../images/footer-item.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-footer__copyright {
  color: #FFFFFF;
  margin-top: 2.5rem;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 1rem;
    margin-top: 1.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fv {
    position: relative;
    margin-bottom: 2.125rem;
  }
}

.p-fv__img-box {
  height: 25.125rem;
  background-image: url(../../../M-sweet/assets/images/fv-back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -0.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__img-box {
    height: 57.75rem;
    background-image: url(../../../M-sweet/assets/images/fv-back-big.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -0.125rem;
    position: relative;
  }
}

.p-fv__img-box::after {
  content: "";
  position: absolute;
  right: 0.875rem;
  width: 100%;
  height: 25.375rem;
  background: url(../../../M-sweet/assets/images/fv-img-sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  top: -0.125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__img-box::after {
    height: 57.75rem;
    background-image: url(../../../M-sweet/assets/images/fv-img-big.webp);
    background-size: contain;
    top: 0;
  }
}

.p-fv__img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -0.125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__img-box::before {
    height: 57.75rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    background-size: contain;
    top: 0;
  }
}

.p-fv__btn-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fv__btn-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__btn-sp {
    display: none;
  }
}

.p-fv__inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__inner {
    max-width: unset;
    padding-left: 0;
    width: 44.95%;
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 6rem;
  }
}

.p-fv__text-box {
  padding-bottom: 5rem;
}

.p-fv__main-title {
  margin-top: 2.3125rem;
  line-height: 2rem;
  font-size: 1.875rem;
  word-break: auto-phrase;
}
.p-fv__main-title span {
  color: #762433;
}
@media screen and (min-width: 768px) {
  .p-fv__main-title {
    line-height: 5rem;
    font-size: 4.25rem;
  }
}

.p-fv__sub-text {
  margin-top: 1rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-fv__sub-text {
    line-height: 1.8125rem;
    font-size: 1.25rem;
    margin-top: 2rem;
  }
}

.p-fv__btn-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1.5rem;
  margin: 0 auto;
  max-width: 21.875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__btn-items {
    margin-top: 2rem;
    max-width: 50rem;
    width: 100%;
    margin-right: auto;
    margin-left: unset;
  }
}

.p-fv__btn {
  width: 47.306%;
}
@media screen and (min-width: 768px) {
  .p-fv__btn {
    width: 47.916%;
  }
}

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

.p-header {
  height: 4.125rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 9.8125rem;
  }
}

.p-header.change-color {
  display: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.p-header__inner {
  padding-left: 1.25rem;
  height: inherit;
  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;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 4rem;
  }
}

.p-header__logo {
  max-width: 30%;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 20%;
    display: flex;
    align-items: center;
  }
}

.p-header__logo-text{
  display: none;
  line-height: 1.1;
  color: #707070;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .p-header__logo-text {
    font-size: 2rem;
  }
}

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

.p-header__logo img {
  width: auto;
  height: 60px;
  margin-right: 0.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-header__logo img {
    height: 100px;
    margin-right: 0.8rem;
  }
}

.p-header__nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__nav-item {
  min-width: 9.8125rem;
  text-align: center;
}

.p-header__nav-item,
.p-header__nav-modal-wrap {
  height: inherit;
}

.p-header__nav-item a {
  padding: 0 2.5rem;
  height: inherit;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}
.p-header__nav-item a:hover {
  color: #D90035;
}

@media screen and (min-width: 768px) {
  .header--btn {
    width: 12rem;
  }
  .header--btn a {
    padding-top: 1rem;
    width: 100%;
    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: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .header--btn a:hover {
    color: #D90035;
  }
}

.p-header__nav-item--date {
  background: #762433;
  background-image: url(../images/header-date-low.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.p-header__nav-item--date a {
  color: #FFFFFF;
}

.p-header__nav-item--date a::after {
  content: "";
  width: 1.875rem;
  height: 1.5rem;
  display: block;
  background-image: url(../images/date-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item--date a::after {
    margin-top: 0.5rem;
    width: 3.375rem;
    height: 4.25rem;
  }
}

.p-header__nav-item--contact a {
  color: #450011;
}

.p-header__nav-item--contact a::after {
  content: "";
  width: 1.875rem;
  height: 1.5rem;
  display: block;
  background-image: url(../images/mail-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item--contact a::after {
    margin-top: 1.0625rem;
    width: 4.1875rem;
    height: 3.3125rem;
  }
}

.p-header__nav-modal {
  height: 9.8125rem;
  position: fixed;
  top: 9.8125rem;
  left: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  width: 100%;
  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;
  background-color: #F9F6F6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header__nav-modal-wrap:hover > .p-header__nav-modal {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.p-header__nav-modal-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 2.5rem;
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}
.p-header__nav-modal-title:hover {
  color: #D90035;
}

.p-header__nav-item {
  min-width: 9.8125rem;
  text-align: center;
}

.p-header__nav-item,
.p-header__nav-modal-wrap {
  height: inherit;
}

.p-header__nav-item a {
  padding: 0 2.5rem;
  height: inherit;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}
.p-header__nav-item a:hover {
  color: #D90035;
}

.p-header__nav-modal-detail-item a {
  padding-bottom: 1.6875rem;
  padding-left: 1rem;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
.p-header__nav-modal-detail-item a:hover {
  color: #D90035;
}

.p-header__nav-modal-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__nav-modal-detail-item a {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-modal-detail-item a {
    padding: 0 1.25rem;
  }
}

.p-header__btn-box {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__date {
  position: relative;
  z-index: 999;
  width: 5rem;
  height: inherit;
  background-color: #762433;
  cursor: pointer;
  background-image: url(../images/header-date-low.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .p-header__date {
    display: none;
  }
}
.p-header__date a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: bold;
}
.p-header__date a::after {
  content: "";
  width: 1.5rem;
  height: 1.875rem;
  margin-top: 0.375rem;
  display: block;
  background-image: url(../images/date-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-header__contact {
  position: relative;
  z-index: 999;
  width: 5rem;
  height: inherit;
  background-color: #FFFFFF;
  cursor: pointer;
  border: 1px solid #450011;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    display: none;
  }
}
.p-header__contact a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #450011;
  font-size: 0.625rem;
  font-weight: bold;
}
.p-header__contact a::after {
  content: "";
  margin-top: 0.5rem;
  width: 1.875rem;
  height: 1.5rem;
  display: block;
  background-image: url(../images/mail-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 5rem;
  height: inherit;
  background-color: #FFFFFF;
  border: 1px solid #450011;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

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

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

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

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

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -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.125rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  padding-top: 4rem;
  padding-bottom: 6.875rem;
  position: absolute;
  z-index: 900;
  top: 0;
  right: -120%;
  width: 50%;
  height: 100vh;
  background-color: #FFFFFF;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.p-header__drawer.is-open {
  right: 0;
}

.p-header__drawer-nav {
  margin: auto;
  padding: 0 1rem 0 1.5625rem;
  max-width: 37.5rem;
  width: 100%;
}

.p-header__drawer-item.p-header__drawer-item--contact {
  margin-top: 2.5rem;
  border-bottom: none;
}

.p-header__drawer-item > a,
.p-header__drawer-accordion-title {
  padding: 1.25rem 2rem 1.25rem 0;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.p-header__drawer-accordion-title {
  position: relative;
}

.p-header__drawer-accordion-title::before,
.p-header__drawer-accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.9375rem;
  height: 0.125rem;
  display: block;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__drawer-accordion-title::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__drawer-accordion-title::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-header__drawer-accordion-title.is-open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__drawer-accordion-list {
  padding: 0 0 1.25rem 0.625rem;
  display: none;
}

.p-header__drawer-accordion-item > a {
  padding: 0.625rem 0;
  display: block;
  font-size: 0.875rem;
}

.p-header__drawer-accordion-detail-list {
  padding-left: 0.625rem;
}

.p-header__drawer-accordion-detail-item a {
  padding: 0.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
}

.p-header__drawer-accordion-detail-item a::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  display: inline-block;
  width: 0.9375rem;
  height: 1px;
  background-color: #333;
}

.current {
  color: #D90035 !important;
}

.p-low-service {
  padding: 2.5rem 0 7.5rem 0;
}

.p-low-service__title {
  padding-left: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__title {
    padding-left: 4.0625rem;
  }
}

.p-low-service__qu-contents {
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__qu-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-low-service__qu-img {
    width: 26.48%;
  }
}
.p-low-service__qu-img img {
  aspect-ratio: 312/259;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-low-service__qu-img img {
    aspect-ratio: 294/420;
    width: 100%;
  }
}

.p-low-service__qu-text-box {
  background: #762433;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 1.75rem 1.3125rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__qu-text-box {
    width: 70.63%;
    margin-top: unset;
  }
}

.p-low-service__qu-title {
  color: #FFFFFF;
  line-height: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-low-service__qu-title {
    font-size: 2.5rem;
    line-height: 3.625rem;
  }
}

.p-low-service__qu-item {
  line-height: 1.25rem;
  background: #FFFFFF;
  text-align: center;
  margin-top: 0.875rem;
  padding: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__qu-item {
    font-size: 1.5rem;
    line-height: 2.1875rem;
    padding: 1.25rem;
    margin-top: 1.6875rem;
  }
}

.p-low-service__down-vec {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__down-vec {
    margin-top: 2.5rem;
  }
}
.p-low-service__down-vec img {
  aspect-ratio: 118/50;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 7.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-low-service__down-vec img {
    max-width: 12rem;
    aspect-ratio: 192/81;
  }
}

.p-low-service__detail-contents {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-contents {
    margin-top: 5rem;
  }
}

.p-low-service__detail-title {
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-title {
    font-size: 1.5rem;
  }
}
.p-low-service__detail-title span {
  font-size: 1.5rem;
  color: #D90035;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-title span {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-title br {
    display: none;
  }
}

.p-low-service__detail-title-items {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-low-service__detail-title-item {
  width: 47.11%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-title-item {
    width: 22.025%;
  }
}

.p-low-service__detail-title-img img {
  aspect-ratio: 147/147;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-low-service__detail-title-tit {
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-title-tit {
    font-size: 1.25rem;
  }
}

.p-low-service__detail-main-item {
  margin-top: 5rem;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-main-item {
    margin-top: 12.5rem;
    position: relative;
  }
  .p-low-service__detail-main-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 12rem;
    background-color: #E8E8E8;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .p-low-service__detail-main-item:nth-child(2n):after {
    right: 0;
    left: unset;
  }
}

.p-low-service__detail-main-item-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8125rem;
  padding: 1.25rem;
  background-image: url(../../../M-sweet/assets/images/lowservice-tittback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-main-item-title {
    font-size: 2rem;
    padding: 2rem 3.5rem;
    background-image: url(../../../M-sweet/assets/images/loserrve-back-pc.png);
  }
}

.p-low-service__detail-main-item-power {
  margin-top: 1.25rem;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-main-item-power {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
}

.p-low-service__detail-main-imgitems {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-main-imgitems {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 6.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-low-service__detail-main-imgitem {
    width: 45.58%;
  }
}

.p-low-service__detail-main-imgitem:nth-child(2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-main-imgitem:nth-child(2) {
    margin-top: unset;
  }
}

.p-low-service__detail-main-imgitem-img img {
  aspect-ratio: 312/203;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-main-imgitem-img img {
    aspect-ratio: 506/329;
  }
}

.p-low-service__detail-main-imgitem-text {
  word-break: auto-phrase;
  line-height: 1.25rem;
  font-size: 0.875rem;
  margin-top: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-main-imgitem-text {
    font-size: 1.25rem;
    margin-top: 2.5rem;
    line-height: 1.8125rem;
  }
}

.p-low-service__detail-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-low-service__detail-inner {
    max-width: 1920px;
    padding-right: 20.3125rem;
    padding-left: 20.3125rem;
  }
}

.p-low-service__question-box {
  background: #F2F2F2;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-low-service__question-box {
    margin-top: 14.3125rem;
  }
}

.p-low-service__questitle {
  text-align: center;
}

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

.p-low-question__accordion-list {
  background: #FFFFFF;
  position: relative;
  -webkit-box-shadow: 0.125rem 0.25rem 0.1875rem rgba(0, 0, 0, .4);
          box-shadow: 0.125rem 0.25rem 0.1875rem rgba(0, 0, 0, .4);
  font-size: 0.875rem;
  font-weight: bold;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
}

.p-low-question__accordion-list:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-low-question__accordion-list:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-low-question__accordion-title {
  cursor: pointer;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  position: relative;
  padding: 0.875rem;
  line-height: 1.5;
  border-bottom: 0.0625rem solid #F2F2F2;
}
@media (max-width: 380px) {
  .p-low-question__accordion-title {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-low-question__accordion-title {
    font-size: 1.5rem;
    padding: 2rem 3rem;
  }
}

.p-low-question__accordion-title::after {
  content: "";
  position: absolute;
  right: 0.875rem;
  width: 0.98375rem;
  height: 0.756875rem;
  background: url(../../../M-sweet/assets/images/vector-accordi.png);
  background-size: contain;
  top: 40%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-low-question__accordion-title::after {
    right: 3.025rem;
    width: 1.875rem;
    height: 1.34375rem;
    top: 40%;
  }
}

.p-low-question__accordion-title.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-low-question__accordion-text {
  display: none;
  padding: 0.875rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-low-question__accordion-text {
    font-size: 1rem;
    padding: 1.5rem 3rem;
  }
}

.p-low-question__accordion-box {
  color: #762433;
  line-height: 1.5;
  position: relative;
}

.p-privacy {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.p-privacy__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-privacy__text {
    padding: 7.5rem 0;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recruit .l-inner {
    padding-right: 0;
    padding-left: 0;
    max-width: unset;
  }
}

.p-recruit__text-item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__text-item {
    padding: 5rem 6rem;
    width: 33.9%;
  }
}

.p-recruit__text-box {
  background: #762433;
  background-image: url(../images/recruit-text-box-low.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  padding: 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__text-box {
    padding: 3.625rem 3.4375rem;
  }
}

.p-recruit__sub-title {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__sub-title {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}

.p-recruit__title {
  font-size: 2.5rem;
  text-align: center;
  line-height: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__title {
    font-size: 6.25rem;
    line-height: 9.0625rem;
  }
}

.p-recruit__text {
  word-break: auto-phrase;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-recruit__text {
    word-break: normal;
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__img {
    width: 66.1%;
  }
}
.p-recruit__img img {
  aspect-ratio: 390/259;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__img img {
    aspect-ratio: 1269/604;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-service {
  background: -webkit-gradient(linear, left top, left bottom, from(#E1C6C6), to(#FFFFFF));
  background: linear-gradient(to bottom, #E1C6C6, #FFFFFF);
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-top: 5rem;
    background: -webkit-gradient(linear, left top, right top, from(#FDFBFB), to(#E1C6C6));
    background: linear-gradient(to right, #FDFBFB, #E1C6C6);
  }
}

.p-service__contents {
  padding: 2.5rem 1.25rem;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-service__contents {
    padding: 2.5rem 0 5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-service__inner {
    background: #FFFFFF;
  }
}

.p-service__title {
  text-align: center;
}
.p-service__title span {
  font-size: 1.25rem;
  color: #D90035;
}
@media screen and (min-width: 768px) {
  .p-service__title span {
    font-size: 2.5rem;
  }
}

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

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

.p-service__item {
  background: #450011;
  padding: 0.5625rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    width: 43.87%;
  }
}

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

@media screen and (min-width: 768px) {
  .p-service__item:nth-child(n+3) {
    margin-top: 3.4375rem;
  }
}
.p-service__img {
  width: 100%;
}
.p-service__img img {
  aspect-ratio: 294/166;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-service__item-title {
  font-size: 1rem;
  color: #FFFFFF;
  margin-top: 0.3125rem;
  padding: 0.625rem;
  text-align: center;
  background-image: url(../../../M-sweet/assets/images/service-cardimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .p-service__item-title {
    font-size: 1.5rem;
    padding: 1rem;
  }
}

.wpcf7-list-item{
  margin: 0;
}

.p-thanks {
  text-align: center;
  /* font-family: "Zen Kaku Gothic Antique", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游明朝体", "ヒラギノ明朝 ProN", "MS明朝", serif;
  line-height: 1.25rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    padding-top: 7.5rem;
    padding-bottom: 21.25rem;
  }
}

.p-thanks__title {
  font-weight: bold;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 2.5rem;
    line-height: 3.625rem;
  }
}

.p-thanks__text {
  font-size: 0.875rem;
  margin-top: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    margin-top: 2.25rem;
  }
}

.p-thanks__contact-box {
  border: 0.0625rem solid #000000;
  border-radius: 0.625rem;
  margin: 2rem 1.25rem 0 1.25rem;
  padding: 1.0625rem 1.1875rem 0.875rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__contact-box {
    max-width: 40.625rem;
    margin: 2.25rem auto 0 auto;
  }
}

.p-thanks__contact-text {
  font-size: 0.875rem;
  font-weight: bold;
}
.p-thanks__contact-text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-thanks__contact-text {
    font-size: 1rem;
  }
  .p-thanks__contact-text br {
    display: block;
  }
}

.p-thanks__contact-meilandtel {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__contact-meilandtel {
    font-size: 1rem;
    margin-top: 1.625rem;
  }
}

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