/* Sass Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
body {
  overflow-x: hidden;
  background-color: #fff;
  font-weight: 500;
  line-break: strict;
  word-break: normal;
}

.l-main {
  margin-bottom: 0;
}

main {
  padding-top: 0;
}

.l-globalnav {
  z-index: 100;
}

.l-footer-spnav {
  z-index: 100;
}

.l-footer .l-footer__topbtn {
  z-index: 100;
}

.sp-display {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .sp-display {
    display: block;
  }
}
.pc-display {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-display {
    display: block;
  }
}
.tabOnly {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tabOnly {
    display: block;
  }
}

.p-ouchi-recover {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
}

.l-content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: content-box;
}
@media screen and (max-width: 767.98px) {
  .l-content__inner {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.c-section__ttl {
  font-size: 40px;
  color: #009c74;
  text-align: center;
  line-height: 1.35;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl {
    font-size: 18px;
  }
}

.c-heading__txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.9;
  word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
  .c-heading__txt {
    word-break: normal;
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.p-ouchi-greeting {
  background: url(../images/ouchi-service/bg_greeting.svg) no-repeat top center/100% auto;
  padding-top: 72px;
  padding-bottom: 38px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-greeting {
    background-image: url(../images/ouchi-service/bg_greeting_sp.svg);
  }
}

.p-ouchi-greeting-content {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 10px 0 10px;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  gap: 0 16px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-greeting-content {
    display: block;
    padding: 0 8%;
  }
}
.p-ouchi-greeting-content .p-txt-wrapper {
  flex-grow: 1;
  padding-top: 70px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-greeting-content .p-txt-wrapper {
    padding-top: 30px;
  }
}
.p-ouchi-greeting-content .p-txt-wrapper .c-txt {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-greeting-content .p-txt-wrapper .c-txt {
    font-size: 15px;
    line-height: 1.8;
  }
}

.c-content__ttl {
  color: #009c74;
  font-size: 43px;
  line-height: 1.45;
  font-weight: 700;
  word-break: keep-all;
  margin-bottom: 38px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .c-content__ttl {
    word-break: normal;
    font-size: 21px;
    text-align: center;
    margin-bottom: 23px;
    letter-spacing: 0;
  }
}

.p-ouchi__logo-wrapper {
  width: 40%;
  flex-shrink: 0;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi__logo-wrapper {
    width: auto;
  }
}
.p-ouchi__logo-wrapper .c-logo {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi__logo-wrapper .c-logo {
    width: 175px;
    margin: 0 auto;
  }
}
.p-ouchi__logo-wrapper .c-txt {
  margin-top: 21px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #009c74;
  line-height: 1.35;
  word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi__logo-wrapper .c-txt {
    word-wrap: normal;
    font-size: 15.8px;
    margin-top: 10px;
  }
}

.p-ouchi-about {
  position: relative;
  margin-top: 100px;
  background-color: #e6f5f1;
  padding-top: 55px;
  padding-bottom: 59px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-about {
    padding-top: 0;
    padding-bottom: 60px;
    margin-top: 20px;
  }
}
.p-ouchi-about::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 804px;
  background: url(../images/ouchi-service/bg_about.svg) no-repeat top center/100% auto;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-about::before {
    width: 286px;
    height: 38px;
  }
}
.p-ouchi-about .c-about__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-about__heading {
  margin-top: 69px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 42.3333333333%;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  justify-content: space-between;
  grid-template-areas: "ttl ill" "txt ill";
}
@media screen and (max-width: 767.98px) {
  .p-about__heading {
    display: block;
    margin-top: 21px;
  }
}
.p-about__heading .c-section__ttl {
  text-align: left;
  grid-area: ttl;
  letter-spacing: 0;
  font-feature-settings: normal;
  word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
  .p-about__heading .c-section__ttl {
    text-align: center;
    word-break: normal;
  }
}
.p-about__heading .c-txt {
  font-size: 20px;
  line-height: 1.9;
  grid-area: txt;
  margin-top: 42px;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-about__heading .c-txt {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 25px;
  }
}
.p-about__heading .c-ill {
  grid-area: ill;
}
.p-about__heading .c-ill img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-about__heading .c-ill {
    display: block;
    margin-top: 20px;
  }
}

.p-reform__list {
  display: flex;
  justify-content: space-between;
  padding-top: 150px;
}
@media screen and (max-width: 767.98px) {
  .p-reform__list {
    display: block;
    padding-top: 63px;
  }
}

.p-reform__item {
  background-color: #fff;
  max-width: 585px;
  width: 48.75%;
  padding: 33px 39px 24px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .p-reform__item {
    width: auto;
    max-width: inherit;
    padding: 20px;
  }
}
.p-reform__item .c-ttl {
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767.98px) {
  .p-reform__item .c-ttl {
    font-size: 18px;
  }
}
.p-reform__item .c-txt {
  font-size: 20px;
  line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
  .p-reform__item .c-txt {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.p-reform__item.outline {
  border: 4px solid #009c74;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-reform__item.outline {
    border-width: 2px;
    margin-bottom: 20px;
  }
}
.p-reform__item.outline .c-ttl {
  color: #009c74;
}
.p-reform__item.outline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 65.9829059829%;
  height: 106px;
  background: url(../images/ouchi-service/bg_reform.svg) no-repeat bottom center/100% auto;
}
@media screen and (max-width: 767.98px) {
  .p-reform__item.outline::after {
    width: 176px;
    height: 48px;
  }
}

.c-about__txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.9;
  margin-top: 30px;
  word-break: keep-all;
  font-feature-settings: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .c-about__txt {
    font-size: 15px;
    line-height: 1.8;
    word-break: normal;
    text-align: left;
  }
}

.p-crime-prevention {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #009c74;
  padding: min(5vw, 60px);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .p-crime-prevention {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-crime-prevention .c-section__ttl {
    font-size: 21px;
  }
}

.p-crime-prevention__ttl {
  text-align: center;
  color: #009c74;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
  word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
  .p-crime-prevention__ttl {
    word-break: normal;
  }
}

.p-crime-prevention__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.7777777778%;
  margin-top: 49px;
}
@media screen and (max-width: 767.98px) {
  .p-crime-prevention__list {
    display: block;
    margin-top: 20px;
  }
}

.p-crime-prevention__item {
  width: 31.4814814815%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .p-crime-prevention__item {
    width: auto;
  }
  .p-crime-prevention__item + .p-crime-prevention__item {
    margin-top: 20px;
  }
}
.p-crime-prevention__item .c-ttl {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background-color: #ffdb3f;
  padding: 10px;
  word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
  .p-crime-prevention__item .c-ttl {
    word-break: normal;
    font-size: 18px;
  }
}

.p-ill-box {
  width: 31.4814814815%;
  margin-top: -5px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-ill-box {
    width: auto;
    margin-top: 25px;
  }
}
.p-ill-box img {
  margin-top: auto;
}

.c-large-txt {
  text-align: center;
  color: #009c74;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 60px;
  font-feature-settings: normal;
}
@media screen and (max-width: 767.98px) {
  .c-large-txt {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0;
  }
}

.p-crime-prevention__body {
  padding: 18px 10px 18px min(9%, 28px);
}
@media screen and (max-width: 767.98px) {
  .p-crime-prevention__body {
    padding: 10px 10px 15px;
  }
}
.p-crime-prevention__body .p-list {
  font-size: 17px;
}
@media screen and (max-width: 767.98px) {
  .p-crime-prevention__body .p-list {
    font-size: 15px;
  }
}
.p-crime-prevention__body .p-list li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-crime-prevention__body .p-list li {
    letter-spacing: 0;
    padding-left: 1.2em;
  }
}
.p-crime-prevention__body .p-list li::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../images/ouchi-service/icn_check.svg) no-repeat center center/100% 100%;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 767.98px) {
  .p-crime-prevention__body .p-list li::before {
    width: 0.9em;
    height: 0.9em;
    top: 8px;
  }
}

.p-ouchi-caution {
  padding-top: 61px;
  padding-bottom: 68px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-caution {
    padding-top: 24px;
    padding-bottom: 50px;
  }
}
.p-ouchi-caution .c-section__ttl {
  word-break: keep-all;
  font-feature-settings: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-caution .c-section__ttl {
    word-break: normal;
  }
}
.p-ouchi-caution .c-heading__txt {
  margin-top: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-caution .c-heading__txt {
    margin-top: 17px;
    letter-spacing: 0.05em;
  }
}

.p-caution01 {
  margin-top: 30px;
  border-radius: 10px;
  background-color: #fff;
  padding: 22px 20px 18px 44px;
  border: 5px solid #f2d9d9;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto 17%;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  justify-content: space-between;
  grid-template-areas: "ttl ill" "list ill" "txt ill";
}
@media screen and (max-width: 1199px) {
  .p-caution01 {
    margin-top: 20px;
    border-width: 2px;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "ttl ttl" "list ill" "txt txt";
  }
}
@media screen and (max-width: 767.98px) {
  .p-caution01 {
    padding: 20px;
  }
}
.p-caution01 .p-list {
  grid-area: list;
  display: flex;
  gap: 0 1em;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .p-caution01 .p-list {
    flex-grow: 1;
  }
}
.p-caution01 .p-list li {
  position: relative;
  padding-left: 1em;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .p-caution01 .p-list li {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.p-caution01 .p-list li::before {
  content: "";
  position: absolute;
  background: url(../images/ouchi-service/icn_check_r2.svg) no-repeat center center/100% 100%;
  width: 0.8em;
  height: 0.8em;
  left: 0;
  top: 13px;
}
@media screen and (max-width: 767.98px) {
  .p-caution01 .p-list li::before {
    top: 9px;
  }
}
.p-caution01 .c-caution__txt {
  margin-top: 17px;
  grid-area: txt;
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-caution01 .c-caution__txt {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
  }
}
.p-caution01 .c-ill {
  grid-area: ill;
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .p-caution01 .c-ill {
    width: 76px;
    margin-top: 5px;
  }
}

.c-caution__ttl {
  grid-area: ttl;
  font-size: 36px;
  font-weight: 700;
  color: #ba4949;
  font-feature-settings: normal;
  margin-bottom: 13px;
  display: flex;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .c-caution__ttl {
    font-size: 18px;
    align-items: center;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.c-caution__ttl i {
  display: inline-block;
  width: 35px;
  height: 31px;
  position: relative;
  top: -3px;
  margin-right: 5px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .c-caution__ttl i {
    width: 25px;
    height: 24px;
  }
}
.c-caution__ttl i img {
  vertical-align: middle;
}

.c-caution__txt {
  line-height: 1.44;
  font-weight: 700;
  color: #ba4949;
}
@media screen and (max-width: 767.98px) {
  .c-caution__txt {
    letter-spacing: 0;
    font-feature-settings: normal;
  }
}

.p-caution02 {
  border-radius: 10px;
  background-color: #fff7e1;
  border: 2px solid #ba4949;
  margin-top: 29px;
  padding: 60px 60px 42px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 920px) {
  .p-caution02 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-caution02 {
    padding: 20px 20px;
  }
}
.p-caution02 .c-caution__ttl {
  display: block;
  text-align: center;
  word-break: keep-all;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-caution02 .c-caution__ttl {
    word-break: normal;
    text-align: left;
    font-size: 21px;
    line-height: 1.35;
    /* 
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); */
  }
  .p-caution02 .c-caution__ttl i {
    width: 1em;
    height: 1em;
  }
}
.p-caution02 .c-caution__txt {
  font-weight: 700;
}

.p-caution02__body {
  margin-top: 31px;
}
@media screen and (max-width: 920px) {
  .p-caution02__body {
    margin-top: 10px;
  }
}
.p-caution02__body .p-caution02__body-inner {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .p-caution02__body .p-caution02__body-inner {
    display: block;
    margin-bottom: 20px;
  }
}
.p-caution02__body .p-caution02__body-inner .p-text-block {
  width: 36.7592592593%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-caution02__body .p-caution02__body-inner .p-text-block {
    width: auto;
  }
}
.p-caution02__body .p-glaph-content {
  margin-top: 20px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767.98px) {
  .p-caution02__body .p-glaph-content {
    margin-top: 8px;
    margin-bottom: 5px;
  }
}
.p-caution02__body .c-txt {
  grid-area: txt;
  max-width: 448px;
  font-size: 20px;
  line-height: 2.09;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 920px) {
  .p-caution02__body .c-txt {
    max-width: inherit;
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767.98px) {
  .p-caution02__body .c-txt {
    margin-bottom: 0;
  }
}
.p-caution02__body .p-glaph-block {
  margin-left: 30px;
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 920px) {
  .p-caution02__body .p-glaph-block {
    padding: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-caution02__body .p-glaph-block {
    margin-top: 13px;
    padding: 10px;
    border-radius: 5px;
    width: auto;
    margin-left: 0;
  }
}
.p-caution02__body .p-glaph-block .c-ttl {
  color: #007e5f;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-caution02__body .p-glaph-block .c-ttl {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.p-caution02__body .p-glaph-block .p-note {
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 0.02em;
  margin-left: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-caution02__body .p-glaph-block .p-note {
    font-size: 10px;
    letter-spacing: 0;
    margin-left: 0;
  }
}
.p-caution02__body .p-glaph-block .p-note li {
  line-height: 1.9;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767.98px) {
  .p-caution02__body .p-glaph-block .p-note li {
    padding-left: 0;
    text-indent: 0;
    font-feature-settings: normal;
  }
}
.p-caution02__body .c-caution__txt {
  font-size: 26px;
  text-align: center;
  margin-top: 30px;
  grid-area: large_txt;
  word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
  .p-caution02__body .c-caution__txt {
    word-break: normal;
    font-size: 14px;
    text-align: left;
  }
}
.p-caution02__body .c-ill {
  display: block;
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .p-caution02__body .c-ill {
    display: none;
  }
}

.p-table-block {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-table-block {
    margin-top: 12px;
  }
}
.p-table-block table {
  border-collapse: collapse;
  font-size: 17px;
  font-weight: 700;
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-table-block table {
    font-size: 11px;
  }
}
.p-table-block table th {
  background-color: #e6f5f1;
  text-align: right;
}
.p-table-block table th.heading {
  text-align: left;
}
.p-table-block table td {
  text-align: right;
}
.p-table-block table th,
.p-table-block table td {
  border: 1px solid #9d9d9d;
  padding: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-table-block table th,
  .p-table-block table td {
    padding: 2px 4px;
    vertical-align: middle;
  }
}

.c-glaph__ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  .c-glaph__ttl {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.c-trick__ttl {
  font-size: 33px;
  color: #fff;
  background-color: #ba4949;
  border-radius: 100px;
  padding: 12px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .c-trick__ttl {
    padding: 10px;
    font-size: 15px;
  }
}
.c-trick__ttl .c-icn {
  display: inline-block;
  position: relative;
  top: -9px;
  margin-right: 5px;
}
@media screen and (max-width: 767.98px) {
  .c-trick__ttl .c-icn {
    width: 15px;
    top: -4px;
    margin-right: 3px;
  }
}

.p-trick__list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .p-trick__list {
    display: block;
    margin-top: 15px;
  }
}

.p-trick__item {
  width: 31.4814814815%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-trick__item {
    width: auto;
  }
  .p-trick__item + .p-trick__item {
    margin-top: 24px;
  }
}
.p-trick__item.w50 {
  width: calc(50% - 14px);
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .p-trick__item.w50 {
    width: 100%;
    margin-top: 24px;
  }
}
.p-trick__item.w50 .c-ttl {
  word-break: initial;
}
.p-trick__item.w50 .c-txt {
  max-width: 100%;
}
.p-trick__item .c-ttl {
  text-align: center;
  font-size: 23px;
  line-height: 1.19;
  background-color: #666;
  padding: 20px 10px;
  color: #fff;
  word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
  .p-trick__item .c-ttl {
    word-break: normal;
    font-size: 15px;
    padding: 15px;
  }
}
.p-trick__item .c-txt {
  font-size: 14px;
  line-height: 1.9;
  padding: 15px 14px;
  letter-spacing: 0.128em;
}
@media screen and (max-width: 767.98px) {
  .p-trick__item .c-txt {
    padding: 10px;
  }
}

.c-txt-alert01 {
  text-align: center;
  color: #ba4949;
  font-size: 27px;
  font-weight: 500;
  word-break: keep-all;
  border-bottom: 3px solid #666;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .c-txt-alert01 {
    font-size: 16px;
    word-break: normal;
  }
}

.c-txt-alert02 {
  font-size: 38px;
  font-weight: 700;
  color: #009c74;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
  .c-txt-alert02 {
    word-break: normal;
    font-size: 20px;
    line-height: 1.27;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.c-txt-alert02 .c-icn {
  position: relative;
  top: -7.5px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 767.98px) {
  .c-txt-alert02 .c-icn {
    display: block;
    width: 34px;
    margin: 0 auto;
  }
}
.c-txt-alert02 .c-icn img {
  width: 100%;
}

.p-ouchi-reccomend {
  position: relative;
  margin-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.p-ouchi-reccomend::after {
  content: "";
  position: absolute;
  height: 900px;
  background-color: #009c74;
  width: 100%;
  left: 0;
  right: 0;
  top: 20px;
  clip-path: polygon(0 500px, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1199px) {
  .p-ouchi-reccomend::after {
    clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend::after {
    height: 833px;
    top: 300px;
    clip-path: polygon(0 210px, 100% 0, 100% 100%, 0% 100%);
  }
}
.p-ouchi-reccomend .l-content__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend .l-content__inner {
    padding: 0;
  }
}

.c-ouchi-reccomend__ttl {
  color: #009c74;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 700;
  font-feature-settings: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .c-ouchi-reccomend__ttl {
    text-shadow: 0px 0px 6px rgb(255, 255, 255);
  }
}
@media screen and (max-width: 767.98px) {
  .c-ouchi-reccomend__ttl {
    text-shadow: none;
    font-size: 21px;
    text-align: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-ouchi-reccomend__heading {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "ttl ttl" "txt ill";
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__heading {
    display: block;
    padding: 0 8%;
  }
}
.p-ouchi-reccomend__heading .c-ouchi-reccomend__ttl {
  grid-area: ttl;
}
.p-ouchi-reccomend__heading .c-txt {
  grid-area: txt;
  font-size: 20px;
  line-height: 1.9;
  margin-top: 49px;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__heading .c-txt {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
  }
}
.p-ouchi-reccomend__heading .c-ill {
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__heading .c-ill {
    display: block;
    max-width: 179px;
    margin-top: 40px;
    margin-right: auto;
  }
}

.p-ouchi-reccomend__body {
  background: url(../images/ouchi-service/bg_reccomend.svg) center 0/auto 110% no-repeat;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__body {
    padding: 30px 8% 40px;
    background-size: 180vw auto;
    background-position: 23% 99px;
  }
}

.p-ouchi-reccomend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../images/ouchi-service/ill_chara03.svg) no-repeat 50% calc(50% + 20px)/min(20%, 286px) auto;
  margin-top: 30px;
}
@media screen and (max-width: 1380px) {
  .p-ouchi-reccomend__list {
    display: block;
    margin: 0 auto;
    width: fit-content;
    background-image: none;
  }
}
@media screen and (max-width: 1199px) {
  .p-ouchi-reccomend__list {
    background-size: 23vw auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__list {
    width: auto;
  }
}

.p-ouchi-reccomend__item {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: 10px solid #009c74;
  max-width: 521px;
  padding: 20px 30px 40px;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 48%;
  height: 50%;
}
@media screen and (max-width: 1380px) {
  .p-ouchi-reccomend__item {
    width: 100%;
    height: 100%;
    padding: 60px;
    border-width: 5px;
  }
  .p-ouchi-reccomend__item + .p-ouchi-reccomend__item {
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__item {
    border-radius: 15px;
    padding: 0;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: auto 74px;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas: "ttl ttl" "txt icn";
    max-width: inherit;
    aspect-ratio: inherit;
    padding: 16px 20px;
  }
}
.p-ouchi-reccomend__item .c-ttl {
  font-size: 28px;
  line-height: 1.35;
  text-align: center;
  color: #009c74;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__item .c-ttl {
    grid-area: ttl;
    font-size: 18px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 9px;
  }
}
.p-ouchi-reccomend__item .c-icn {
  display: block;
  margin: 13px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__item .c-icn {
    grid-area: icn;
    margin: 10px 0 0 10px;
  }
}
.p-ouchi-reccomend__item .c-txt {
  font-size: 19px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0;
  margin: 25px auto 0;
  max-width: 353px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__item .c-txt {
    font-size: 15px;
    line-height: 1.89;
    max-width: inherit;
    text-align: left;
    grid-area: txt;
    margin-top: 0;
  }
}
.p-ouchi-reccomend__item .c-txt.fz-20 {
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__item .c-txt.fz-20 {
    font-size: 15px;
  }
}
.p-ouchi-reccomend__item.item01 {
  order: 2;
}
.p-ouchi-reccomend__item.item01 .c-icn {
  width: 149px;
}
@media screen and (max-width: 1199px) {
  .p-ouchi-reccomend__item.item01 .c-icn {
    width: 8vw;
  }
}
@media screen and (max-width: 920px) {
  .p-ouchi-reccomend__item.item01 .c-icn {
    width: 149px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__item.item01 .c-icn {
    width: 100%;
  }
}
.p-ouchi-reccomend__item.item02 {
  order: 1;
  margin-top: 100px;
}
.p-ouchi-reccomend__item.item02 .c-icn {
  max-width: 129px;
}
@media screen and (max-width: 1199px) {
  .p-ouchi-reccomend__item.item02 .c-icn {
    width: 6vw;
  }
}
@media screen and (max-width: 920px) {
  .p-ouchi-reccomend__item.item02 .c-icn {
    width: 129px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__item.item02 .c-icn {
    width: 80%;
    margin-left: auto;
  }
}
.p-ouchi-reccomend__item.item03 {
  order: 3;
  margin-top: 219px;
}
@media screen and (max-width: 1199px) {
  .p-ouchi-reccomend__item.item03 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__item.item03 {
    padding-top: 16px;
  }
}
.p-ouchi-reccomend__item.item03 .c-icn {
  max-width: 82px;
}
@media screen and (max-width: 1199px) {
  .p-ouchi-reccomend__item.item03 .c-icn {
    width: 6vw;
  }
}
@media screen and (max-width: 920px) {
  .p-ouchi-reccomend__item.item03 .c-icn {
    width: 82px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__item.item03 .c-icn {
    width: 85%;
    margin-left: auto;
  }
}
.p-ouchi-reccomend__item.item04 {
  order: 4;
  margin-top: 169px;
}
.p-ouchi-reccomend__item.item04 .c-icn {
  max-width: 138px;
}
@media screen and (max-width: 1199px) {
  .p-ouchi-reccomend__item.item04 .c-icn {
    width: 6vw;
  }
}
@media screen and (max-width: 920px) {
  .p-ouchi-reccomend__item.item04 .c-icn {
    width: 138px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-reccomend__item.item04 .c-icn {
    width: 80%;
    margin-left: auto;
  }
}

.p-condition__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2.7777777778%;
  position: relative;
  margin-bottom: 68px;
  margin-top: 32px;
}
@media screen and (max-width: 767.98px) {
  .p-condition__list {
    display: block;
    margin-top: 20px;
    margin-bottom: 56px;
  }
}
.p-condition__list::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 17px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #009c74;
  width: 43px;
  height: 21px;
  transform: translateX(-50%);
}
.p-condition__list .p-ill {
  margin: max(-7.4074074074vw, -80px) max(-2.7777777778vw, -36px) 0;
}
.p-condition__list .p-ill img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-condition__list .p-ill {
    margin: 30px 0 0;
  }
}

.p-condition__item {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  padding: 24px min(2vw, 20px) 24px min(2vw, 28px);
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "ttl ttl" "list icn";
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .p-condition__item {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .p-condition__item {
    display: grid;
    padding: 20px 20px 10px;
    grid-template-areas: "ttl icn" "list icn";
  }
  .p-condition__item + .p-condition__item {
    margin-top: 20px;
  }
}
.p-condition__item .c-ttl {
  font-size: 26px;
  font-weight: 700;
  color: #009c74;
  grid-area: ttl;
  margin-bottom: 18px;
}
@media screen and (max-width: 767.98px) {
  .p-condition__item .c-ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.p-condition__item.pos-last {
  grid-row: 2;
  grid-column: 3;
}
.p-condition__item .c-ill {
  width: 90px;
  flex-shrink: 0;
  margin-top: auto;
  margin-left: 5px;
  grid-area: icn;
}
@media screen and (max-width: 1199px) {
  .p-condition__item .c-ill {
    margin-left: auto;
    margin-top: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-condition__item .c-ill {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }
}
.p-condition__item .p-list {
  font-size: 16px;
  grid-area: list;
}
@media screen and (max-width: 1199px) {
  .p-condition__item .p-list {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-condition__item .p-list {
    font-size: 15px;
  }
}
.p-condition__item .p-list li {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.8;
}
.p-condition__item .p-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/ouchi-service/icn_check_r.svg) no-repeat center center/100% 100%;
}

.p-ouchi-service {
  background-color: #f3f6f6;
  padding-bottom: 126px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-service {
    padding-bottom: 62px;
  }
}

.p-ouchi-service__ttl {
  background-color: #009c74;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-service__ttl {
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    flex-direction: column;
    font-size: 24px;
  }
  .p-ouchi-service__ttl img {
    width: 207px;
  }
}

.p-ouchi-service__list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-service__list {
    display: block;
  }
}

.p-ouchi-service__item {
  padding: min(2.5vw, 30px);
  border-radius: 10px;
  width: 31.6666666667%;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-service__item {
    width: auto;
    padding: 20px;
  }
  .p-ouchi-service__item + .p-ouchi-service__item {
    margin-top: 20px;
  }
}
.p-ouchi-service__item.has-border {
  border: 3px solid #009c74;
}

.p-ouchi-service__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-service__inner {
    height: auto;
    display: block;
  }
}
.p-ouchi-service__inner .c-ttl {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  color: #009c74;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-service__inner .c-ttl {
    margin-bottom: 20px;
  }
}
.p-ouchi-service__inner .c-txt {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-service__inner .c-txt {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.p-ouchi-service__inner .p-service__img-wrapper {
  aspect-ratio: 320/206;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 23px;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-service__inner .p-service__img-wrapper {
    aspect-ratio: 275/206;
    margin-bottom: 20px;
  }
}
.p-ouchi-service__inner .p-service__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-ouchi-service__inner .p-btn-wrapper {
  margin: auto auto 0;
  max-width: 296px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-ouchi-service__inner .p-btn-wrapper {
    margin: 20px auto 0;
    max-width: 255px;
  }
}

.c-btn {
  font-size: 20px;
  color: #fff;
  background-color: #009c74;
  border-radius: 100px;
  font-weight: 700;
  min-height: 67px;
  display: grid;
  place-content: center;
  letter-spacing: 0.1em;
  width: 100%;
}
@media (any-hover) {
  .c-btn {
    transition: 0.3s;
  }
  .c-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .c-btn {
    font-size: 17px;
    min-height: 57px;
  }
}
.c-btn span {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
@media screen and (max-width: 767.98px) {
  .c-btn span {
    padding-right: 40px;
  }
}
.c-btn span::after {
  position: absolute;
  width: 36px;
  height: 36px;
  content: "";
  top: -2px;
  right: -8px;
  background-color: #fff;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.84 35.84"><title>arrow</title><path class="cls-1" d="M17.92,0c9.9,0,17.92,8.02,17.92,17.92s-8.02,17.92-17.92,17.92S0,27.82,0,17.92,8.02,0,17.92,0ZM15.83,10.41l5.42,5.2h-13.15c-1.01,0-1.73.79-1.73,1.73v1.16c0,1.01.72,1.73,1.73,1.73h13.15l-5.42,5.28c-.72.65-.72,1.81-.07,2.46l.79.79c.72.65,1.81.65,2.46,0l9.61-9.61c.65-.65.65-1.73,0-2.38l-9.61-9.61c-.65-.72-1.73-.72-2.46,0l-.79.79c-.65.65-.65,1.81.07,2.46Z"/></svg>');
  display: block;
  mask-size: 100% 100%;
}
@media screen and (max-width: 767.98px) {
  .c-btn span::after {
    width: 30px;
    height: 30px;
  }
}

.p-astec {
  background-color: #f3f6f6;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-astec {
    padding-bottom: 60px;
  }
}

.p-astec__content {
  border: 4px solid #009c74;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .p-astec__content {
    border-radius: 20px;
    border-width: 5px;
  }
}

.p-astec__body {
  background-color: #fff;
  padding: 35px 50px 35px 40px;
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
}
@media screen and (max-width: 767.98px) {
  .p-astec__body {
    display: block;
    padding: 20px 10px;
  }
}
.p-astec__body .txt {
  max-width: 737px;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-astec__body .txt {
    font-size: 15px;
    padding: 0 5px;
  }
}

.c-astec__ttl {
  color: #009c74;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 12px;
  font-feature-settings: normal;
  letter-spacing: 0;
  word-break: keep-all;
}
@media screen and (max-width: 767.98px) {
  .c-astec__ttl {
    text-align: center;
    font-size: 18px;
    word-break: normal;
  }
}

@media screen and (max-width: 767.98px) {
  .p-astec__block {
    margin-top: 5px;
  }
}
.p-astec__block .ttl {
  max-width: 304px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-astec__block .ttl {
    max-width: 260px;
  }
}
.p-astec__block .mark {
  max-width: 262px;
  margin: 27px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-astec__block .mark {
    margin-top: 11px;
    max-width: 224px;
  }
}

.c-bottom__ttl {
  color: #fff;
  text-align: center;
  background-color: #009c74;
  padding: 10px 0 9px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .c-bottom__ttl {
    font-size: 18px;
    padding: 16px 0 15px;
    letter-spacing: 0.02em;
  }
}

.l-header-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px min(1.5vw, 30px);
}
@media screen and (max-width: 767.98px) {
  .l-header-logo {
    display: block;
    background: #F0F0F0;
    padding: 24px 40px;
  }
}
.l-header-logo-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.l-header-logo-left__logo {
  width: 108px;
}
@media screen and (max-width: 767.98px) {
  .l-header-logo-left__logo {
    width: 100px;
  }
}
.l-header-logo-left__ttl {
  font-size: 14px;
  letter-spacing: 0;
}
.l-header-logo-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767.98px) {
  .l-header-logo-right {
    justify-content: center;
    flex-flow: wrap;
  }
}
.l-header-logo-right__logo {
  width: 108px;
}
@media screen and (max-width: 767.98px) {
  .l-header-logo-right__logo.order1 {
    order: 1;
  }
  .l-header-logo-right__logo.order2 {
    order: 2;
  }
}
.l-header-logo-right__txt {
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .l-header-logo-right__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 12px 0;
  }
  .l-header-logo-right__txt::before, .l-header-logo-right__txt::after {
    content: "";
    display: block;
    width: 6em;
    height: 2px;
    background: #9D9D9D;
    margin: 0 0.5em;
  }
}
.l-header-sp__logo {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-header-sp__logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 60px;
    height: auto;
  }
}
.l-header-sp__toggle {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-header-sp__toggle {
    display: block;
    position: fixed;
    top: 16px;
    right: 20px;
    width: 50px;
    margin: 0 0 0 auto;
    z-index: 10000;
    background: url(../images/ouchi-service/icn_menu_close.png) 0 0/100% auto no-repeat;
  }
  .is-open .l-header-sp__toggle img {
    opacity: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header-nav {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column-reverse;
    width: 100%;
    z-index: 1000;
    background: #fff;
    transition: 0.3s;
  }
  .is-open .l-header-nav {
    pointer-events: all;
    opacity: 1;
  }
}
.l-header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px min(1.5vw, 30px) 20px;
}
@media screen and (max-width: 767.98px) {
  .l-header-menu {
    display: block;
    padding: 80px 20px 20px;
  }
}
.l-header-menu__logo {
  width: min(18vw, 274px);
}
@media screen and (max-width: 767.98px) {
  .l-header-menu__logo {
    display: none;
  }
}
.l-header-menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(1.2vw, 32px);
}
@media screen and (max-width: 767.98px) {
  .l-header-menu-list {
    display: block;
  }
}
.l-header-menu-list__item {
  font-size: min(0.9vw, 16px);
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .l-header-menu-list__item {
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #009B73;
  }
  .l-header-menu-list__item a {
    position: relative;
    display: block;
    padding: 14px 0;
  }
  .l-header-menu-list__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/ouchi-service/icn_arrow_btm.svg) 0 0/100% auto no-repeat;
    transform: translateY(-50%);
  }
}
.l-header-menu__btn {
  width: min(16vw, 320px);
  height: min(3vw, 50px);
  font-size: min(1.2vw, 19px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767.98px) {
  .l-header-menu__btn {
    display: none;
  }
}
.l-header-menu__btnSP {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-header-menu__btnSP {
    display: block;
  }
}
.l-header-menu__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: linear-gradient(135deg, rgb(255, 111, 0) 1%, rgb(255, 128, 0) 50%, rgb(251, 194, 0) 100%);
  border-radius: 5rem;
  box-shadow: 0 0 0.5rem rgba(136, 144, 194, 0.2);
}
.l-header-menu__btn span {
  position: relative;
  padding: 0 min(2.6vw, 28px) 0 0;
}
.l-header-menu__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: min(1.2vw, 20px);
  height: min(1.2vw, 20px);
  background: url(../images/ouchi-service/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.l-header__ttl {
  font-size: 14px;
  font-weight: 500;
}

.p-mv {
  background: url(../images/ouchi-service/bg_mv.jpg) center bottom/cover no-repeat;
  padding: min(9vw, 195px) 0 min(3vw, 30px);
}
@media screen and (max-width: 767.98px) {
  .p-mv {
    background: url(../images/ouchi-service/bg_mv_sp.jpg) center bottom/cover no-repeat;
    padding: 72vw 5.3vw 4vw;
  }
}
.p-mv__ttl {
  width: min(48vw, 958px);
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-mv__ttl {
    width: 100%;
  }
}
.p-mv__btn {
  width: min(48vw, 757px);
  margin: min(2vw, 20px) auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-mv__btn {
    width: 100%;
  }
}
.p-mv__btn a {
  transition: 0.3s;
}
.p-mv__btn a:hover {
  opacity: 0.7;
}

.p-intro {
  border: 4px solid #009C74;
  border-radius: 10px;
  width: 90%;
  max-width: 1200px;
  margin: min(8vw, 87px) auto min(7.4vw, 80px);
}
@media screen and (max-width: 767.98px) {
  .p-intro {
    width: calc(100% - 60px);
    padding: 0;
  }
}
.p-intro__txt {
  background: #019A72;
  color: #fff;
  font-size: min(2.4vw, 28px);
  text-align: center;
  font-weight: 700;
  padding: 0.4em 0;
}
@media screen and (max-width: 767.98px) {
  .p-intro__txt {
    font-size: 18px;
    line-height: 1.4;
    padding: 16px 0;
  }
}
.p-intro-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(3.8vw, 30px) min(7vw, 80px);
}
@media screen and (max-width: 767.98px) {
  .p-intro-detail {
    display: block;
    padding: 14px 14px 20px;
  }
}
.p-intro-detail__inner {
  width: 70%;
}
@media screen and (max-width: 767.98px) {
  .p-intro-detail__inner {
    width: 100%;
  }
}
.p-intro-detail__ttl {
  color: #019A72;
  font-size: min(2.7vw, 36px);
  line-height: 1.35;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-intro-detail__ttl {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  .p-intro-detail__ttl span {
    display: block;
    font-size: 24px;
  }
}
.p-intro-detail__txt {
  font-size: min(1.4vw, 16px);
  line-height: 2;
  margin: 1.375em 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-intro-detail__txt {
    font-size: 15px;
    margin: 0.5em 0 0;
  }
}
.p-intro-detail__img {
  width: 24%;
}
@media screen and (max-width: 767.98px) {
  .p-intro-detail__img {
    width: 80%;
    max-width: 260px;
    margin: 16px auto 0;
  }
}

.p-recommend {
  padding: min(10vw, 110px) 0;
}
@media screen and (max-width: 767.98px) {
  .p-recommend {
    padding: 0;
  }
}
.p-recommend-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: min(2.8vw, 32px) 0;
}
@media screen and (max-width: 767.98px) {
  .p-recommend-list {
    flex-flow: column;
    gap: 18px 0;
  }
}
.p-recommend-list::before {
  content: "";
  position: absolute;
  bottom: -4%;
  left: 50%;
  width: 31.6%;
  height: 50%;
  background: url(../images/ouchi-service/img_feature.png) center center/auto 100% no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 1120px) {
  .p-recommend-list::before {
    height: 44%;
    bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-recommend-list::before {
    content: none;
  }
}
.p-recommend-list__item {
  width: 31.6%;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #019A72;
  padding: min(1.8vw, 24px);
}
@media screen and (max-width: 767.98px) {
  .p-recommend-list__item {
    width: 100%;
    padding: 20px 24px;
  }
}
.p-recommend-list__ttl {
  font-size: min(1.8vw, 20px);
  color: #019A72;
  text-align: center;
  font-weight: 700;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 767.98px) {
  .p-recommend-list__ttl {
    font-size: 18px;
  }
}
.p-recommend-list__txt {
  font-size: min(1.4vw, 16px);
  line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
  .p-recommend-list__txt {
    font-size: 15px;
  }
}
.p-recommend-list__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-recommend-list__inner img {
  width: auto;
  height: min(6vw, 76px);
  margin-left: min(0.8vw, 10px);
}
@media screen and (max-width: 767.98px) {
  .p-recommend-list__inner img {
    height: 60px;
    margin-left: 20px;
  }
}

.p-service__inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .p-service__inner {
    width: 100%;
    padding: 0 8%;
  }
}
.p-service-list {
  display: flex;
  justify-content: space-between;
  gap: min(2.8vw, 32px) 0;
  flex-wrap: wrap;
  margin-top: min(4.6vw, 50px);
}
@media screen and (max-width: 767.98px) {
  .p-service-list {
    flex-flow: column;
    gap: 18px 0;
  }
}
.p-service-list__item {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 31.6%;
  border: 4px solid #019A72;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767.98px) {
  .p-service-list__item {
    width: 100%;
  }
}
.p-service-list__item.is-last {
  width: 100%;
}
.p-service-list__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(3vw, 32px);
  font-weight: 700;
  color: #019A72;
  line-height: 1;
  gap: 0 0.2em;
  margin: 0.6em 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-service-list__ttl {
    font-size: 28px;
  }
}
.is-last .p-service-list__ttl {
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .is-last .p-service-list__ttl {
    justify-content: center;
  }
}
.p-service-list__ttl img {
  width: 1em;
  height: auto;
}
.p-service-list__sub {
  font-size: min(1.6vw, 18px);
  color: #019A72;
  text-align: center;
  font-weight: 700;
  margin: 0.7em 0 0.3em;
}
@media screen and (max-width: 767.98px) {
  .p-service-list__sub {
    font-size: 18px;
  }
}
.is-last .p-service-list__sub {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .is-last .p-service-list__sub {
    text-align: center;
  }
}
.p-service-list__txt {
  font-size: min(1.3vw, 15px);
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .p-service-list__txt {
    font-size: 14px;
  }
}
.p-service-list__point {
  position: relative;
  background: #FFEDBE;
  text-align: center;
  font-weight: 700;
  color: #009C74;
  font-size: min(1.8vw, 20px);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0.8em 0;
}
.p-service-list__point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-service-list__point {
    font-size: 18px;
  }
}
.is-last .p-service-list__img {
  width: min(30vw, 320px);
  flex-shrink: 0;
  margin-right: min(2vw, 24px);
}
@media screen and (max-width: 767.98px) {
  .is-last .p-service-list__img {
    width: 100%;
    margin: 0;
  }
}
.p-service-list__inner {
  padding: min(3vw, 32px);
}
@media screen and (max-width: 767.98px) {
  .p-service-list__inner {
    padding: 20px;
  }
}
.is-last .p-service-list__inner {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .is-last .p-service-list__inner {
    display: block;
  }
}

.p-schedule {
  margin-top: min(7.4vw, 80px);
}
.p-schedule__inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: min(6.7vw, 70px) 0;
}
@media screen and (max-width: 767.98px) {
  .p-schedule__inner {
    width: 100%;
    padding: 24px 0 0;
  }
}
.p-schedule__txt {
  font-weight: 700;
  font-size: min(3.6vw, 40px);
  color: #019A72;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767.98px) {
  .p-schedule__txt {
    font-size: 20px;
  }
}
.p-schedule-head {
  padding: 0 30px;
}
.p-schedule-head__ttl {
  width: 295px;
  margin: 0 auto;
}
.p-schedule-head-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 0;
}
.p-schedule-head-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 24px) / 3);
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1;
  background: #F2F2F2;
  border: 2px solid #A6A5A5;
  color: #A6A5A5;
  padding: 10px 0;
}
.p-schedule-head-list__item.is-current {
  background: #019A72;
  border-color: #019A72;
  color: #fff;
}
.p-schedule-head-list__item span {
  font-size: 14px;
  font-weight: 500;
  align-self: flex-end;
}
.p-schedule-body {
  position: relative;
  background: #FFF2AC;
  padding: 32px 30px 38px;
  margin-top: 95px;
}
.p-schedule-body__ttl {
  position: absolute;
  top: -65px;
  left: 50%;
  width: 295px;
  transform: translateX(-50%);
}
.p-schedule-body-content__item {
  display: none;
}
.p-schedule-body-content__item.is-current {
  display: block;
}
.p-schedule-body-list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 12px 0;
}
.p-schedule-body-list__item {
  width: calc(50% - 6px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.p-schedule-body-list__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  background: #019A72;
  color: #fff;
  font-weight: 700;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.p-schedule-body-list__ttl.is-small {
  font-size: 14px;
}
.p-schedule-body-list__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  min-height: 60px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  padding: 10px 0;
}
.p-schedule-body-list__txt span {
  display: block;
  font-size: 12px;
}

.c-cta {
  background: url(../images/ouchi-service/bg_cta.png) center 0/100% auto no-repeat;
  padding: min(8vw, 90px) 0;
}
@media screen and (max-width: 767.98px) {
  .c-cta {
    position: relative;
    background: url(../images/ouchi-service/bg_cta.png) center 30px/100% auto no-repeat;
    padding: 40px 0 50px;
  }
  .c-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #FFDB3F;
  }
}
.c-cta__inner {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .c-cta__inner {
    width: 100%;
    padding: 0 30px;
  }
}
.c-cta__ttl {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .c-cta__ttl {
    display: block;
    width: 200px;
    margin: 0 auto 32px;
  }
}
.c-cta-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-cta-head__img {
  display: block;
  width: 30%;
}
@media screen and (max-width: 767.98px) {
  .c-cta-head__img {
    width: 100px;
  }
}
.c-cta-head__txt {
  width: 65%;
  line-height: 1.9;
  font-weight: 700;
  font-size: min(1.8vw, 20px);
}
@media screen and (max-width: 767.98px) {
  .c-cta-head__txt {
    width: calc(100% - 120px);
    font-size: 15px;
  }
}
.c-cta-btn {
  width: min(70vw, 757px);
  margin: min(2vw, 24px) auto 0;
}
@media screen and (max-width: 767.98px) {
  .c-cta-btn {
    width: 100%;
    max-width: 318px;
    margin: 10px auto 0;
  }
}
.c-cta-btn a {
  transition: 0.3s;
}
.c-cta-btn a:hover {
  opacity: 0.7;
}

