@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  font-family: "M PLUS 1", serif;
  background-color: #FAFAFA;
  scroll-padding-top: 140px;
}

.sp {
  display: none !important;
}

.xsp {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: block;
}

p {
  margin: 0;
  letter-spacing: 1px;
}

.fadeinElem {
  -webkit-transition: all 550ms ease-out;
  transition: all 550ms ease-out;
}

.fadeinElem.toUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}

.fadeinElem.show {
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

html #wpadminbar {
  display: none;
}

.loading-bg {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  opacity: 1;
  visibility: visible;
  top: 0;
}

.loading-bg.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-inner {
  width: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-inner.is-active {
  opacity: 1;
  visibility: visible;
}

.recruit-header {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  padding: 25px 30px 42px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.3);
          box-shadow: 0 3px 15px rgba(51, 51, 51, 0.3);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 200;
}

.header__inner__logo {
  width: 23.8vw;
}

.header__inner-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__inner-contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__inner-contact-tel img {
  width: 1.5vw;
  margin-right: 5px;
  margin-bottom: -0.4vw;
}

.header__inner-contact-tel a {
  font-size: 2.04vw;
  font-weight: bold;
  color: #C13750;
}

.header__inner-contact-mail {
  font-size: 1.2vw;
  font-weight: bold;
  color: #C13750;
  padding: 10px 23px;
  border-radius: 5px;
  border: 2px solid #C13750;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 10px;
}

.header__inner-contact-mail:hover {
  background-color: #C13750;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__inner__nav {
  position: absolute;
  padding: 15px 50px;
  background-color: #333333;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
          column-gap: 35px;
  bottom: 0;
  right: 50px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.header__inner__nav__list--about {
  font-size: 1.09vw;
  font-weight: 500;
  color: white;
}

.header .c-button {
  position: relative;
  display: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: unset;
  cursor: pointer;
  margin-left: 20px;
}

.header .p-hamburger {
  width: 30px;
  height: 20px;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .p-hamburger__line {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0;
  width: 30px;
  height: 2.5px;
  background-color: #C13750;
  -webkit-transition: inherit;
  transition: inherit;
  outline: none;
  z-index: 11;
}

.header .p-hamburger__line::before,
.header .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.header .p-hamburger__line::before {
  top: -10px;
}

.header .p-hamburger__line::after {
  top: 10px;
}

.header .p-hamburger[aria-expanded="true"] .p-hamburger__line {
  background-color: transparent;
}

.header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
.header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: 0;
  background-color: #C13750;
}

.header .p-hamburger[aria-expanded="true"] .under-button__line::before,
.header .p-hamburger[aria-expanded="true"] .under-button__line::after {
  top: 0;
  background-color: #C13750;
}

.header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header *:focus {
  outline: none;
}

.header .hamburger-menu {
  position: fixed;
  right: -120%;
  top: 0px;
  width: 100%;
  height: 100vh;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 105;
  overflow: scroll;
}

.header .hamburger-menu .hamb__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  padding: 100px 0;
}

.header .hamburger-menu .hamb__inner .hamb__inner__nav .hamb__inner__nav__list {
  border-bottom: 1px dashed #C13750;
}

.header .hamburger-menu .hamb__inner .hamb__inner__nav .hamb__inner__nav__list a {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  color: #333333;
}

