@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap");
/**
* @file _reset.scss
**/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  background: #f9f3eb;
}

*::-moz-selection {
  background: #826F34;
  color: white;
}

*::selection {
  background: #826F34;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

table td,
table th {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input:focus {
  outline: 0;
}

td,
th,
tr {
  vertical-align: middle;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

textarea {
  resize: vertical;
}

fieldset,
legend {
  padding: 0;
}

figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
* @file _common.scss
**/
.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.l-common {
  max-width: 968px;
  margin: 0 auto;
}

.c-header {
  background: white;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .c-header {
    display: none;
  }
}
.c-header__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}
.c-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.c-header__logo a {
  color: #1E2528;
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.c-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.c-header__nav--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__nav--ttl {
  color: #F65757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 175% */
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.2509803922) 0 4px 4px;
}
.c-header__nav--phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.c-header__nav--phone .__phone {
  color: #1E2528;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 154.167% */
}
.c-header__nav--time {
  color: #677075;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 240% */
  text-transform: uppercase;
  margin-top: -5px;
}
.c-header__nav--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.c-header__nav--btn .__mes--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #F65757;
  background: #F65757;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  position: relative;
  z-index: 1;
}
.c-header__nav--btn .__mes--btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: white;
  color: #F65757;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  border-radius: 6px;
  z-index: -1;
}
.c-header__nav--btn .__mes--btn:hover {
  z-index: 1;
  color: #F65757;
}
.c-header__nav--btn .__mes--btn:hover::after {
  width: 100%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.c-header__nav--btn .__line--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #06C755;
  background: #06C755;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  position: relative;
  z-index: 1;
}
.c-header__nav--btn .__line--btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: white;
  color: #06C755;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  border-radius: 6px;
  z-index: -1;
}
.c-header__nav--btn .__line--btn:hover {
  z-index: 1;
  color: #06C755;
}
.c-header__nav--btn .__line--btn:hover::after {
  width: 100%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.c-header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background: #2DAB94;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .c-header__items {
    gap: 30px;
  }
}
.c-header__items .__item {
  position: relative;
}
.c-header__items .__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  background: white;
}
.c-header__items .__item:hover::after {
  width: 100%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.c-header__items .__item a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.c-contact {
  background: #F5A6A6;
  padding: 25px 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .c-contact {
    width: 100%;
  }
}
.c-contact__hurry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 328px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(246, 87, 87, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(246, 87, 87, 0.3);
}
.c-contact__hurry--ttl {
  color: #F65757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.c-contact__hurry__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.c-contact__hurry__phone .__phone-number {
  color: #1E2528;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 108.824% */
}
.c-contact__hurry--time {
  color: #677075;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  text-transform: uppercase;
}
.c-contact__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 328px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #FFF;
  gap: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(246, 87, 87, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(246, 87, 87, 0.3);
}
.c-contact__btn--ttl {
  color: #755D37;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.c-contact__btn .__mes--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 249px;
  height: 48px;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #F65757;
  background: #F65757;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  position: relative;
  z-index: 1;
}
.c-contact__btn .__mes--btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: white;
  color: #F65757;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  border-radius: 6px;
  z-index: -1;
}
.c-contact__btn .__mes--btn:hover {
  z-index: 1;
  color: #F65757;
}
.c-contact__btn .__mes--btn:hover::after {
  width: 100%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.c-contact__btn .__line--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 249px;
  height: 48px;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #06C755;
  background: #06C755;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  position: relative;
  z-index: 1;
}
.c-contact__btn .__line--btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: white;
  color: #06C755;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  border-radius: 6px;
  z-index: -1;
}
.c-contact__btn .__line--btn:hover {
  z-index: 1;
  color: #06C755;
}
.c-contact__btn .__line--btn:hover::after {
  width: 100%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.p-fv {
  background-image: url(../img/fv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  width: 100%;
  height: 75vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background-image: url(../img/fv-sp.jpg);
    height: calc(100vh - 100px);
    background-position: unset;
  }
}
.p-fv__ttl {
  position: relative;
  height: 100%;
}
.p-fv__ttl--text {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(53, 109, 145, 0.4);
  font-family: "Shippori Mincho B1", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 180%; /* 57.6px */
  position: absolute;
  top: 12%;
  left: 50%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-fv__ttl--text {
    font-size: 18px;
    top: 35px;
    right: 20px;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-fv__ttl svg {
  position: absolute;
  top: 53%;
  left: 62%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-fv__ttl svg {
    top: unset;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-fv__subttl {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 165% */
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-fv__subttl {
    font-size: 16px;
    margin-top: 8px;
  }
}
.p-fv__img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-fv__logo {
  content: "";
  position: absolute;
  top: 12px;
  left: 23px;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 253.846% */
}

.p-intro {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-intro {
    margin-top: 0;
  }
}
.p-intro__wrap {
  background: url(../img/p-intro_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
}
.p-intro__des {
  background: url(../img/p-intro_des_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  color: #755d37;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-intro__des {
    font-size: 18px;
    line-height: 1.7;
    padding: 20px;
  }
  .p-intro__des span {
    font-size: 14px;
    color: #1e2528;
    line-height: 1.7;
  }
}
.p-intro__des--ttl {
  color: #15584c;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  /* 150% */
  text-align: center;
}
.p-intro__des .__customer-survey {
  color: #15584c;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-intro__des .__customer-survey {
    font-size: 13px;
    line-height: 33px;
  }
}
.p-intro__suffer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-intro__suffer {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
.p-intro__suffer--wrap {
  background-image: url(../img/intro.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: calc(100% - 375px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intro__suffer--wrap {
    background-image: url(../img/intro_sp.jpg) !important;
    background-position: bottom;
  }
}
.p-intro__suffer--wrap::before {
  content: "";
  background: url(../img/gradient_bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-intro__suffer--wrap {
    width: 100%;
    height: 420px;
  }
}
.p-intro__suffer--wrap__abs {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25px;
  width: 95%;
}
.p-intro__suffer--wrap__ttl {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 157.143% */
  text-align: center;
  margin: 0 auto;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 7px;
  -webkit-text-decoration-color: #f65757;
          text-decoration-color: #f65757;
}
.p-intro__suffer--wrap__subttl {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 0 auto;
  padding-top: 16px;
}

.p-about__sort {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.p-about__sort--ttl {
  color: #f6b2b3;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 200% */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.p-about__sort--subttl {
  color: #755d37;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 143.478% */
  padding-bottom: 30px;
}
.p-about__sort--items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .p-about__sort--items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
    padding: 0 20px;
  }
}
.p-about__sort--item {
  position: relative;
}
.p-about__sort--item figure {
  padding-left: 11px;
  position: relative;
  z-index: 10;
}
.p-about__sort--item figure img {
  border-radius: 5px;
}
.p-about__sort--item .__ttl {
  width: 90px;
  height: 90px;
  background: #ffe2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f65757;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 111.111% */
  text-transform: uppercase;
  border-radius: 50%;
  margin-top: -78px;
  z-index: 11;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__sort--item .__ttl {
    width: 60px;
    height: 60px;
    margin-top: -50px;
    font-size: 14px;
    line-height: 1.2;
  }
}
.p-about__sort--item .__des {
  color: #1e2528;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-about__sort--item .__des {
    padding-top: 6px;
    font-size: 13px;
    text-align: left;
  }
}
.p-about__sort--icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-about__sort--icons {
    gap: 0 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-about__sort--icon {
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .p-about__sort--icon {
    width: 96px;
    height: 96px;
  }
}
.p-about__trouble {
  background: white;
  width: 100%;
  position: relative;
}
.p-about__trouble--ttl {
  padding: 26px 0;
  position: relative;
  text-align: center;
  color: #755d37;
  font-size: 23px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}
.p-about__trouble--ttl .bottom__span {
  position: relative;
}
.p-about__trouble--ttl .bottom__span::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  background-color: #f6ad3c;
  height: 2px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__trouble--ttl .sp-span {
    font-size: 18px;
    line-height: 2;
  }
}
.p-about__trouble--contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-about__trouble--contents {
    padding-top: 20px;
  }
}
.p-about__trouble--arrow {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  background-color: #f6b2b3;
  padding-top: 30px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-about__trouble--arrow {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
  }
}
.p-about__trouble--arrow p {
  font-size: 20px;
  line-height: 24px;
  color: #484e52;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about__trouble--arrow p {
    font-size: 16px;
  }
}
.p-about__trouble--arrow figure {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-about__trouble--arrow figure {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__trouble--arrow figure img {
    max-width: 245px;
  }
}
.p-about__trouble--img {
  position: relative;
}
.p-about__trouble--img .__pos {
  position: absolute;
  top: 40px;
  left: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about__trouble--img .__pos {
    display: none;
  }
}
.p-about__contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#2dab94), to(#9eefe1));
  background: -webkit-linear-gradient(top, #2dab94 0%, #9eefe1 100%);
  background: linear-gradient(180deg, #2dab94 0%, #9eefe1 100%);
  padding: 50px 50px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__contact {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    padding: 50px 20px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about__contact .c-contact {
  background: unset;
  padding: 0;
}
.p-about__contact .radius-50 {
  border-radius: 50%;
}
.p-about__contact--ttl {
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 143.478% */
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
.p-about__contact--ttl .top-line {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -70px;
}
.p-about__contact--ttl .top-line__sp {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
}
.p-about__contact--ttl .bottom-line {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -70px;
}
.p-about__contact--ttl .bottom-line__sp {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
}

.p-feature .l-common {
  background: white;
  padding-top: 40px;
  padding-bottom: 60px;
}
.p-feature__ttl {
  color: #f6b2b3;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 200% */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.p-feature__subttl {
  color: #755d37;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 143.478% */
  padding-bottom: 30px;
}
.p-feature__wrap {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-feature__wrap--item {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap--item {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    gap: 20px;
  }
}
.p-feature__wrap--item__img {
  max-width: 329px;
  width: 41.125%;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap--item__img {
    width: 100%;
    max-width: 100%;
  }
}
.p-feature__wrap--item__contents {
  max-width: calc(100% - 329px - 40px);
  width: 360px;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap--item__contents {
    width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__wrap--item__point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-bottom: dotted #f6ad3c 2px;
  }
}
.p-feature__wrap--item .flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.p-feature__wrap--item .__point {
  font-size: 30px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #f6ad3c;
}
.p-feature__wrap--item .__point-subttl {
  font-size: 14px;
  line-height: 1.4;
  color: #f6ad3c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.p-feature__wrap--item .__point-ttl {
  color: #1e2528;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: dotted #f6ad3c 2px;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap--item .__point-ttl {
    border: none;
  }
}
.p-feature__wrap--contents__intro {
  color: #1e2528;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.p-feature__wrap--contents__intro span {
  color: #f65757;
}
.p-feature__wrap--01 .p-feature__wrap--item, .p-feature__wrap--03 .p-feature__wrap--item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-service .l-common {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-service .l-common {
    padding: 40px 20px;
  }
}
.p-service__ttl {
  color: #f6b2b3;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 200% */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.p-service__subttl {
  color: #755d37;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 143.478% */
  padding-bottom: 30px;
}
.p-service__intro {
  color: #1e2528;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  /* 150% */
  padding-bottom: 36px;
  padding-top: 12px;
}
.p-service__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service__contents {
    gap: 50px 30px;
  }
}
.p-service__contents--item {
  width: calc((100% - 90px) / 4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-service__contents--item {
    width: calc((100% - 30px) / 2);
  }
}
.p-service__contents--item .__circle {
  width: 96px;
  height: 96px;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p-service__contents--item .__item-ttl {
  color: #1e2528;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-service__contents--item .__item-ttl {
    font-size: 16px;
  }
}
.p-service__contents--item .__item-ctn {
  color: #1e2528;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-service__contents--item .__item-ctn {
    font-size: 12px;
  }
}

.p-voice .l-common {
  background: #f0f2f2;
  padding: 40px 20px 60px;
}
@media screen and (max-width: 767px) {
  .p-voice .l-common {
    padding-bottom: 40px;
  }
}
.p-voice__satis {
  margin-top: -65px;
}
@media screen and (max-width: 767px) {
  .p-voice__satis {
    margin-top: -25px;
  }
}
.p-voice__satis img {
  margin-left: auto;
  margin-right: auto;
}
.p-voice__ttl {
  color: #2dab94;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-voice__ttl {
    padding-bottom: 0;
  }
}
.p-voice__subttl {
  color: #15584c;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 143.478% */
  padding-bottom: 40px;
}
.p-voice__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  gap: 12px;
  border-radius: 8px;
  border: 2px solid #e2f3f6;
  background: #fff;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-voice__contents {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.p-voice__contents:last-child {
  margin-bottom: 0;
}
.p-voice__contents--ttl {
  color: #1e2528;
  font-family: "ta-oonishi", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  /* 125% */
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-voice__contents--ttl {
    font-size: 12px;
  }
}
.p-voice__contents .voice-border {
  width: 100%;
}
.p-voice__contents--ward {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.p-voice__contents--ward .__ward-ttl {
  color: #f6ad3c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 153.846% */
  text-transform: uppercase;
}
.p-voice__contents--ward .__ward-ttl__light {
  color: #c8a063;
}

.p-case .l-common {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img/case-back.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 1250px;
}
@media screen and (max-width: 767px) {
  .p-case .l-common {
    background-image: url(../img/case-back-sp.jpg);
    padding-bottom: 80px;
    height: 100%;
    background-position: top;
  }
}
.p-case__wrap {
  max-width: 840px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
.p-case__ttl {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 200% */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.p-case__subttl {
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 143.478% */
  padding-bottom: 30px;
}
.p-case__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.p-case__item {
  padding: 20px;
  border-radius: 12px;
  background: var(--base-white, #fff);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-case__item {
    padding: 20px 28px;
    height: auto;
  }
}
.p-case__item--ttl {
  color: #755d37;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 200% */
  padding-bottom: 12px;
  border-bottom: 1px solid #c8a063;
}
.p-case__item .__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 5px;
  padding-top: 2px;
  border-bottom: 1px dashed #dcdee0;
}
.p-case__item .__item:nth-child(2) {
  padding-top: 12px;
}
.p-case__item .__item .__item--ttl {
  color: #677075;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 175% */
  text-transform: uppercase;
}
.p-case__item .__item .__item--subttl {
  color: #1e2528;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  text-transform: uppercase;
}
.p-case__item--intro {
  color: #1e2528;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 175% */
  text-transform: uppercase;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-case__item--intro {
    padding-top: 12px;
  }
}

.p-flow {
  background: #f9f3eb;
}
.p-flow .l-common {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-flow .l-common {
    padding-bottom: 40px;
  }
}
.p-flow__wrap {
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.p-flow__ttl {
  color: #2dab94;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.p-flow__subttl {
  color: #15584c;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 143.478% */
  padding-bottom: 34px;
}
.p-flow__contents {
  border: 1px solid var(--main-primary-blue, #ebd4b1);
  background: #fff;
}
.p-flow__item {
  padding: 32px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  border-bottom: 1px solid #ebd4b1;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 12px;
  }
}
.p-flow__item:last-child {
  border-bottom: none;
}
.p-flow__item .__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  max-width: 274px;
  width: 100%;
}
.p-flow__item .__item-wrap__ttl {
  color: #755d37;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 200% */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-flow__item .__item-intro {
  color: #1e2528;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-flow__item .__item-intro {
    font-size: 12px;
    line-height: 21px;
    /* 175% */
  }
}
.p-flow__item .__item-intro__span {
  color: #677075;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-flow__item .__item-intro__span {
    font-size: 12px;
    line-height: 21px;
  }
}
.p-flow__item .flow-abs {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}

.p-faq .l-common {
  padding-top: 60px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .p-faq .l-common {
    padding-bottom: 20px;
  }
}
.p-faq__wrap {
  max-width: 840px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
.p-faq__ttl {
  color: #2dab94;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.p-faq__subttl {
  color: #f6b2b3;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 143.478% */
  padding-bottom: 37px;
}
.p-faq__item {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 12px;
  margin-bottom: 9px;
  position: relative;
}
.p-faq__item::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.p-faq__item .accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #1e2528;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  background: white;
  width: 100%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__item .accordion {
    font-size: 14px;
    line-height: 20px;
    /* 142.857% */
    gap: 7px;
    width: 274px;
    text-align: left;
  }
}
.p-faq__item .accordion .__question {
  color: #f6b2b3;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
}
.p-faq__item .pb-10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-faq__item .pb-10 {
    padding-bottom: 8px;
  }
}
.p-faq__item .panel {
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease-out;
  transition: max-height 0.35s ease-out;
  color: #484e52;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
@media screen and (max-width: 767px) {
  .p-faq__item .panel {
    font-size: 14px;
    line-height: 20px;
    /* 142.857% */
  }
}
.p-faq__item .panel-ttl {
  padding-top: 8px;
  border-top: 1px solid #dcdee0;
}
.p-faq .active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  top: 15px;
}

.p-organize .l-common {
  background-image: url(../img/organize.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-organize .l-common {
    height: 100%;
  }
}
.p-organize__wrap {
  max-width: 840px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-organize__wrap .jus-unset {
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.p-organize__ttl {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 157.143% */
}
.p-organize__subttl {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.p-contact .l-common {
  background: #feecec;
  padding-top: 60px;
  padding-bottom: 40px;
}
.p-contact__ttl {
  color: #2dab94;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl {
    padding-bottom: 7px;
  }
}
.p-contact__subttl {
  color: #15584c;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  /* 143.478% */
  padding-bottom: 37px;
}
.p-contact__wrap {
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    width: 90%;
  }
}
.p-contact__wrap--item {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
.p-contact__wrap--item .__item--ttl {
  color: #484e52;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 175% */
  text-transform: uppercase;
  padding-bottom: 8px;
}
.p-contact__wrap--item .__item-input {
  width: 100%;
  position: relative;
}
.p-contact__wrap--item .__item-input__abs {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.p-contact__wrap--item .__item-input:focus svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-contact__wrap--item .__item-input select {
  padding-left: 16px;
  width: 100%;
  height: 100%;
  color: #8b979e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  border: 1px solid #dcdee0;
  background: #fff;
  height: 48px;
}
.p-contact__wrap--item .__item-input select:focus {
  border: 1px solid #a5a5a5;
  border-radius: 6px;
}
.p-contact__wrap--item .__item-input input {
  width: 100%;
  height: 100%;
  color: #8b979e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  padding-left: 16px;
  border-radius: 6px;
  border: 1px solid #dcdee0;
  background: #fff;
  height: 48px;
}
.p-contact__wrap--item .__item-input input:focus {
  border: 1px solid #a5a5a5;
  border-radius: 6px;
}
.p-contact__wrap--item .__item-input .input__error {
  background: #fff8f8;
  border: 1px solid #ffd5d5;
}
.p-contact__wrap--item .__item-textarea {
  border-radius: 6px;
  width: 100%;
}
.p-contact__wrap--item .__item-textarea textarea {
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-left: 16px;
  border: 1px solid var(--border-gray, #dcdee0);
  background: #fff;
  height: 200px;
}
.p-contact__wrap--item .__item-textarea textarea:focus {
  border: 1px solid #a5a5a5;
  border-radius: 6px;
}
.p-contact__wrap--item .__item-textarea .input__error {
  background: #fff8f8;
  border: 1px solid #ffd5d5;
}
.p-contact__wrap--item .__error {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #b34040;
  margin-top: 4px;
}
.p-contact__wrap--item .__error.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__wrap--item .__error {
    font-size: 12px;
  }
}
.p-contact__wrap--check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.p-contact__wrap--check:has(input[type=checkbox]:checked) + .__submit-btn {
  pointer-events: unset;
  opacity: 1;
}
.p-contact__wrap--check input[type=checkbox] {
  accent-color: #f65757;
}
.p-contact__wrap--check .__check-ttl {
  color: var(--base-black, #1e2528);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
}
.p-contact__wrap--check .__check-ttl a {
  color: var(--main-primary-red, #f65757);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 175% */
  text-transform: uppercase;
  position: relative;
}
.p-contact__wrap--check .__check-ttl a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f65757;
}
.p-contact__wrap .__submit-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 249px;
  height: 48px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--main-primary-red, #f65757);
  border: 1px soldi #f65757;
  color: var(--base-white, #fff);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  position: relative;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.6;
}
.p-contact__wrap .__submit-btn input#submitButton {
  background: none;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-contact__wrap .__submit-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  background: white;
  z-index: -1;
}
.p-contact__wrap .__submit-btn:hover {
  color: #f65757;
  z-index: 1;
}
.p-contact__wrap .__submit-btn:hover input#submitButton {
  color: #f65757;
  z-index: 1;
}
.p-contact__wrap .__submit-btn:hover::after {
  width: 100%;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  border: 1px solid #f65757;
  border-radius: 6px;
}
.p-contact__wrap .__submit-btn .ajax-loader {
  display: none;
}
.p-contact__wrap .__submit-btn .wpcf7-spinner {
  display: none;
}

.p-connect {
  padding-top: 40px;
  padding-bottom: 20px;
}
.p-connect__ttl {
  color: var(--sub-dark-02, #15584c);
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  padding-bottom: 8px;
}

.p-footer {
  background: #755d37;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-bottom: 20px;
    margin-bottom: 100px;
  }
}
.p-footer__container {
  max-width: 800px;
  margin: 0 auto;
}
.p-footer__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer__items {
    display: none;
  }
}
.p-footer__item a {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 186.667% */
  text-transform: uppercase;
}
.p-footer__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer__icons {
    display: none;
  }
}
.p-footer .__copyright {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 246.154% */
}
@media screen and (max-width: 767px) {
  .p-footer .__copyright {
    border-top: none;
    padding-top: 0;
  }
}

.fix-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 8px 22px;
  opacity: 0.8;
  background: #15584c;
  z-index: 9997;
}
.fix-menu__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.fix-menu__consult {
  border-radius: 8px;
  background: var(--base-white, #fff);
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 11px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 217px;
}
.fix-menu__consult .__ttl {
  color: #f65757;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 175% */
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.fix-menu__consult .__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.fix-menu__consult .__wrap .__phone {
  color: #1e2528;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  /* 154.167% */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.fix-menu__consult .__time {
  color: #677075;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.fix-menu__consult .__time span {
  color: #677075;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 240% */
  text-transform: uppercase;
}
.fix-menu__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.fix-menu__btn .__mes-btn {
  border-radius: 6px;
  background: #f65757;
  width: 102px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--base-white, #fff);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 153.846% */
  text-transform: uppercase;
}
.fix-menu__btn .__line-btn {
  border-radius: 6px;
  background: #06c755;
  width: 102px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--base-white, #fff);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 153.846% */
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */