@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  font: inherit;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.3;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  font-size: 16px;
  overflow: auto;
}

body {
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a [href^="tel:"] {
  pointer-events: none;
}

.dib {
  display: inline-block;
}

.center {
  text-align: center;
}

.sm {
  display: none;
}

.sp {
  display: none;
}

.sp-table {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

.c-logo__link {
  display: block;
  height: 60px;
  max-width: 140px;
}
.c-logo__link img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-btn {
  margin-top: 40px;
}
.c-btn--center {
  text-align: center;
}
.c-btn--right {
  text-align: right;
}

.c-btn__link {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  background-color: #A64141;
  border: solid 1px #A64141;
}

.c-title-1,
.c-title-2,
.c-title-3 {
  font-weight: 600;
}

.c-title-1 {
  font-size: 2rem;
}

.c-title-2 {
  font-size: 1.625rem;
}

.c-title-3 {
  font-size: 1.375rem;
}

.c-link {
  color: #A64141;
  text-decoration: underline;
}

.l-header__hamburger {
  display: none;
}

.c-hamburger {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.c-hamburger::after {
  content: "MENU";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}

.c-hamburger.is-active::after {
  content: "CLOSE";
}
.c-hamburger span:nth-of-type(1) {
  top: 2px;
}
.c-hamburger span:nth-of-type(2) {
  top: calc(25% + 2px);
}
.c-hamburger span:nth-of-type(3) {
  top: calc(50% + 2px);
}

.c-hamburger.is-active span:nth-child(1) {
  top: calc(25% + 2px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-child(3) {
  top: calc(25% + 2px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

table.price1 {
  border-collapse: collapse;
  margin: 20px auto 0;
}

table.pc {
  display: table;
}

table.price1 th {
  border: 1px solid #666;
  border-collapse: collapse;
  padding: 10px;
  background-color: #A6A6A6;
  color: #fff;
}

table.price1 .bc_r {
  background-color: #274576;
  color: #fff;
}

table.price1 .bc_b {
  background-color: #A64141;
  color: #fff;
}

table.price1 td {
  border: 1px solid #666;
  padding: 10px 20px;
  border-collapse: collapse;
  background-color: #EEEEEE;
  line-height: 1em;
}

table.price1 .bc_r_s {
  background-color: #F7E0E0;
}

table.price1 .bc_b_s {
  background-color: #D7E8F7;
}

#price b {
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, Helvetica, "sans-serif";
}

table.smp {
  display: none;
}

.c-check-list__item {
  padding-left: 2em;
  position: relative;
  font-size: 1.5rem;
}
.c-check-list__item::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  display: inline-block;
  background-image: url(../img/svg/check.svg);
  background-size: 25px auto;
  width: 25px;
  height: 30px;
  color: #000;
  background-repeat: no-repeat;
  background-position: top left;
}

.c-flex-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-flex-1__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
.c-flex-1__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.c-flex-1:not(.c-flex-1--reverse) .c-flex-1__textarea {
  margin-left: 20px;
}
.c-flex-1--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-flex-1--reverse .c-flex-1__textarea {
  margin-right: 20px;
}

.c-flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-flex-2__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.c-flex-2__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-left: 20px;
}

.c-form {
  max-width: 600px;
  margin: 0 auto 60px;
}

.c-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 20px;
}

.c-form__label,
.c-form__input {
  padding: 10px;
}

.c-form__label {
  width: 90%;
}

.c-form__input {
  width: 90%;
  font-size: 16px;
  border: solid 1px #333;
  border-radius: 4px;
}

.c-form__input:focus-visible {
  outline: #A64141 auto 1px;
}

.c-form__required {
  color: #fff;
  background-color: #A64141;
  border-radius: 4px;
  padding: 5px 5px;
  margin: 0 0 0 18px;
}

textarea.c-form__input {
  height: 160px;
}

.c-form__submit {
  text-align: center;
  margin-top: 45px;
}

.c-form__submit button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #A64141;
  border: solid 1px #A64141;
  border-radius: 4px;
  padding: 5px 32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.c-form__submit button:hover {
  color: #A64141;
  background-color: transparent;
}
.bg-trigger {
  opacity: 0;
}

/*背景色が伸びて出現 共通*/
.bg-extend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

.bg-extend--slow {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bg-appear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.bg-appear--slow {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bg-LR-extend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-LR-extend--slow::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*------------------------------------------------------------------------------
animation
------------------------------------------------------------------------------*/
@-webkit-keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anm {
  opacity: 0;
}
.anm.is-animated {
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
}

.anm-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.anm-up.is-animated {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s forwards;
}

.anm-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.anm-left.is-animated {
  -webkit-animation: fadeInLeft 1.5s forwards;
          animation: fadeInLeft 1.5s forwards;
}

.anm-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.anm-right.is-animated {
  -webkit-animation: fadeInRight 1.5s forwards;
          animation: fadeInRight 1.5s forwards;
}

.anm-list > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 1.5s forwards;
          animation: fadeInUp 1.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-header {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
}

.l-header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.l-header__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__main-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.l-header__sub-title {
  font-size: 0.9375rem;
}

.l-header__cta {
  width: 100%;
  max-width: 300px;
}

.l-header__nav {
  padding-top: 10px;
}

.l-header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.l-header__item {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  border-left: rgba(85, 85, 85, 0.265) 1px solid;
  position: relative;
}
.l-header__item:last-child {
  border-right: rgba(85, 85, 85, 0.265) 1px solid;
}

.l-header__link {
  display: block;
  padding: 5px;
}

.l-footer {
  position: relative;
  background-color: #612525;
  padding: 60px 0 100px;
}

.l-footer__inner {
  margin: 0 auto;
  padding: 0 40px;
}

.l-footer__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.l-footer__item {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 0.875rem;
  text-align: center;
  border-left: #fff 1px solid;
  position: relative;
}
.l-footer__item:last-child {
  border-right: #fff 1px solid;
}

.l-footer__link {
  display: block;
  padding: 5px;
  color: #fff;
}

.l-footer__copyright {
  display: block;
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}

.l-footer__page-top {
  border: 2px solid #A64141;
  background-color: #fff;
  border-radius: 50%;
  bottom: 40px;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 40px;
  -webkit-transition: ease all 0.4s;
  transition: ease all 0.4s;
  visibility: hidden;
  width: 50px;
  z-index: 100;
}
.l-footer__page-top .c-page-top {
  display: block;
  height: 100%;
  position: relative;
}
.l-footer__page-top .c-page-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #A64141;
  border-left: 2px solid #A64141;
}

.l-footer__page-top.is-active {
  opacity: 1;
  visibility: visible;
}

.FooterCta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.FooterCta_item {
  padding: 10px 0;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.FooterCta_item.-apply {
  background-color: #5fce45;
}

.FooterCta_item.-voice {
  background-color: #A64141;
}

.FooterCta_item.-line {
  background-color: #ce9945;
}

.FooterCta_logo {
  display: block;
  width: 40px;
  margin-right: 10px;
}

.FooterCta_link {
  color: #fff;
  display: block;
}

.l-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-inner:not(.l-inner--wide) {
  max-width: 800px;
}
.l-inner--wide {
  max-width: 1200px;
}

.red {
  color: #C30000;
}

.strong {
  color: #C30000;
  font-size: 120%;
  font-weight: 700;
}

.bold {
  font-weight: bold;
}

.c-cta-tel {
  margin-top: 20px;
}

.c-cta-tel__text {
  font-size: 2vw;
  font-weight: 500;
}

.c-cta-tel__link {
  display: block;
  width: 33vw;
  margin: 0 auto;
}

.c-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-hero {
  position: relative;
}

.p-hero__inner {
  max-width: 800px;
  margin: 0 auto;
}

.p-lead {
  background: url(../img/lead_bg2.png) no-repeat center center/cover;
  padding-bottom: 80px;
}

.p-lead__items {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.p-merit__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.p-merit__item {
  border: 4px solid #C30000;
  border-radius: 12px;
  padding: 10px;
}

.p-merit__img {
  max-width: 120px;
  margin: 0 auto;
}

.p-merit__text {
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}

.p-work__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-work__contents + .p-work__contents {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 2px dashed #efefef;
}

.p-work__q {
  margin-top: 20px;
}

.p-work__a {
  margin-top: 20px;
}

.p-work__q-title,
.p-work__a-title {
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 160px;
  padding: 2px 10px;
  border-radius: 6px;
  margin-bottom: 5px;
}

.p-work__q-title {
  background-color: #274576;
}

.p-work__a-title {
  background-color: #A64141;
}

.p-about .p-section__text {
  font-weight: bold;
}

.p-trouble .c-check-list {
  background-color: #fff;
  padding: 20px;
}

.p-trouble__img {
  max-width: 200px;
  margin: 60px auto;
}

.p-solution__point {
  margin-top: 40px;
}

.p-solution__contents {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-reason__contents {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-reason__contents + .p-reason__contents {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 2px dashed #efefef;
}
.p-reason__contents .c-title-2 {
  margin-bottom: 10px;
  color: #A64141;
}

.p-profile__contents {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-profile__contents .c-title-2 {
  color: #fff;
  background-color: #A64141;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.p-profile__sub {
  margin-top: 40px;
}

.p-know__label {
  display: inline-block;
  margin-bottom: 10px;
}

.p-know__head {
  margin-bottom: 20px !important;
  padding-bottom: 60px;
  position: relative;
}
.p-know__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background-color: #A64141;
}

.p-know__caution {
  margin-top: 20px;
  background-color: #efefef;
  padding: 20px 10px;
}

.p-plan .c-title-2 {
  color: #fff;
  background-color: #A64141;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.p-plan__contents + .p-plan__contents {
  margin-top: 40px;
}

.p-plan__text {
  margin-top: 1em;
  font-size: 1.25rem;
}

.p-plan__caution {
  border: #C30000 solid 3px;
  padding: 20px;
  background-color: #fff;
}
.p-plan__caution h3 {
  color: #fff;
  background-color: #C30000;
  padding: 5px 20px;
  margin: 5px 0;
  font-size: 16px;
}

.p-faq .c-title-2 {
  color: #A64141;
  border-bottom: 2px solid #A64141;
}

.p-faq__contents + .p-faq__contents {
  margin-top: 40px;
}

.p-faq__textarea {
  margin-top: 1em;
  background-color: #fff;
  padding: 1em 2em;
}

.p-faq__q-title {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 600;
}
.p-faq__q-title::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: -1.2em;
  color: #274576;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
}

.p-faq__a {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px dashed #efefef;
}

.p-faq__a-title {
  position: relative;
}
.p-faq__a-title::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: -1.2em;
  color: #A64141;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
}

.p-closed__textarea {
  margin-top: 20px;
}

.p-info__img {
  margin: 20px auto 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.p-info__map {
  margin-top: 20px;
  aspect-ratio: 16/9;
}
.p-info__map iframe {
  width: 100%;
  height: 100%;
}

.p-section {
  padding: 80px 0;
}
.p-section--bg {
  background: url(../img/lead_bg2.png) no-repeat center center/cover;
}

.p-section__head {
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
}

.p-section__img {
  margin: 20px auto;
  width: 80%;
}

.p-section__text + .p-section__text {
  margin-top: 1em;
}

@media screen and (min-width: 1025px) {
  html {
    margin: 0;
  }
  .pc {
    display: block;
  }
  .none-pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  html {
    margin: 0;
  }
  .tab {
    display: block;
  }
  .none-tab {
    display: none;
  }
  .l-header__hamburger {
    display: block;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 40px;
    height: 40px;
  }
  .c-hamburger span {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 100%;
    background: #A64141;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    height: 2px;
  }
  .l-header {
    position: fixed;
    z-index: 100;
  }
  .l-header__inner {
    padding: 0 32px;
  }
  .l-header__main-title {
    font-size: 1rem;
  }
  .l-header__sub-title {
    font-size: 0.75rem;
  }
  .l-header__cta {
    display: none;
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 100vw;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 62px 5vw 5vw;
    opacity: 0;
    visibility: hidden;
  }
  .l-header__nav.is-active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .l-header__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-header__item {
    border-left: none;
    border-top: 1px dashed #333;
    text-align: left;
  }
  .l-header__item:last-child {
    border-right: none;
    border-bottom: 1px dashed #333;
  }
  .l-header__item::before {
    content: "〇";
    color: #A64141;
    position: absolute;
    top: 1em;
    left: 1em;
  }
  .l-header__link {
    padding: 1em 0 1em 3em;
  }
  .l-footer {
    padding: 40px 0 80px;
  }
  .l-footer__inner {
    padding: 0 32px;
  }
  .l-footer__items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .l-footer__item {
    border-left: none;
    width: inherit;
    min-width: 200px;
  }
  .l-footer__item:last-child {
    border-right: none;
  }
  .l-footer__link {
    padding: 0.5em 0;
  }
  .l-main {
    margin-top: 60px;
  }
  .l-inner {
    padding: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  html {
    margin: 0;
  }
  .sp {
    display: block;
  }
  .sp-table {
    display: table;
  }
  .none-sp {
    display: none;
  }
  .c-logo__link {
    height: 50px;
  }
  .c-title-1 {
    font-size: 1.625rem;
  }
  .c-title-2 {
    font-size: 1.375rem;
  }
  .c-title-3 {
    font-size: 1.25rem;
  }
  table.price1 td {
    padding: 10px;
  }
  .c-check-list__item {
    padding-left: 1.5em;
    font-size: 1.125rem;
  }
  .c-flex-1 {
    display: block;
  }
  .c-flex-1:not(.c-flex-1--reverse) .c-flex-1__textarea {
    margin: 20px 0 0 0;
  }
  .c-flex-1--reverse .c-flex-1__textarea {
    margin: 20px 0 0 0;
  }
  .c-flex-2 {
    display: block;
  }
  .c-flex-2__textarea {
    margin: 20px 0 0 0;
  }
  .l-header__inner {
    padding: 0 4%;
  }
  .l-footer__inner {
    padding: 0 3%;
  }
  .FooterCta_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: clamp(12px, 3.2vw, 18px);
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 10px 5px;
  }
  .FooterCta_logo {
    display: inline;
    width: 5vw;
    margin-right: 0;
  }
  .l-inner {
    padding: 0 3%;
  }
  .c-cta-tel__text {
    font-size: 4vw;
  }
  .c-cta-tel__link {
    width: 80vw;
    max-width: 500px;
  }
  .c-point {
    gap: 5px;
  }
  .p-lead {
    padding-bottom: 60px;
  }
  .p-merit__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p-merit__item {
    padding: 10px 5px;
  }
  .p-merit__img {
    max-width: 100px;
  }
  .p-merit__text {
    font-size: 1rem;
  }
  .p-work__img {
    width: 60%;
    margin: 0 auto;
  }
  .p-trouble .c-check-list {
    padding: 20px 10px;
  }
  .p-trouble__img {
    max-width: 120px;
  }
  .p-solution__img {
    width: 80%;
    margin: 0 auto;
  }
  .p-reason__contents + .p-reason__contents {
    padding-top: 0px;
    margin-top: 30px;
  }
  .p-reason__img {
    width: 60%;
    margin: 0 auto;
  }
  .p-reason__textarea {
    margin: 0 !important;
  }
  .p-plan__text {
    font-size: 1.125rem;
  }
  .p-faq__textarea {
    padding: 1em 1em 1em 2em;
  }
  .p-info__img {
    grid-template-columns: 1fr;
    width: 80%;
  }
  .p-section {
    padding: 60px 0;
  }
  .p-section__img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 425px) {
  html {
    margin: 0;
  }
  .sm {
    display: block;
  }
  .none-sm {
    display: none;
  }
  .l-main {
    margin-top: 72px;
  }
}

@media screen and (max-width: 375px) {
  html {
    margin: 0;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
  .c-btn__link:hover {
    opacity: 1;
    color: #A64141;
    background-color: transparent;
  }
  .c-link:hover {
    opacity: 0.7;
  }
  .l-header__link:hover {
    text-decoration: underline;
  }
  .l-footer__link:hover {
    text-decoration: underline;
  }
}

@media (min-width: 640px) {
  .c-form__item {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .c-form__label {
    width: 40%;
  }

  .c-form__input {
    width: 55%;
  }
}
/*# sourceMappingURL=style.css.map */

@media (min-width: 640px){
  .pc_hidden{
  display: none;
  }
}

span.del {
  text-decoration-line: line-through;
  text-decoration-style:double;
  text-decoration-color: red;
}