.header .active-slide {
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-top-title {
  font-size: clamp(25px, 2.72vw, 50px);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-top-title:before {
  content: "";
  background-image: url(../../assets/images/top/title-bd.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: clamp(25px, 2.65vw, 50px);
  height: clamp(30px, 3.47vw, 60px);
  margin-right: 1vw;
}

.p-home {
  color: #333333;
  margin-top: 110px;
}

.p-home__mv {
  position: relative;
}

.p-home__mv .swiper-wrapper .swiper-slide {
  width: 100%;
}

.p-home__mv-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 55%;
  right: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2.38vw 5.44vw 2.72vw;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-home__mv-inner-title {
  font-size: 2.72vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2.38vw;
}

.p-home__mv-inner-title2 {
  font-size: 1.36vw;
  font-weight: bold;
  color: #C13750;
  padding-bottom: 7px;
  text-align: center;
  border-bottom: 2px dashed #C13750;
  margin-bottom: 2vw;
}

.p-home__mv-inner-list {
  width: 37vw;
  min-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3vw;
          column-gap: 3vw;
  row-gap: 1vw;
  letter-spacing: 0.2em;
}

.p-home__mv-inner-item {
  font-weight: bold;
  font-size: 1.5vw;
  width: calc(50% - 22.5px);
}

.p-home__mv-inner-item span {
  color: #C13750;
  font-weight: 400;
}

.p-home__mv-inner-btn {
  width: 27.5vw;
  margin: 25px auto 0;
  background-color: #fff;
  height: 4.35vw;
  border: 3px solid #C13750;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.36vw;
  font-weight: bold;
  text-align: center;
  color: #C13750;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-home__mv-inner-btn:hover {
  background-color: #C13750;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-home__reason {
  margin-top: 60px;
}

.p-home__reason .c-top-title {
  width: 80%;
  margin: 0 auto;
}

.p-home__reason-title {
  font-size: 2vw;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

.p-home__reason-title2 {
  font-size: 1.7vw;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.p-home__reason-bd {
  width: 68%;
  margin: 0 auto;
  height: 2px;
  background-color: #CFCFCF;
}

.p-home__reason-bd2 {
  width: 320px;
  height: 2px;
  margin: -2px auto 0;
  background-color: #C13750;
  margin-bottom: 85px;
}

.p-home__reason-nav {
  width: 80%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-home__reason-item {
  width: 18%;
}

.p-home__reason-item-thumb {
  width: 100%;
  height: 14.4vw;
  border: 1px solid #C13750;
  border-radius: 200px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-home__reason-item-thumb img {
  width: 45%;
}

.p-home__reason-item-title {
  font-size: 1.36vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}

.p-home__flow {
  width: 80%;
  margin: 120px auto 0;
}

.p-home__flow .c-top-title {
  margin-bottom: clamp(30px, 3.4vw, 60px);
}

.p-home__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 1.8vw;
  width: 90%;
  margin: 0 auto;
}

.p-home__flow-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px dotted #333333;
  margin-bottom: 1.8vw;
  padding-bottom: 10px;
}

.p-home__flow-item-heading-num {
  margin-right: 15px;
  font-size: 25px;
  font-weight: bold;
  font-family: "Inter", serif;
}

.p-home__flow-item-heading-num span {
  font-size: 40px;
  color: #C13750;
  font-family: "Noto Sans JP", serif;
  margin-left: 5px;
}

.p-home__flow-item-heading-title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
}

.p-home__flow-item-content {
  padding-left: 10px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-home__flow-item-content-arrow {
  width: clamp(50px, 5.17vw, 80px);
}

.p-home__flow-item-content-text {
  width: 50%;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.8;
  padding-top: 15px;
}

.p-home__flow-item-content-text a {
  text-decoration: underline;
  color: blue;
  display: inline-block;
}

.p-home__flow-item-content-img {
  width: 25%;
}

.p-home__flow-item:last-child .p-home__flow-item-content-arrow {
  opacity: 0;
}

.p-home__kinds {
  width: 80%;
  margin: 120px auto 0;
}

.p-home__kinds .c-top-title {
  margin-bottom: clamp(30px, 3.4vw, 60px);
}

.p-home__kinds-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
}

.p-home__kinds-item {
  width: 31%;
}

.p-home__kinds-item-thumb {
  height: 15.6vw;
}

.p-home__kinds-item-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-home__kinds-item-title {
  font-size: clamp(16px, 1.36vw, 25px);
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.p-home__kinds-item-text {
  font-size: 1.09vw;
  line-height: 1.8;
}

.p-home__qa {
  width: 80%;
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 20px;
}

.p-home__qa .c-top-title {
  margin-bottom: clamp(30px, 3.4vw, 60px);
}

.p-home__qa-item {
  width: 100%;
  border: 1px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-home__qa-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: clamp(15px, 1.22vw, 20px);
  position: relative;
  cursor: pointer;
  padding: clamp(20px, 2vw, 30px) clamp(40px, 2.5vw, 50px) clamp(20px, 2vw, 30px) clamp(20px, 2vw, 30px);
}

.p-home__qa-title-qa {
  font-size: 20px;
  color: #C13750;
  margin-right: 5px;
}

.p-home__qa-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: bold;
  color: #C13750;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-home__qa-title.is-active:after {
  content: "−";
}

.p-home__qa-answer {
  display: none;
  padding: 0 clamp(20px, 2vw, 30px) clamp(20px, 2vw, 30px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-home__qa-answer-text {
  font-size: 1vw;
  line-height: 1.8;
  text-indent: -28px;
  margin-left: 28px;
  letter-spacing: 0.1em;
}

.p-home__qa-answer-text span {
  color: #C13750;
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}

.p-home__price {
  width: 80%;
  margin: 120px auto 0;
}

.p-home__price .c-top-title {
  margin-bottom: clamp(30px, 3.4vw, 60px);
}

.p-home__price-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.p-home__price-text2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.p-home__price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.09vw;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
}

.p-home__price-item-title {
  width: 23.8vw;
  font-weight: 500;
  background-color: #e1e1e1;
  padding: 1.36vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  border-right: 1px solid #333333;
}

.p-home__price-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-home__price-item:last-child {
  border-bottom: 1px solid #333333;
}

.p-home__voice {
  width: 80%;
  margin: 120px auto 120px;
}

.p-home__voice .c-top-title {
  margin-bottom: clamp(30px, 3.4vw, 60px);
}

.p-home__voice-list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-home__voice-item {
  width: 31%;
  background-color: #ebebeb;
  padding: clamp(20px, 2vw, 30px) clamp(10px, 1.36vw, 20px) clamp(10px, 1.36vw, 20px);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.3);
          box-shadow: 0 3px 15px rgba(51, 51, 51, 0.3);
}

.p-home__voice-item-title {
  font-size: clamp(14px, 1.22vw, 20px);
  padding-bottom: clamp(10px, 1vw, 15px);
  border-bottom: 1px solid #333333;
  font-weight: bold;
}

.p-home__voice-item-text {
  padding-top: 10px;
  font-size: clamp(12px, 0.95vw, 15px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-home__voice-item:before {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #C13750;
  position: absolute;
  top: 0;
  left: 20px;
}

.p-home__contact {
  width: 100%;
  background-color: #333333;
  padding: 120px 0;
}

.p-home__contact .c-top-title {
  width: 80%;
  margin: 0 auto;
  margin-bottom: clamp(30px, 5vw, 80px);
  color: white;
}

.p-home__contact-box {
  width: 70%;
  min-width: 650px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-home__contact-item {
  width: 48%;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-home__contact-item-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.p-home__contact-item-tel {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #C13750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-home__contact-item-tel img {
  width: 20px;
  margin-right: 5px;
  margin-bottom: -7px;
}

.p-home__contact-item-btn {
  width: 70%;
  margin: 0 auto;
  border: 2px solid #C13750;
  border-radius: 100px;
  font-size: clamp(15px, 1.22vw, 20px);
  text-align: center;
  font-weight: 500;
  padding: 15px 0;
  color: #C13750;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-home__contact-item-btn:hover {
  background-color: #C13750;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-home__company {
  width: 80%;
  margin: 120px auto 120px;
}

.p-home__company .c-top-title {
  margin-bottom: clamp(20px, 2.7vw, 40px);
}

.p-home__company-list {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.p-home__company-item {
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
}

.p-home__company-item-name {
  width: clamp(200px, 20vw, 300px);
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-home__company-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: clamp(15px, 1.36vw, 20px) 0 clamp(15px, 1.36vw, 20px) 20px;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.7;
  background-color: #fff;
}

.p-home__company-item-text a {
  display: inline;
  color: #333333;
}

.p-home__company-item:first-child {
  border-top: 1px solid #dddddd;
}

.p-home__map {
  width: 80%;
  margin: 120px auto 120px;
}

.p-home__map .c-top-title {
  margin-bottom: clamp(20px, 2.7vw, 40px);
}

.p-home__map iframe {
  width: 100%;
  height: clamp(280px, 34vw, 500px);
}

.p-home__map-btn {
  width: 22vw;
  min-width: 250px;
  min-height: 40px;
  margin: 25px auto 0;
  background-color: #fff;
  height: 4vw;
  border: 3px solid #C13750;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: bold;
  text-align: center;
  color: #C13750;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-home__map-btn:hover {
  background-color: #C13750;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

footer {
  padding: 20px 0;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

footer .inner .left {
  width: clamp(200px, 18vw, 300px);
}

footer .inner .right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .inner .right .copyright {
  font-size: clamp(10px, 0.95vw, 15px);
  color: #333333;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .header {
    padding: 20px;
  }
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .header__inner__logo {
    width: 250px;
  }
  .c-top-title {
    font-size: clamp(20px, 3.3vw, 40px);
  }
  .p-home {
    margin-top: 64px;
  }
  .p-home__mv-inner {
    top: 55%;
    right: unset;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 2.5vw 4vw 3vw;
  }
  .p-home__mv-inner-title {
    font-size: 2.72vw;
    margin-bottom: 2.38vw;
  }
  .p-home__mv-inner-title2 {
    font-size: clamp(12px, 1.3vw, 18px);
    padding-bottom: 7px;
    margin-bottom: 4vw;
  }
  .p-home__mv-inner-list {
    width: 45vw;
    min-width: unset;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 2vw;
    min-width: 250px;
  }
  .p-home__mv-inner-item {
    font-size: clamp(10px, 1.8vw, 14px);
    width: 50%;
    font-weight: 500;
  }
  .p-home__mv-inner-item span {
    font-size: 8px;
  }
  .p-home__mv-inner-btn {
    width: clamp(200px, 35vw, 350px);
    margin: 15px auto 0;
    height: clamp(30px, 5vw, 40px);
    font-size: clamp(10px, 1.8vw, 20px);
    border: 1px solid #C13750;
  }
  .p-home__mv .swiper-wrapper .swiper-slide {
    height: 66vw;
    max-height: 400px;
  }
  .p-home__mv .swiper-wrapper .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-home__reason {
    margin-top: 40px;
  }
  .p-home__reason .c-top-title {
    width: 90%;
  }
  .p-home__reason-title {
    font-size: clamp(18px, 2.5vw, 30px);
  }
  .p-home__reason-title2 {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .p-home__reason-bd {
    width: 90%;
  }
  .p-home__reason-bd2 {
    width: 25%;
    margin-bottom: 50px;
  }
  .p-home__reason-nav {
    width: 90%;
    margin: 30px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: clamp(20px, 3vw, 40px);
  }
  .p-home__reason-item {
    width: 31%;
  }
  .p-home__reason-item-thumb {
    width: 20vw;
    height: 20vw;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .p-home__reason-item-thumb img {
    width: 35%;
  }
  .p-home__reason-item-title {
    font-size: clamp(10px, 2vw, 20px);
  }
  .p-home__flow {
    width: 90%;
    margin: 60px auto 0;
  }
  .p-home__flow .c-top-title {
    margin-bottom: 20px;
  }
  .p-home__flow-list {
    row-gap: 20px;
    width: 100%;
  }
  .p-home__flow-item-heading {
    margin-bottom: 2.2vw;
  }
  .p-home__flow-item-heading-num {
    margin-right: 10px;
    font-size: 18px;
  }
  .p-home__flow-item-heading-num span {
    font-size: 25px;
  }
  .p-home__flow-item-heading-title {
    font-size: 18px;
    padding-bottom: 2px;
  }
  .p-home__flow-item-content {
    padding-left: 5px;
    padding-right: 0px;
  }
  .p-home__flow-item-content-arrow {
    width: clamp(40px, 7vw, 80px);
  }
  .p-home__flow-item-content-text {
    width: 55%;
    font-size: clamp(10px, 1.4vw, 14px);
    padding-top: 5px;
  }
  .p-home__flow-item-content-img {
    width: 30%;
  }
  .p-home__kinds {
    width: 90%;
    margin: 60px auto 0;
  }
  .p-home__kinds-item {
    width: 48%;
  }
  .p-home__kinds-item-thumb {
    height: 26vw;
  }
  .p-home__kinds-item-title {
    font-size: clamp(15px, 1.5vw, 20px);
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .p-home__kinds-item-text {
    font-size: clamp(10px, 1.2vw, 14px);
  }
  .p-home__qa {
    width: 90%;
    margin: 60px auto 0;
    row-gap: 15px;
  }
  .p-home__qa .c-top-title {
    margin-bottom: 20px;
  }
  .p-home__qa-title {
    font-size: clamp(12px, 1.5vw, 15px);
    padding: clamp(15px, 2vw, 20px) clamp(30px, 2.5vw, 40px) clamp(15px, 2vw, 20px) clamp(15px, 2vw, 20px);
  }
  .p-home__qa-title-qa {
    font-size: 16px;
  }
  .p-home__qa-title:after {
    right: 15px;
  }
  .p-home__qa-answer {
    padding: 0 clamp(15px, 2vw, 20px) clamp(15px, 2vw, 20px);
  }
  .p-home__qa-answer-text {
    font-size: clamp(10px, 1.3vw, 15px);
    text-indent: -28px;
    margin-left: 28px;
  }
  .p-home__qa-answer-text span {
    font-size: 16px;
  }
  .p-home__price {
    width: 90%;
    margin: 60px auto 0;
  }
  .p-home__price-text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .p-home__price-text2 {
    font-size: 12px;
  }
  .p-home__price-item {
    font-size: clamp(12px, 1.5vw, 15px);
  }
  .p-home__price-item-title {
    width: 50%;
    max-width: 200px;
    padding: 10px;
  }
  .p-home__price-item-text {
    padding-left: 10px;
  }
  .p-home__voice {
    width: 90%;
    margin: 60px auto;
  }
  .p-home__voice-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 20px;
  }
  .p-home__voice-item {
    width: 100%;
    padding: clamp(20px, 3vw, 30px) clamp(10px, 1.8vw, 20px) clamp(10px, 2vw, 20px);
  }
  .p-home__voice-item-title {
    font-size: clamp(14px, 1.22vw, 20px);
    padding-bottom: clamp(10px, 1.5vw, 15px);
  }
  .p-home__voice-item-text {
    padding-top: 10px;
  }
  .p-home__voice-item:before {
    content: "";
    width: 40px;
    height: 3px;
  }
  .p-home__contact {
    padding: 50px 0;
  }
  .p-home__contact .c-top-title {
    width: 90%;
  }
  .p-home__contact-box {
    width: 90%;
    min-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 20px;
  }
  .p-home__contact-item {
    width: 100%;
    padding: 0;
    height: 150px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-home__contact-item-title {
    margin-bottom: 20px;
  }
  .p-home__contact-item-tel {
    font-size: 25px;
  }
  .p-home__company {
    width: 90%;
    margin: 60px auto;
  }
  .p-home__company-item-name {
    width: 100px;
    padding-left: 10px;
  }
  .p-home__company-item-text {
    padding-left: 10px;
  }
  .p-home__map {
    width: 90%;
    margin: 60px auto;
  }
  footer {
    padding-bottom: 10px;
  }
  footer .inner {
    display: block;
  }
  footer .inner .left {
    margin: 0 auto;
  }
  footer .inner .right {
    margin: 0 auto;
    margin-top: 40px;
  }
  footer .inner .right .copyright {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */