@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #1A1311;
  line-height: 1;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    component(768)
    =========================*/
  body, html {
    overflow-x: hidden;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 160px;
}
.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper {
  max-width: 1090px;
  margin: 0 auto;
}
.l-wrapper2 {
  max-width: 1000px;
  margin: 0 auto;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
    layout(1199)
    =========================*/
  .l-wrapper, .l-wrapper2 {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
    layout(992)
    =========================*/
  .l-main {
    padding-bottom: 80px;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
.c-title {
  font-weight: 700;
  font-style: italic;
  font-size: 2.375rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 60px;
}
.c-title span {
  font-size: 25rem;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  display: block;
  margin-top: 14px;
}
.c-title.-left {
  text-align: left;
}
.c-link {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 1.6px;
  color: #fff;
  background: #C30D23;
  display: block;
  text-align: center;
  max-width: 300px;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
}
.c-link:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 5%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.c-link.white {
  background: #fff;
  color: #FF9933;
}
.c-link.white:after {
  border-top: solid 2px #FF9933;
  border-right: solid 2px #FF9933;
}
.c-pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 70px;
  border: solid 1px #fff;
  border-radius: 50%;
}
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger {
  position: fixed;
  top: 18px;
  right: 5%;
  z-index: 50;
  width: 30px;
  height: 30px;
  margin: auto;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -8px;
}
.c-hamburger__line:after {
  top: 8px;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
  background-color: #000;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    component(768)
    =========================*/
  .c-pageTop {
    right: 15px;
    bottom: 15px;
    width: 50px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer {
  background: #FF9933;
  padding: 30px 0;
}
.p-footer .p-footer__policy {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.p-footer small {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(767)
    =========================*/
  .p-footer {
    padding: 25px 0;
  }
}
/*
  header
————————————————————————————————————————— */
.p-header {
  background: #FF9933;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 5%;
  z-index: 10;
}
.p-header .p-header__logo img {
  height: 28px;
  object-fit: contain;
}
.p-header .p-header__list {
  display: flex;
  align-items: center;
}
.p-header .p-header__item {
  margin-right: 30px;
}
.p-header .p-header__item:last-child {
  margin: 0;
}
.p-header .p-header__item a {
  font-weight: 700;
  font-size: 1rem;
  color: #1A1311;
  display: block;
}
.p-header .p-header__item.-contact {
  height: 50px;
  width: 180px;
  background: #C30D23;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
.p-header .p-header__item.-contact a {
  color: #fff;
}
#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  trasition: all 0.3s;
  padding: 80px 10% 58px;
}
#p-globalMenuSp.is-active {
  z-index: 10;
  opacity: 1;
}
#p-globalMenuSp .p-header__logo {
  width: 145px;
  margin: 0 0 44px;
}
#p-globalMenuSp .p-header__list {
  margin: 0 0 40px;
}
#p-globalMenuSp .p-header__item {
  margin: 0 0 24px;
}
#p-globalMenuSp .p-header__item:last-child {
  margin: 0;
}
#p-globalMenuSp .p-header__item a {
  font-size: 1.125rem;
  color: #1A1311;
  display: block;
  position: relative;
}
#p-globalMenuSp .p-header__item a:after {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow.svg) no-repeat;
  background-size: contain;
  width: 34px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
    project(992)
    =========================*/
}
/*
  top
————————————————————————————————————————— */
.p-top__about {
  background: #FF9933;
  padding-top: 70px;
  margin-top: -4px;
  position: relative;
}
.p-top__about h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.7;
  text-align: center;
  color: #C30D23;
  margin-bottom: 60px;
}
.p-top__about ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
}
.p-top__about ul li {
  font-size: 2.125rem;
  color: #fff;
  line-height: 1.6;
  position: relative;
  padding-left: 52px;
}
.p-top__about ul li:before {
  content: "";
  display: inline-block;
  background: url(../img/common/check.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-top__about figure {
  max-width: 400px;
  margin-inline: auto;
}
.p-top__service {
  background: #FFE8D2;
  padding-top: 70px;
}
.p-top__service h2 {
  margin-bottom: 50px;
}
.p-top__service .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.p-top__service .box {
  width: calc(50% - 15px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-top__service .box h3 {
  font-weight: 500;
  font-size: 1.6875rem;
  text-align: center;
  background: #FF9933;
  padding: 17px 0;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
.p-top__service .box:last-child {
  width: 100%;
}
.p-top__service .box .text {
  border: solid 2px #FF9933;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 15px 15px;
  flex: 1;
}
.p-top__service ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  list-style-type: disc;
  padding-left: 25px;
}
.p-top__service ul li {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #FF9933;
}
.p-top__service .service_footer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 40px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.p-top__service .service_footer figure {
  max-width: 410px;
}
.p-top__service .service_footer .text {
  max-width: 480px;
  margin-bottom: 60px;
}
.p-top__service .service_footer .text p {
  background: #C30D23;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.5;
  color: #fff;
  padding: 25px 30px;
  border-radius: 15px;
  margin-bottom: 12px;
}
.p-top__service .service_footer .text h4 {
  font-weight: 700;
  font-size: 2.25rem;
  text-align: center;
  color: #FF9933;
}
.p-top__service .service_footer .text h4 span {
  font-size: 3.25rem;
}
.p-top__service .service_footer .text h4 span.red {
  color: #BC1B24;
}
.p-top__notes {
  padding-top: 33px;
}
.p-top__notes p {
  font-size: 0.75rem;
  color: #FF9933;
  line-height: 1.5;
}
.p-top__notes h2 {
  font-weight: 700;
  font-size: 2.125rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 40px;
}
.p-top__flow {
  padding-top: 100px;
}
.p-top__flow h2 {
  font-weight: 700;
  font-size: 3.125rem;
  text-align: center;
  color: #FF9933;
  margin-bottom: 45px;
}
.p-top__flow ul {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
.p-top__flow ul li {
  border: solid 2px #FF9933;
  border-radius: 15px;
  padding-bottom: 25px;
  position: relative;
}
.p-top__flow ul li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-top: 48px solid #FF9933;
  border-bottom: 0;
  position: absolute;
  bottom: -74px;
  left: 50%;
  transform: translateX(-50%);
}
.p-top__flow ul li:last-child::after {
  display: none;
}
.p-top__flow ul h3 {
  font-weight: 500;
  font-size: 1.625rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: #FF9933;
  padding: 22px 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 25px;
}
.p-top__flow ul h3 span {
  font-weight: 700;
  font-size: 1.875rem;
  color: #FF9933;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  line-height: 52px;
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.p-top__flow ul p {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #FF9933;
  width: 90%;
  margin-inline: auto;
}
.p-top__flow ul p span {
  font-size: 1.125rem;
  display: block;
  margin-top: 12px;
}
.p-top__flow .p-flow__cta {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 100px;
  border: solid 4px #BC1B24;
  padding: 20px 30px;
  text-align: center;
  position: relative;
}
.p-top__flow .p-flow__cta::after {
  content: "";
  display: inline-block;
  background: #BC1B24;
  height: calc(tan(60deg) * 40px / 2);
  width: 100%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
}
.p-top__flow .p-flow__cta::before {
  content: "";
  display: inline-block;
  background: #fff;
  height: calc(tan(60deg) * 40px / 2);
  width: 100%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.p-top__flow .p-flow__cta p {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.6;
  color: #BC1B24;
}
.p-top__flow .p-flow__cta p span {
  font-size: 1.625rem;
  display: block;
  margin-top: 8px;
}
.p-top__contact {
  padding-top: 120px;
}
.p-top__contact .p-contact__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}
.p-top__contact .p-contact__body {
  margin-top: 42px;
}
.p-top__contact h2 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
}
.p-top__contact .p-contact__tel {
  color: #1A1311;
  display: block;
  max-width: 450px;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-top__contact .p-contact__tel:before {
  content: "";
  display: inline-block;
  background: url(../img/common/tel-icon.svg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.p-top__contact .p-contact__tel span:nth-child(1) {
  font-size: 1rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
}
.p-top__contact .p-contact__tel span:nth-child(2) {
  font-weight: 700;
  font-size: 2.375rem;
  letter-spacing: 1.6px;
  display: block;
}
.p-top__contact .p-contact__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 60px;
}
.p-top__contact .p-contact__table th {
  font-size: 1rem;
  letter-spacing: 1.4px;
  width: 100%;
  display: block;
  padding: 25px 0 10px;
  vertical-align: top;
}
.p-top__contact .p-contact__table th span {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  padding: 2px 4px;
  color: #FF9933;
  border: solid 1px #FF9933;
}
.p-top__contact .p-contact__table td {
  font-size: 1rem;
  width: 100%;
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px dashed #A2A2A2;
}
.p-top__contact .p-contact__table td p {
  margin-bottom: 10px;
}
.p-top__contact .form_style01 {
  font-size: 1rem;
  width: 100%;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #F4F4F4;
}
.p-top__contact .form_style02 {
  font-size: 1rem;
  width: 115px;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #F4F4F4;
  resize: none;
}
.p-top__contact .form_style03 {
  font-size: 1rem;
  width: 100%;
  height: 220px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #F4F4F4;
  resize: none;
}
.p-top__contact input[type=submit] {
  width: 100%;
  background: #C30D23;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
.p-top__contact .wpcf7-spinner {
  display: none;
}
.p-top__contact .wpcf7-acceptance {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(768)
        =========================*/
  .p-top__about {
    padding-top: 60px;
  }
  .p-top__about h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .p-top__about h2 br {
    display: none;
  }
  .p-top__about ul {
    row-gap: 20px;
    margin-bottom: 64px;
  }
  .p-top__about ul li {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-left: 40px;
  }
  .p-top__about ul li:before {
    width: 34px;
    height: 30px;
  }
  .p-top__service {
    padding-top: 60px;
  }
  .p-top__service h2 {
    margin-bottom: 40px;
  }
  .p-top__service .flex {
    flex-direction: column;
  }
  .p-top__service .box {
    width: calc(100%);
  }
  .p-top__service .box h3 {
    font-size: 1.5rem;
    padding: 15px 0;
  }
  .p-top__service ul li {
    font-size: 1.125rem;
  }
  .p-top__service .service_footer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
    flex-wrap: wrap;
  }
  .p-top__service .service_footer figure {
    max-width: 90%;
    margin-inline: auto;
  }
  .p-top__service .service_footer .text {
    max-width: 90%;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .p-top__service .service_footer .text p {
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 25px;
  }
  .p-top__service .service_footer .text p br {
    display: none;
  }
  .p-top__notes {
    padding-top: 20px;
  }
  .p-top__notes h2 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-top__notes h2 br {
    display: none;
  }
  .p-top__flow {
    padding-top: 80px;
  }
  .p-top__flow h2 {
    font-size: 2rem;
  }
  .p-top__flow ul {
    row-gap: 70px;
  }
  .p-top__flow ul li::after {
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 36px solid #FF9933;
    bottom: -55px;
  }
  .p-top__flow ul h3 {
    font-size: 1.25rem;
    padding: 18px 0;
    margin-bottom: 20px;
  }
  .p-top__flow ul h3 span {
    font-size: 1.5rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
    left: 10px;
  }
  .p-top__flow ul p {
    font-size: 1.125rem;
  }
  .p-top__flow ul p span {
    font-size: 0.875rem;
  }
  .p-top__flow .p-flow__cta {
    margin-top: 60px;
    padding: 20px;
  }
  .p-top__flow .p-flow__cta p {
    font-size: 1.625rem;
  }
  .p-top__flow .p-flow__cta p span {
    font-size: 1.25rem;
  }
  .p-top__contact {
    padding-top: 80px;
  }
  .p-top__contact .p-contact__text {
    font-size: 0.875rem;
  }
  .p-top__contact h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .p-top__contact .p-contact__tel {
    padding: 26px 0;
    margin-bottom: 60px;
  }
  .p-top__contact .p-contact__tel:before {
    width: 25px;
    height: 36px;
    left: 15px;
  }
  .p-top__contact .p-contact__tel span:nth-child(1) {
    font-size: 0.875rem;
  }
  .p-top__contact .p-contact__tel span:nth-child(2) {
    font-size: 1.875rem;
    letter-spacing: 0;
  }
  .p-top__contact .p-contact__table td {
    padding-bottom: 15px;
  }
  .p-top__contact input[type=submit] {
    width: 100%;
    max-width: 300px;
  }
  .p-top__contact .wpcf7-list-item-label {
    line-height: 1.5;
  }
}
/*
  policy
————————————————————————————————————————— */
.p-policy__top {
  padding-top: 120px;
}
.p-policy__top h2 {
  margin-bottom: 42px;
}
.p-policy__top .p-privacy__box {
  margin: 0 0 40px;
}
.p-policy__top .p-privacy__box-text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 40px;
}
.p-policy__top .p-privacy__box-text a {
  color: #FF9933;
}
.p-policy__top .p-privacy__box-text2 {
  font-size: 1.5rem;
  margin-bottom: 24px;
  line-height: 1.75;
  color: #FF9933;
  position: relative;
  border-left: 8px solid #FF9933;
  padding-left: 0.666em;
}
.p-policy__top .p-privacy__box-text3 {
  font-size: 1rem;
  line-height: 1.88;
  padding-left: 1em;
  text-indent: -1em;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(767)
    =========================*/
  .p-policy__top {
    padding-top: 80px;
  }
  .p-policy__top .p-privacy__box-text {
    font-size: 0.875rem;
    margin: 0 0 20px;
  }
  .p-policy__top .p-privacy__box-text2 {
    font-size: 1.125rem;
    margin-bottom: 20px;
    line-height: 1.45;
    border-left: 4px solid #FF9933;
    padding-left: 0.366em;
  }
  .p-policy__top .p-privacy__box-text3 {
    font-size: 0.875rem;
  }
}
/*
  utillity
————————————————————————————————————————— */
.grecaptcha-badge {
  visibility: hidden;
}
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.u-sp-none992 {
  display: none;
}
.u-sp-none768 {
  display: none;
}
.u-sp-none576 {
  display: none;
}
.u-m-auto {
  margin: 0 auto;
}
.u-display-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.u-fade {
  opacity: 0;
  transition: all 1s ease;
}
.u-fade.is-active {
  opacity: 1;
  transform: none;
}
.u-fade-up {
  transform: translate(0, 50px);
}
.u-fade-lr {
  transform: translate(-100px, 0);
}
.u-fade-rl {
  transform: translate(100px, 0);
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
    utility(992)
    =========================*/
  .u-sp-none992 {
    display: block;
  }
  .u-pc-none992 {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
    utility(768)
    =========================*/
  .u-sp-none768 {
    display: block;
  }
  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
    utility(576)
    =========================*/
  .u-sp-none576 {
    display: block;
  }
  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
}
