@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

@media screen and (max-width: 500px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .u-sp {
    display: block;
  }
}

html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

.inner {
  max-width: 1090px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 37.5rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.res590-n {
  display: block;
}
@media screen and (max-width: 590px) {
  .res590-n {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .res930-n {
    display: none;
  }
}

.section-title {
  width: 100%;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .section-title {
    font-size: 1.5rem;
  }
}

.text-red {
  color: #e50012;
  font-weight: 700;
}

.contact {
  width: 100%;
  padding-top: 150px;
  padding-top: 9.375rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.contact__title {
  background-color: #f7b52c;
}

.contactForm {
  width: 100%;
  padding-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #231815;
  font-weight: 400;
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .contactForm {
    font-size: 16px;
  }
}
.contactForm__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  height: 4.5625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #c9caca;
  border-right: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
}

@media screen and (max-width: 768px) {
  .contactForm__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    height: initial;
  }
}
.contactForm__item:nth-child(1) {
  border-top: 1px solid #c9caca;
}

.contactForm__item-textarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 242px;
  height: 15.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #c9caca;
  border-right: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
}

@media screen and (max-width: 768px) {
  .contactForm__item-textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    height: initial;
  }
}
.contactForm__item dt,
.contactForm__item-textarea dt {
  width: 23%;
  height: inherit;
  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;
  letter-spacing: 0.02em;
  text-align: center;
  margin-right: 1%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contactForm__item dt,
  .contactForm__item-textarea dt {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    height: 3.75rem;
    padding-left: 1rem;
  }
}
.contactForm__item dt::after,
.contactForm__item-textarea dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffcdb;
  z-index: -1;
}

.required-mark {
  color: #e50012;
  font-size: 20px;
  font-size: 1.25rem;
}

.contactForm__item-box {
  width: 75%;
  height: 50px;
  height: 3.125rem;
  border: 1px solid #c9caca;
}

@media screen and (max-width: 768px) {
  .contactForm__item-box {
    width: 100%;
    height: 5rem;
    border: none;
    position: relative;
  }
  .contactForm__item-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #c9caca;
    z-index: -1;
  }
}
.contactForm__item-textareaBox {
  width: 75%;
  height: calc(100% - 23px);
  border: 1px solid #c9caca;
}

@media screen and (max-width: 768px) {
  .contactForm__item-textareaBox {
    width: 100%;
    border: none;
    height: 18.75rem;
    position: relative;
  }
  .contactForm__item-textareaBox::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #c9caca;
    z-index: -1;
  }
}
.contactForm__cap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  color: #231815;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .contactForm__cap {
    font-size: 15px;
  }
}
.contactForm__item dd [type="text"],
.contactForm__item dd [type="tel"],
.contactForm__item dd [type="email"],
.contactForm__item-textareaBox textarea {
  width: 100%;
  height: inherit;
  font-size: 110%;
  display: block;
  border: none;
  padding-left: 20px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .contactForm__item dd [type="text"],
  .contactForm__item dd [type="tel"],
  .contactForm__item dd [type="email"],
  .contactForm__item-textareaBox textarea {
    padding-left: 10px;
    font-size: 100%;
  }
  .contactForm__item-textareaBox textarea {
    padding-top: 10px;
  }
}
.contactForm__btn [type="submit"] {
  width: 370px;
  width: 23.125rem;
  height: 97px;
  height: 6.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: #f7b52c;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contactForm__btn [type="submit"] {
    margin-top: 40px !important;
    width: 80%;
    height: 60px;
    font-size: 1.25rem;
  }
}

.contactForm__btn [type="submit"]:hover {
  border: 1px solid #f7b52c;
  background-color: #fff;
  color: #f7b52c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*** thanks ***/
.contactForm__thanks-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #231815;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contactForm__thanks-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 402px) {
  .contactForm__thanks-title {
    text-align: left;
  }
}
.contactForm__thanks-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #231815;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contactForm__thanks-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 402px) {
  .contactForm__thanks-text {
    text-align: left;
  }
}
.contactForm__thanks-btn {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: #f7b52c;
  color: #fff;
  margin-top: 50px;
  margin-top: 3.125rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 402px) {
  .contactForm__thanks-btn {
    width: 100%;
  }
}

.contactForm__thanks-btn:hover {
  border: 1px solid #f7b52c;
  background-color: #fff;
  color: #f7b52c;
}

.contactIn {
  padding-top: 75px;
  padding-top: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .contactIn {
    padding-top: 2.5rem;
  }
}

.cta-btn {
  width: 48%;
  height: 180px;
  height: 11.25rem;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .cta-btn {
    width: 100%;
    height: 9.75rem;
  }
}
@media screen and (max-width: 500px) {
  .cta-btn {
    height: 7.6875rem;
  }
}

.cta-btn:hover {
  top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta-btn:nth-child(1) {
  background-color: #009fe8;
  padding: 0 50px;
  padding: 0 3.125rem;
}
@media screen and (max-width: 1050px) {
  .cta-btn:nth-child(1) {
    padding: 0 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-btn:nth-child(1) {
    padding: 0;
  }
}

.cta-btn:nth-child(2) {
  background-color: #06c755;
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1050px) {
  .cta-btn:nth-child(2) {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-btn:nth-child(2) {
    margin-top: 2.5rem;
    padding: 0;
  }
}

.cta-btn__icon {
  width: 20%;
  display: block;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .cta-btn__icon {
    width: 4rem;
    margin-right: 7%;
  }
}

.cta-btn__icon img {
  width: 100%;
}

.cta-btn__qr {
  width: 28.5%;
  display: block;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .cta-btn__qr {
    width: 5rem;
    margin-right: 7%;
  }
}

.cta-btn__qr img {
  width: 100%;
}

.cta-btn__text--mail {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .cta-btn__text--mail {
    width: auto;
    width: initial;
  }
}

.cta-btn__text--line {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .cta-btn__text--line {
    width: auto;
    width: initial;
  }
}

.cta-btn__text--mitsumori {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #009fe8;
  padding: 7px 24px 7px 27px;
  letter-spacing: 0.01em;
  background-color: #fff;
  line-height: 1;
  display: inline-block;
  border-radius: 20.5px;
}
@media screen and (max-width: 1024px) {
  .cta-btn__text--mitsumori {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .cta-btn__text--mitsumori {
    font-size: 1rem;
  }
}

.cta-btn__text--green {
  color: #06c755;
}

.cta-btn__text--copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .cta-btn__text--copy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .cta-btn__text--copy {
    font-size: 1rem;
  }
}

.cta-flex {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cta-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cta {
  width: 100%;
  background-color: #fffcdb;
  padding: 90px 0;
  padding: 5.625rem 0;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 3.75rem 0;
  }
}

.ctaIn__tel {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.ctaIn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  color: #e50012;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ctaIn__text {
    font-size: 1.8rem;
  }
}

.ctaIn__text span {
  display: inline-block;
}

.flow__title {
  background-color: #910782;
}

.flowIn-list {
  width: 100%;
}

.flowIn-list:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.flowIn-list__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 90px 2% 100px 5%;
  padding: 5.625rem 2% 6.25rem 5%;
}
@media screen and (max-width: 980px) {
  .flowIn-list__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.875rem 2% 3.125rem 5%;
  }
}

.flowIn-list__num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 95px;
  font-size: 5.9375rem;
  color: #910782;
  margin-right: 4%;
}
@media screen and (max-width: 980px) {
  .flowIn-list__num {
    width: 100%;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .flowIn-list__num {
    width: auto;
    width: initial;
    font-size: 2rem;
  }
}

.flowIn-list__img {
  width: 20%;
  height: auto;
  margin-right: 4%;
}
@media screen and (max-width: 500px) {
  .flowIn-list__img {
    width: 5rem;
  }
}

.flowIn-list__img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flowIn-list__item {
    width: 100%;
  }
}

.flowIn-list__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
  color: #910782;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .flowIn-list__item-title {
    font-size: 1.8rem;
  }
}