.c-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #019A72;
  color: #fff;
  font-weight: 700;
  font-size: min(3.6vw, 40px);
  line-height: 1.2;
  padding: 0.8em 0;
}
@media screen and (max-width: 767.98px) {
  .c-heading {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
    padding: 18px 0;
  }
}
.c-heading img {
  width: auto;
  height: 1em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .c-heading img {
    display: block;
    width: 206px;
    margin: 2px auto 0.2em;
  }
}

.p-faq__inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: min(6.7vw, 70px) 0;
}
@media screen and (max-width: 767.98px) {
  .p-faq__inner {
    width: auto;
    padding: 0 8%;
  }
}
.p-faq-define {
  border: 2px solid #009C74;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .p-faq-define {
    margin-top: 24px;
  }
}
.p-faq-define + .p-faq-define {
  margin-top: min(2.6vw, 32px);
}
@media screen and (max-width: 767.98px) {
  .p-faq-define + .p-faq-define {
    margin-top: 18px;
  }
}
.p-faq-define__ttl {
  position: relative;
  padding: min(2.6vw, 32px);
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .p-faq-define__ttl {
    padding: 20px 60px 20px 20px;
  }
}
.p-faq-define__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: min(2.6vw, 32px);
  width: min(2.2vw, 24px);
  height: min(2.2vw, 24px);
  background: url(../images/ouchi-service/icn_faq_pls.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.is-open .p-faq-define__ttl::before {
  background: url(../images/ouchi-service/icn_faq_mns.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767.98px) {
  .p-faq-define__ttl::before {
    right: 20px;
    width: 24px;
    height: 24px;
  }
}
.p-faq-define__ttl .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1em;
}
.p-faq-define__ttl .inner p {
  font-size: min(1.8vw, 20px);
  color: #009C74;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-faq-define__ttl .inner p {
    font-size: 15px;
  }
}
.p-faq-define__ttl .inner img {
  width: min(3vw, 32px);
}
@media screen and (max-width: 767.98px) {
  .p-faq-define__ttl .inner img {
    width: 24px;
    height: auto;
  }
}
.p-faq-define__txt {
  display: none;
  padding: 0 min(2.6vw, 32px) min(2.6vw, 32px);
}
@media screen and (max-width: 767.98px) {
  .p-faq-define__txt {
    padding: 0 20px 20px;
  }
}
.p-faq-define__txt .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 1em;
}
.p-faq-define__txt .inner a {
  text-decoration: underline;
}
.p-faq-define__txt .inner a:hover {
  text-decoration: none;
}
.p-faq-define__txt .inner p {
  font-size: min(1.4vw, 16px);
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-faq-define__txt .inner p {
    font-size: 14px;
  }
}
.p-faq-define__txt .inner img {
  width: min(3vw, 32px);
}
@media screen and (max-width: 767.98px) {
  .p-faq-define__txt .inner img {
    width: 24px;
    height: auto;
  }
}

.p-form {
  margin-top: min(7.4vw, 80px);
}
@media screen and (max-width: 767.98px) {
  .p-form {
    margin-top: 45px;
  }
}
.p-form__inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: min(6.7vw, 70px) 0;
}
.p-form__txt {
  font-weight: 700;
  font-size: min(3.6vw, 40px);
  color: #019A72;
  text-align: center;
  margin: 0 0 1em;
}
.p-form__table {
  width: 96%;
  max-width: 700px;
  margin: 0 auto;
}
.p-form .username {
  display: flex;
}
.p-form .user-margin {
  margin-right: 10px;
}
.p-form #Name_Last,
.p-form #Name_First {
  width: 50%;
  max-width: 250px;
}
.p-form .contact_table .item {
  margin-bottom: 23px;
}
.p-form .contact_table .item .label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 0;
}
.p-form .contact_table .item .label .required {
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 1;
  color: #D02121;
  padding: 5px;
  border: solid 1px #D02121;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  flex-shrink: 0;
}
.p-form .contact_table .item .val .form-input {
  width: 100%;
}
.p-form .contact_table .item .val .prefectures_group,
.p-form .contact_table .item .val .postnumber_group {
  width: 257px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.p-form p.error {
  width: 100%;
  font-size: 14px;
  color: #cc0000;
}
.p-form .contact_table .item .val .prefectures_group {
  margin-top: 16px;
}
.p-form .contact_table .item .val .prefectures_group label {
  width: 5em;
  font-size: 16px;
  /* font-weight: 500; */
  /*margin-right: 11px;*/
  white-space: nowrap;
}
.p-form .contact_table .item .val .postnumber_group label {
  width: 2em;
  font-size: 16px;
  /* font-weight: 500; */
  /*margin-right: 11px;*/
  white-space: nowrap;
}
.p-form .contact_table .item .val .prefectures_group input {
  width: calc(100% - 5em);
}
.p-form .contact_table .item .val .postnumber_group input {
  width: calc(100% - 2em);
}
.p-form .contact_table .item .val .ref {
  font-size: 12px;
  margin-top: 8px;
}
.p-form .contact_table .item .val .address_group {
  margin-top: 16px;
}
.p-form .contact_table .item .val .address_group label {
  display: block;
  font-size: 16px;
  /* font-weight: 500; */
  margin-bottom: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-form .contact_table .item {
    margin-bottom: 12px;
  }
}
.p-form .contact_table .radio_item {
  /*margin-bottom: 8px;*/
}
.p-form .contact_table .radio_item .label {
  padding-bottom: 13px;
}
.p-form .contact_table .radio_item .val {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 30px;
  flex-flow: wrap;
}
.p-form .contact_table .radio_item .val .ref {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-form .contact_table .radio_item .val {
    gap: 0 10px;
  }
}
.p-form .contact_table .radio_item .val .val_store {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p-form .contact_table .radio_item .val .val_store {
    width: 200px;
  }
}
.p-form .contact_table .confirm_panel {
  padding: 40px 33px;
  background-color: #F9F9F9;
}
.p-form .contact_table .confirm_panel a {
  text-decoration: underline;
}
.p-form .contact_table .confirm_panel a:hover {
  text-decoration: none;
}
.p-form .contact_table .confirm_panel .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.p-form .contact_table .confirm_panel .title .icon {
  margin-right: 10px;
}
.p-form .contact_table .confirm_panel .desc {
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 1.75;
/*  margin-bottom: 57px;*/
}
@media screen and (max-width: 768px) {
  .p-form .contact_table .confirm_panel {
    padding: 25px 20px;
  }
  .p-form .contact_table .confirm_panel .title {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .p-form .contact_table .confirm_panel .title .icon {
    width: 24px;
  }
  .p-form .contact_table .confirm_panel .desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.p-form .contact_table .policy_panel {
  padding: 24px 32px;
  background-color: #fff;
  margin-bottom: 20px;
}
.p-form .contact_table .policy_panel .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-form .contact_table .policy_panel .desc {
  display: block;
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-form .contact_table .policy_panel {
    padding: 14px 16px;
  }
  .p-form .contact_table .policy_panel .title {
    margin-bottom: 10px;
  }
  .p-form .contact_table .policy_panel .desc {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.p-form .contact_table .aggree_panel {
  background-color: #E9E9E9;
  padding: 16px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.p-form .contact_table .aggree_panel .form-checkbox label {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-form .contact_table .aggree_panel {
    padding: 8px 13px;
  }
}
.p-form .contact_table .confirm_btn {
  width: 248px;
  height: 63px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D02121;
  border: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.p-form .contact_table .confirm_btn:hover {
  opacity: 0.7;
}
.p-form .form-label,
.p-form .form-switch,
.p-form .form-slider {
  color: #000;
  /* font-weight: 500; */
}
.p-form .form-label {
  font-size: 16px;
  line-height: normal;
}
.p-form .form-input,
.p-form .form-select,
.p-form .form-checkbox input,
.p-form .form-radio input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #F9F9F9;
  border-width: 1px;
  border-style: solid;
  border-color: #D3D3D3;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-form .form-input:hover,
.p-form .form-select:hover,
.p-form .form-checkbox input:hover,
.p-form .form-radio input:hover {
  border-color: #a5a5a5;
}
.p-form .form-input:active,
.p-form .form-input:focus,
.p-form .form-select:active,
.p-form .form-select:focus,
.p-form .form-checkbox input:active,
.p-form .form-checkbox input:focus,
.p-form .form-radio input:active,
.p-form .form-radio input:focus {
  outline: none;
  border-color: #a5a5a5;
}
.p-form .form-input[disabled],
.p-form .form-select[disabled],
.p-form .form-checkbox input[disabled],
.p-form .form-radio input[disabled] {
  cursor: not-allowed;
  background-color: #f3f5f8;
  border-color: #f3f5f8;
}
.p-form .form-input.form-error,
.p-form .form-select.form-error,
.p-form .form-checkbox input.form-error,
.p-form .form-radio input.form-error {
  border-color: #ff6157;
}
.p-form .form-input.form-warning,
.p-form .form-select.form-warning,
.p-form .form-checkbox input.form-warning,
.p-form .form-radio input.form-warning {
  border-color: #ffb471;
}
.p-form .form-input.form-success,
.p-form .form-select.form-success,
.p-form .form-checkbox input.form-success,
.p-form .form-radio input.form-success {
  border-color: #2bbf96;
}
.p-form .form-input,
.p-form .form-select {
  display: block;
  font-size: 16px;
  padding: 11px 7px;
  line-height: 1.4;
  box-shadow: none;
  max-width: 100%;
}
.p-form .form-input::-webkit-input-placeholder {
  color: #95a4b4;
}
.p-form .form-input::-moz-placeholder {
  color: #95a4b4;
}
.p-form .form-input:-ms-input-placeholder {
  color: #95a4b4;
}
.p-form .form-input::-ms-input-placeholder {
  color: #95a4b4;
}
.p-form .form-input::placeholder {
  color: #95a4b4;
}
.p-form .form-input::-ms-input-placeholder {
  color: #95a4b4;
}
.p-form textarea.form-input {
  height: 240px;
  resize: vertical;
}
@media screen and (max-width: 767.98px) {
  .p-form textarea.form-input {
    height: 240px;
  }
}
.p-form .form-select {
  width: auto;
  padding-right: 46px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2011.4L2.6%206%204%204.6l4%204%204-4L13.4%206%208%2011.4z%22%20fill%3D%22%23627183%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.p-form .form-select-sm {
  padding-right: 38px;
  background-position: right 11px center;
}
.p-form .form-select-sm,
.p-form .form-input-sm {
  padding: 5px 11px;
  height: 36px;
}
.p-form .has-icon-left,
.p-form .has-icon-right {
  position: relative;
}
.p-form .has-icon-left svg,
.p-form .has-icon-right svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-form .has-icon-left .form-input {
  padding-left: 46px;
}
.p-form .has-icon-left .form-input + svg {
  left: 15px;
}
.p-form .has-icon-left .form-input-sm {
  padding-left: 38px;
}
.p-form .has-icon-left .form-input-sm + svg {
  left: 11px;
}
.p-form .has-icon-right .form-input {
  padding-right: 46px;
}
.p-form .has-icon-right .form-input + svg {
  right: 15px;
}
.p-form .has-icon-right .form-input-sm {
  padding-right: 38px;
}
.p-form .has-icon-right .form-input-sm + svg {
  right: 11px;
}
.p-form .form-checkbox,
.p-form .form-radio,
.p-form .form-switch {
  cursor: pointer;
}
.p-form .form-checkbox,
.p-form .form-radio,
.p-form .form-switch,
.p-form .form-slider {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}
.p-form .form-checkbox,
.p-form .form-radio {
  position: relative;
  padding-left: 32px;
}
.p-form .form-checkbox input,
.p-form .form-radio input {
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  cursor: pointer;
  margin-top: 0;
}
.p-form .form-checkbox input:checked,
.p-form .form-radio input:checked {
  background-color: #000 !important;
  border-color: #000 !important;
  background-position: 50%;
}
.p-form .form-checkbox input {
  border-radius: 2px;
}
.p-form .form-checkbox input:checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0xMS40IDVMMTAgMy42bC00IDQtMi0yTDIuNiA3IDYgMTAuNHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}
.p-form .form-radio input {
  border-radius: 50%;
}
.p-form .form-radio input:checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iNyIgY3k9IjciIHI9IjMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}
.p-form .form-switch {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-form .form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.p-form .form-switch .form-switch-icon {
  display: block;
  position: relative;
  min-width: 60px;
  width: 60px;
  height: 32px;
  border-radius: 16px;
  background: #95a4b4;
}
.p-form .form-switch .form-switch-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.p-form .form-switch input:checked + .form-switch-icon {
  background: #000;
}
.p-form .form-switch input:checked + .form-switch-icon::before {
  left: 30px;
}
.p-form .form-switch > span:not(.form-switch-icon) {
  -webkit-box-ordinal-group: 0;
  order: -1;
  margin-right: 12px;
}
.p-form .form-switch > span:not(.form-switch-icon):last-child {
  -webkit-box-ordinal-group: initial;
  order: initial;
  margin-left: 12px;
  margin-right: 0;
}
.p-form .form-radio2 {
  position: relative;
  /*display: inline-block;
  margin-right: 30px;*/
}
.p-form .form-radio2:last-child {
  margin-right: 0;
}
.p-form .form-radio2 input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-form .form-radio2 label {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  font-size: 16px;
  /* font-weight: 500; */
  user-select: none;
}
@media screen and (max-width: 768px) {
  .p-form .form-radio2 label {
    padding-left: 24px;
  }
}
.p-form .form-radio2 label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #D3D3D3;
  border-radius: 50%;
  background-color: white;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  transform: translateY(-50%);
}
.p-form .form-radio2 input[type=radio]:checked + label::before {
  background-color: #fff;
  border-color: #D3D3D3;
}
.p-form .form-radio2 label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  transition: background-color 0.3s ease;
  opacity: 0;
  transform: translateY(-50%);
}
.p-form .form-radio2 input[type=radio]:checked + label::after {
  opacity: 1;
  background-color: #000;
}

.l-footer {
  background: #E6F5F1;
  padding: 30px 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding: 30px 8%;
  }
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    flex-flow: column;
    width: auto;
    gap: 10px 0;
  }
}
.l-footer-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1em;
}
@media screen and (max-width: 767.98px) {
  .l-footer-logo {
    flex-flow: column;
    width: auto;
  }
}
.l-footer-logo__img {
  width: min(17vw, 200px);
}
@media screen and (max-width: 767.98px) {
  .l-footer-logo__img {
    width: 50%;
  }
}
.l-footer-logo__img.ap {
  width: min(14vw, 160px);
}
@media screen and (max-width: 767.98px) {
  .l-footer-logo__img.ap {
    width: 40%;
    margin: 20px 0 0;
  }
}
.l-footer-logo__img.pr {
  width: min(11vw, 128px);
}
@media screen and (max-width: 767.98px) {
  .l-footer-logo__img.pr {
    width: 30%;
    margin: 20px 0 0;
  }
}
.l-footer-logo__img img {
  width: 100%;
  height: auto;
}
.l-footer-logo__txt {
  font-size: min(1vw, 12px);
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .l-footer-logo__txt {
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    margin: 10px 0 0;
  }
}
.l-footer-right {
  margin: 20px 0 0;
}
.l-footer-right__txt {
  text-align: right;
  font-size: min(1vw, 12px);
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .l-footer-right__txt {
    text-align: center;
    font-size: 10px;
  }
  .l-footer-right__txt + .l-footer-right__txt {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767.98px) {
  .is-fixed {
    overflow: hidden;
  }
}

.p-end {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-end {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 120px 0 70px;
  }
}
.p-end__ttl {
  text-align: center;
  font-size: min(3.6vw, 40px);
  color: #019A72;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-end__ttl {
    font-size: 20px;
  }
}
.p-end__txt {
  font-weight: 500;
  line-height: 2;
  text-align: center;
  font-size: min(1.4vw, 16px);
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .p-end__txt {
    font-size: 14px;
    margin-top: 20px;
  }
}

.l-header {
  position: relative;
}
.l-header.thanks::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgb(208, 217, 216) 1%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767.98px) {
  .l-header.thanks::before {
    content: none;
  }
}

.c-pagetop {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 59px;
  transition: 0.3s;
  z-index: 100;
}
.c-pagetop.is-show {
  pointer-events: all;
  opacity: 1;
}