.flowIn-list__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #231815;
  margin-top: 15px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .flowIn-list__item-text {
    font-size: 1rem;
    margin-top: 10px;
  }
}

.flowIn-list__line {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #231815;
  position: relative;
}

.flowIn-list__line::before,
.flowIn-list__line::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.flowIn-list__line::before {
  border: 20px solid;
  border-color: transparent;
  border-top-color: #231815;
  margin-left: -20px;
}

.flowIn-list__line::after {
  border: 20px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -20px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.flowIn-lists {
  width: 100%;
}

.fv {
  background: url(../images/common/fv-base.jpg) bottom center/cover;
}
.fvIn__title {
  margin-top: 35px;
  margin-top: 2.1875rem;
  max-width: 950px;
  max-width: 59.375rem;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .fvIn__title {
    width: 90%;
  }
}

.fvIn__title img {
  width: 100%;
}

.fvIn__copy {
  margin-top: -10px;
  margin-top: -0.625rem;
  width: 110%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
@media screen and (max-width: 1200px) {
  .fvIn__copy {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 500px) {
  .fvIn__copy {
    margin-top: 1.875rem;
    width: 90%;
  }
}

.fvIn__copy img {
  width: 100%;
}

.fvIn__img {
  margin-top: -60px;
  width: 595px;
  width: 37.1875rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .fvIn__img {
    margin-top: 0;
    width: 60%;
  }
}

.fvIn__img img {
  width: 100%;
}

.header {
  width: 100%;
}

.headerIn {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 500px) {
  .headerIn {
    padding-top: 3.125rem;
  }
}

.headerIn__topcopy {
  max-width: 500px;
  max-width: 31.25rem;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .headerIn__topcopy {
    width: 70%;
  }
}

.kaisyu-item {
  width: 45.19%;
}
@media screen and (max-width: 1040px) {
  .kaisyu-item {
    width: 55.19%;
  }
}
@media screen and (max-width: 768px) {
  .kaisyu-item {
    width: 100%;
    margin-top: 1rem;
  }
}

.kaisyu-item__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  background-color: #00913a;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kaisyu-item__title {
    font-size: 1.5rem;
  }
}

.kaisyu-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #231815;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .kaisyu-item__flex {
    margin-top: 2rem;
  }
}

.kaisyu-item__name {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kaisyu-item__name {
    font-size: 1.2rem;
  }
}

.kaisyu-item__price {
  font-family: "Noto Sans JP", sans-serif;
  color: #e50012;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .kaisyu-item__price {
    font-size: 1.5rem;
  }
}

.kaisyu-item__price > span {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .kaisyu-item__price > span {
    font-size: 1rem;
  }
}
.kaisyu-item__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .kaisyu-item__text {
    font-size: 1rem;
  }
}

.kaisyu {
  width: 100%;
  padding-top: 160px;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .kaisyu {
    padding-top: 6.25rem;
  }
}

.kaisyu__title {
  background-color: #00913a;
}

.kaisyuIn-box {
  margin-top: 100px;
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kaisyuIn-box {
    margin-top: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.kaisyuIn-box__img {
  width: 50%;
}
@media screen and (max-width: 1040px) {
  .kaisyuIn-box__img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .kaisyuIn-box__img {
    width: 100%;
  }
}

.kaisyuIn-box__img img {
  width: 100%;
}

.kaisyuIn {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .kaisyuIn {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

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

.kaisyuIn__lists--item {
  width: 31.3%;
  height: 116px;
  height: 7.25rem;
  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: #8dc21f;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .kaisyuIn__lists--item {
    font-size: 1.375rem;
    height: 5rem;
    width: 48%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .kaisyuIn__lists--item {
    font-size: 1.125rem;
  }
}

.kaisyuIn__cap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #231815;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .kaisyuIn__cap {
    margin-top: 3rem;
    font-size: 1rem;
  }
}

.kaisyuIn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #231815;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .kaisyuIn__text {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}

.kaisyuIn__text span {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .kaisyuIn__text span {
    font-size: 1.5rem;
  }
}

.kangei {
  width: 100%;
  background-color: #fff000;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .kangei {
    padding: 3.75rem 0;
  }
}

.kangeiIn__title {
  width: 100%;
  padding: 32px 0;
  padding: 2rem 0;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 76px;
  font-size: 4.75rem;
  background-color: #e50012;
  border-radius: 90px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .kangeiIn__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kangeiIn__title {
    font-size: 2.2rem;
    padding: 1.5625rem 0;
  }
}
@media screen and (max-width: 500px) {
  .kangeiIn__title {
    font-size: 1.6rem;
  }
}

.kangeiIn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #e50012;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  margin-top: 25px;
  margin-top: 1.5625rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .kangeiIn__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kangeiIn__text {
    font-size: 1.4rem;
    margin-top: 0.875rem;
  }
}
@media screen and (max-width: 500px) {
  .kangeiIn__text {
    font-size: 1.1rem;
  }
}

.kangeiIn__tairyo {
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .kangeiIn__tairyo {
    margin-top: 2rem;
  }
}

.kangeiIn__tairyo p {
  text-align: center;
  width: 57.3%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  .kangeiIn__tairyo p {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.kangeiIn__tairyo img {
  width: 100%;
}

.kangeiIn__tairyo--left {
  width: 22.788%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.kangeiIn__tairyo--left img {
  width: 100%;
}

.kangeiIn__tairyo--right {
  width: 30.865%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.kangeiIn__tairyo--right img {
  width: 100%;
}

.kangeiIn__tel-btn {
  border: 6px solid #fff;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .kangeiIn__tel-btn {
    border: 3px solid #fff;
    margin-top: 1.875rem;
  }
}

.kangeiIn__address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #231815;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .kangeiIn__address {
    font-size: 0.8rem;
    margin-top: 1.875rem;
  }
}

.kangeiIn__address span {
  display: inline-block;
}

.kangeiIn__map {
  margin-top: 16px;
  margin-top: 1rem;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 35.961538%;
}
@media screen and (max-width: 768px) {
  .map {
    padding-top: 56.25%;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.omakase {
  width: 100%;
  background-color: #eaf6fd;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 768px) {
  .omakase {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.omakaseIn__text {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .omakaseIn__text {
    text-align: left;
    text-align: initial;
  }
}

.omakaseIn__text span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #231815;
  font-size: 37px;
  font-size: 2.3125rem;
  letter-spacing: 0.03em;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .omakaseIn__text span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .omakaseIn__text span {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 500px) {
  .omakaseIn__text span {
    font-size: 1.4rem;
    display: inline;
  }
}

.omakaseIn__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .omakaseIn__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.omakaseIn__lists--item {
  background-color: #00a0e9;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 23%; */
  width: 31.3%;
  height: 116px;
  height: 7.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .omakaseIn__lists--item {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .omakaseIn__lists--item {
    width: 48%;
    height: 5rem;
    border-radius: 10px;
  }
}

.omakaseIn__cap {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .omakaseIn__cap {
    text-align: left;
  }
}

.omakaseIn__cap span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #231815;
  letter-spacing: 0.08em;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .omakaseIn__cap span {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 500px) {
  .omakaseIn__cap span {
    font-size: 12px;
  }
}

.qa {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .qa {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.qa__title {
  background-color: #182987;
}

.qaIn-list {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 0 50px 0;
  padding: 0.625rem 0 3.125rem 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  border-bottom: 1px solid #231815;
}

.qaIn-list__q,
.qaIn-list__a {
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .qaIn-list__q,
  .qaIn-list__a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.qaIn-list__q-icon,
.qaIn-list__a-icon {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .qaIn-list__q-icon,
  .qaIn-list__a-icon {
    font-size: 1.625rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}

.qaIn-list__q-icon {
  background-color: #036eb7;
}

.qaIn-list__a-icon {
  background-color: #f29600;
}

.qaIn-list__q-text,
.qaIn-list__a-text {
  width: 92%;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .qaIn-list__q-text,
  .qaIn-list__a-text {
    font-size: 1.125rem;
    width: calc(100% - 4.125rem);
  }
}

.qaIn-lists {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 500px) {
  .qaIn-lists {
    margin-top: 2.5rem;
  }
}

.riyuu-item-01 {
  background-color: #d3edfb;
  border-radius: 20px;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .riyuu-item-01 {
    padding: 1.25rem;
  }
}

.riyuu-item-01__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.riyuu-item-01__lists li {
  width: 31.42%;
  height: auto;
}

.riyuu-item-01__lists li img {
  width: 100%;
}

.riyuu-item-01__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .riyuu-item-01__line {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .riyuu-item-01__line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.riyuu-item-01__line-qr {
  width: 16.326%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .riyuu-item-01__line-qr {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1rem;
    width: 30%;
  }
}

.riyuu-item-01__line-right {
  width: 80%;
}
@media screen and (max-width: 500px) {
  .riyuu-item-01__line-right {
    width: 100%;
    margin-top: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.riyuu-item-01__line-right p img {
  width: 100%;
}

.riyuu-item-01__line-right span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #231815;
  display: block;
  text-align: right;
  letter-spacing: 0.02em;
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .riyuu-item-01__line-right span {
    font-size: 13px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .riyuu-item-01__line-right span {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  .riyuu-item-01__line-right span {
    text-align: left;
  }
}

.riyuu-item-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .riyuu-item-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.riyuu-item-bottom__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .riyuu-item-bottom__img {
    width: 100%;
  }
}

.riyuu-item-bottom__text {
  width: 45.192308%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #231815;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .riyuu-item-bottom__text {
    width: 100%;
    margin-top: 1rem;
  }
}

.riyuu-item-bottom__img--05 {
  width: 68.46%;
}
@media screen and (max-width: 768px) {
  .riyuu-item-bottom__img--05 {
    width: 100%;
  }
}

.riyuu-item-bottom__text--05 {
  width: 26.63%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #231815;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .riyuu-item-bottom__text--05 {
    width: 100%;
    margin-top: 1rem;
  }
}

.riyuu-item {
  width: 100%;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .riyuu-item {
    margin-top: 2.5rem;
  }
}

.riyuu-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #036eb7;
  letter-spacing: 0.08em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.riyuu-item__title--num {
  font-size: 94px;
  font-size: 5.875rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .riyuu-item__title--num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .riyuu-item__title--num {
    font-size: 3rem;
    margin-right: 1rem;
  }
}

.riyuu-item__title--text {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  .riyuu-item__title--text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .riyuu-item__title--text {
    font-size: 1.3rem;
  }
}

.riyuu {
  width: 100%;
  padding-top: 150px;
  padding-top: 9.375rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .riyuu {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.riyuu__title {
  background-color: #00913a;
}

.riyuuIn {
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.ryokin-item {
  width: 45.19%;
}
@media screen and (max-width: 1040px) {
  .ryokin-item {
    width: 55.19%;
  }
}
@media screen and (max-width: 768px) {
  .ryokin-item {
    width: 100%;
    margin-top: 1rem;
  }
}

.ryokin-item__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  background-color: #804f21;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ryokin-item__title {
    font-size: 1.5rem;
  }
}

.ryokin-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #231815;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .ryokin-item__flex {
    margin-top: 2rem;
  }
}
.ryokin-item__name {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ryokin-item__name {
    font-size: 1.2rem;
  }
}

.ryokin-item__price {
  font-family: "Noto Sans JP", sans-serif;
  color: #e50012;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ryokin-item__price {
    font-size: 1.5rem;
  }
}
.ryokin-item__price > span {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .ryokin-item__price > span {
    font-size: 1rem;
  }
}

.ryokin-item__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .ryokin-item__text {
    font-size: 1rem;
  }
}

.ryokin {
  width: 100%;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .ryokin {
    padding-bottom: 4.375rem;
  }
}

.ryokin__title {
  background-color: #804f21;
}

.ryokinIn-box {
  margin-top: 100px;
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ryokinIn-box {
    margin-top: 2.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ryokinIn-box__img {
  width: 50%;
}
@media screen and (max-width: 1040px) {
  .ryokinIn-box__img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .ryokinIn-box__img {
    width: 100%;
  }
}

.ryokinIn-box__img img {
  width: 100%;
}

.service-lists {
  width: 100%;
  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;
}
@media screen and (max-width: 580px) {
  .service-lists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.service-lists__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.55%;
  height: 116px;
  height: 7.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  background-color: #ee87b4;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .service-lists__list {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service-lists__list {
    font-size: 1.2rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .service-lists__list {
    width: 80%;
    height: 5rem;
  }
}

.service {
  width: 100%;
  padding-top: 160px;
  padding-top: 10rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.service__title {
  background-color: #ee87b4;
}

.serviceIn-img {
  width: 47.596%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.serviceIn-img img {
  width: 100%;
}

.serviceIn-img-l {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.serviceIn-img-l img {
  width: 100%;
}

.serviceIn-imgTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.serviceIn {
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .serviceIn {
    padding-top: 1.25rem;
  }
}

.serviceIn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #231815;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .serviceIn__text {
    margin-top: 2.8125rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .serviceIn__text {
    font-size: 1.5rem;
  }
}

.serviceIn__text span {
  display: inline-block;
}

.serviceIn__arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 80px 0 80px;
  border-color: #eb6d8e transparent transparent transparent;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .serviceIn__arrow {
    border-width: 30px 40px 0 40px;
    margin-top: 1.125rem;
  }
}

.serviceIn__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .serviceIn__img {
    margin-top: 0.9375rem;
  }
}

.tel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
  background-color: #f7b52c;
  border-radius: 20px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .tel-btn {
    padding-top: 1rem;
    padding-bottom: 1.8rem;
  }
}

.tel-btn:hover {
  top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tel-btn__icon {
  display: inline-block;
  width: 80px;
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 500px) {
  .tel-btn__icon {
    width: 3.125rem;
  }
}

.tel-btn__icon img {
  width: 100%;
}

.tel-btn__text {
  margin-left: 25px;
  margin-left: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 500px) {
  .tel-btn__text {
    margin-left: 10px;
  }
}

.tel-btn__text--number {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .tel-btn__text--number {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .tel-btn__text--number {
    font-size: 1.8rem;
  }
}

.tel-btn__text--info {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .tel-btn__text--info {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .tel-btn__text--info {
    font-size: 12px;
  }
}

.tel-link {
  padding-top: 150px;
  padding-top: 9.375rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .tel-link {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .tel-link {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.voice {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }
}

.voice__title {
  background-color: #009e96;
}

.voiceIn-list {
  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;
  padding: 0 3.8% 0 5%;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .voiceIn-list {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 500px) {
  .voiceIn-list {
    -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;
    padding: 0;
  }
}

.voiceIn-list:nth-child(1) figure {
  width: 20%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .voiceIn-list:nth-child(1) figure {
    width: 40%;
  }
}

.voiceIn-list:nth-child(2) figure {
  width: 16.97%;
  height: auto;
  margin-left: 3%;
}
@media screen and (max-width: 500px) {
  .voiceIn-list:nth-child(2) figure {
    width: 36.97%;
  }
}

.voiceIn-list:nth-child(3) figure {
  width: 20.83%;
  height: auto;
  margin-left: -1%;
}
@media screen and (max-width: 500px) {
  .voiceIn-list:nth-child(3) figure {
    width: 40.83%;
    margin-left: -8%;
  }
}

.voiceIn-list:nth-child(4) figure {
  width: 18.22%;
  height: auto;
  margin-left: 3%;
}
@media screen and (max-width: 500px) {
  .voiceIn-list:nth-child(4) figure {
    width: 38.22%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.voiceIn-list__img img {
  width: 100%;
}

.voiceIn-list__text {
  width: 77%;
  margin-top: auto;
}
@media screen and (max-width: 500px) {
  .voiceIn-list__text {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.voiceIn-list__text img {
  width: 100%;
}
/*# sourceMappingURL=styles.css.map */
