@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}
html {
  font-size: 1rem;
}
.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.u-lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-lg {
    display: block;
  }
}
.u-pc {
  display: none;
}@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}
@media (any-hover: hover) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
body {
  color: #282A32;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.common-cta-content {
  background: #9D323D;
}

.cta-area {
  text-align: center;
  background: #ffffff;
  padding: 1.5rem 1rem;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta-area {
    margin-top: 1.75rem;
    width: 100%;
  }
}

.cta-area::before,
.cta-area::after {
  content: "";
  display: inline-block;
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .cta-area::before,
  .cta-area::after {
    width: 8.4375rem;
    height: 8.5rem;
  }
}

@media screen and (min-width: 768px) {
  .cta-area::before {
    background: url(../images/contact-left.webp) no-repeat left/contain;
    left: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .cta-area::after {
    background: url(../images/contact-right.webp) no-repeat right/contain;
    right: 3.75rem;
  }
}

.cta-area__text {
  color: #282A32;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cta-area__text {
    font-size: 1rem;
    margin-left: -2.5rem;
  }
}

.cta-area__text::before,
.cta-area__text::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #9D323D;
}

.cta-area__text::before {
  margin-right: 0.25rem;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.cta-area__text::after {
  margin-left: 0.25rem;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.cta-area__text-inline {
  color: inherit;
  font-weight: inherit;
}

.cta-btn-box {
  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;
  z-index: 50;
  height: 3.125rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta-btn-box {
    height: 4.375rem;
    width: 21.25rem;
    margin-top: 1rem;
  }
}

.cta-btn {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background: #9D323D;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.5rem 3.4375rem;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  -webkit-animation: btn-wave 1.5s infinite;
          animation: btn-wave 1.5s infinite;
  -webkit-box-shadow: 0 0 0 0 #9D323D;
          box-shadow: 0 0 0 0 #9D323D;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    font-size: 1.25rem;
    padding: 0.625rem 3.4375rem;
  }
}

@-webkit-keyframes btn-wave {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
            box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
            box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
  }
}

@keyframes btn-wave {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
            box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
            box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
  }
}
@media (any-hover: hover) {
  .cta-btn:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.cta-btn::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1em;
  background: url(../images/icon-mail-white.webp) no-repeat center right/contain;
}
@media screen and (min-width: 768px) {
  .cta-btn::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.cta-btn::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 1em;
  margin-bottom: 0.125rem;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #ffffff;
}

.btn-box {
  text-align: center;
}

.btn {
  text-align: center;
  padding: 0.8125rem 1.25rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}

@media (any-hover: hover) {
  .btn:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.section-padding {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .section-padding {
    padding: 5rem 0;
  }
}

.title-h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  position: relative;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .title-h3 {
    font-size: 1.875rem;
    padding-bottom: 1rem;
  }
}

.title-h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10rem;
  border-bottom: solid 3px rgba(157, 50, 61, 0.45);
}
@media screen and (min-width: 768px) {
  .title-h3::before {
    width: 18.75rem;
  }
}

.title-h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4.375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.75rem;
  border-bottom: solid 3px #9D323D;
}
@media screen and (min-width: 768px) {
  .title-h3::after {
    width: 5rem;
    margin-left: -6.875rem;
  }
}

.title-h4 {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  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;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .title-h4 {
    font-size: 1.5rem;
    padding: 1rem 0;
    line-height: 1.3;
  }
}

.title-h4::before,
.title-h4::after {
  content: "";
  width: 20px;
  height: 4px;
  border-top: solid 1px #FF7A12;
  border-bottom: solid 1px #FF7A12;
}
@media screen and (min-width: 768px) {
  .title-h4::before,
  .title-h4::after {
    width: 40px;
  }
}

.title-h4::before {
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .title-h4::before {
    margin-right: 10px;
  }
}

.title-h4::after {
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .title-h4::after {
    margin-left: 10px;
  }
}

.header {
  background-color: #ffffff;
  position: relative;
  margin: 0.625rem;
  height: 3.125rem;
  z-index: 50;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .header {
    margin: 1.25rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.header__logo {
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 13.75rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    min-width: 96%;
    padding-right: 1.5625rem;
  }
}

.header__cta-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .header__cta-area {
    gap: 1rem;
  }
}

.header__cta {
  background: #9D323D;
  height: 3.125rem;
  width: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__cta {
    height: 5rem;
    width: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__cta {
    border-radius: 50px;
    top: 1rem;
    height: 3.125rem;
    width: 19.375rem;
    right: 2.5rem;
    letter-spacing: 0.1em;
  }
}

.header__cta.cta-dl {
  background: #FF7A12;
}

.header__cta-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem;
  margin: 0 auto;
  line-height: 1;
}

.header__cta-btn::before {
  content: "";
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/icon-mail-white.webp) no-repeat center right/contain;
}

.header__cta-btn.cta-dl-btn::before {
  background: url(../images/icon-download.webp) no-repeat center right/contain;
}

@media screen and (min-width: 1024px) {
  .header__cta-btn-inline {
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.8em;
    padding-bottom: 0.25rem;
  }
}

.header__cta-btn-inline::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.5em;
  margin-bottom: 0.125rem;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #ffffff;
}

main {
  position: relative;
  top: 0;
}

.top-wrapper {
  background: rgba(239, 239, 239, 0.6);
  height: 100%;
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .top-wrapper {
    height: 48.125rem;
  }
}

.top {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .top__inner {
    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;
  }
}

.top__message {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top__message {
    margin-top: 0;
  }
}

.top__sub-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #282A32;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .top__sub-title {
    font-size: 2.125rem;
    font-weight: 800;
  }
}

.top__title-center {
  position: relative;
  left: -0.375rem;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.375rem;
  display: block;
  height: 3.125rem;
  width: 20rem;
  margin: 1rem auto 0;
  background: #9D323D;
  padding: 0.5rem 2.75rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 6px;
}
@media screen and (min-width: 1024px) {
  .top__title-center {
    margin-top: 2.625rem;
    font-size: 2.625rem;
    padding: 0.875rem 1.5rem;
    width: 33.75rem;
    height: 6.25rem;
  }
}

.top__title-center::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  right: -0.375rem;
  height: 3.125rem;
  width: 20rem;
  background: transparent;
  border: 4px solid #9D323D;
  border-radius: 6px;
}
@media screen and (min-width: 1024px) {
  .top__title-center::after {
    width: 33.75rem;
    height: 6.25rem;
  }
}

.top__title-inline {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .top__title-inline {
    font-size: 1.75rem;
  }
}

.top__title-bottom {
  display: inline-block;
  margin-top: 1.5rem;
  color: #9D323D;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.6875rem 1.25rem 0.75rem;
  white-space: nowrap;
  border-top: 2px solid #9D323D;
  border-bottom: 2px solid #9D323D;
}
@media screen and (min-width: 1024px) {
  .top__title-bottom {
    font-size: 2.375rem;
    margin-top: 3rem;
    padding: 1rem 1.875rem 1.25rem;
    width: 33.75rem;
  }
}

.top__visual {
  margin-top: 1.5rem;
}

.top___visual-head {
  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;
}

.top__visual-box {
  position: relative;
  width: clamp(11.5625rem, 50%, 11.5625rem);
}

.top__visual-box:first-child {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .top__visual-box:first-child {
    margin-left: -4.375rem;
    margin-top: 8.125rem;
  }
}

.top__visual-box:nth-child(2n) {
  margin-left: -2rem;
}

.top__visual-text {
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .top__visual-text {
    font-size: 1.25rem;
    left: 65%;
  }
}

.top__visual-box:nth-child(2n) .top__visual-text {
  top: 24%;
}
@media screen and (min-width: 1024px) {
  .top__visual-box:nth-child(2n) .top__visual-text {
    top: 21.5%;
  }
}

.top__visual-box img {
  width: clamp(11.5625rem, 50%, 11.5625rem);
}
@media screen and (min-width: 1024px) {
  .top__visual-box img {
    min-width: 15rem;
  }
}

.top__visual-body {
  margin-top: 0.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 155px);
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .top__visual-body {
    grid-template-columns: repeat(2, 210px);
    gap: 1.5rem;
  }
}

.top__visual-body .img-left {
  width: clamp(9.71875rem, 50%, 9.71875rem);
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) {
  .top__visual-body .img-left {
    margin-left: 1.5rem;
    min-width: 12.5rem;
  }
}

.top__visual-body .img-right {
  width: clamp(8.375rem, 50%, 8.375rem);
}
@media screen and (min-width: 1024px) {
  .top__visual-body .img-right {
    min-width: 10.75rem;
  }
}

@media screen and (min-width: 768px) {
  .top__cta-text.cta-area__text {
    margin-left: 0;
  }
}

.top__cta {
  margin-top: 1rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .top__cta {
    width: 35.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__cta {
    width: 56.25rem;
  }
}

.top__cta-content {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .top__cta-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .top__cta-box {
    height: 4.375rem;
    width: 21.25rem;
  }
}

.top__cta.cta-area::after,
.top__cta.cta-area::before {
  display: none;
}

.top__cta-box {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .top__cta-box {
    margin: 0;
  }
}

.top__cta-box:last-child {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .top__cta-box:last-child {
    margin-top: 0rem;
  }
}

.top__cta-btn.cta-dl-btn {
  background: #FF7A12;
}

.top__cta-btn.cta-dl-btn::before {
  background: url(../images/icon-download.webp) no-repeat center right/contain;
}

.service {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .service {
    padding: 10rem 0 5rem;
  }
}

.service__lists {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service__lists {
    margin-top: 5rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .service__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.service__list {
  background: #FAF4F5;
}
@media screen and (min-width: 1024px) {
  .service__list {
    height: 29.125rem;
  }
}

.service__list + .service__list {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .service__list + .service__list {
    margin-top: 0;
  }
}

.service__list-img {
  width: min(100%, 31.25rem);
}
@media screen and (min-width: 1024px) {
  .service__list-img {
    width: min(100%, 16.25rem);
  }
}

.service__list-img img {
  aspect-ratio: 334/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .service__list-img img {
    aspect-ratio: 260/180;
  }
}

.service__list-title {
  margin-top: 1.5rem;
  font-size: 1.375rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.service__items {
  padding: 1rem 1rem 1.5rem;
}

.service__item {
  margin-top: 0.25rem;
  display: inline-block;
  color: #9D323D;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.375rem;
  border: 1px solid #9D323D;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .service__item {
    font-size: 1rem;
  }
}

.problem {
  background: #FAF4F5;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .problem {
    padding-bottom: 2rem;
  }
}

.problem__media {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .problem__media {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 4.5fr;
    place-items: center;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .problem__img {
    width: min(100%, 11.25rem);
    aspect-ratio: 180/301;
  }
}

.problem__lists {
  margin-top: 1rem;
}
.problem__list-item {
  font-weight: 500;
  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;
  padding: 1rem 0.625rem;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .problem__list-item {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .problem__list-item {
    font-size: 1.125rem;
    padding: 1rem 2.5rem;
    width: 43.75rem;
  }
}

.problem__list-item:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .problem__list-item:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.problem__list-item::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5em;
  background: url(../images/icon-check.webp) no-repeat center right/contain;
}
@media screen and (min-width: 768px) {
  .problem__list-item::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.problem__list-item:last-child::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6.25rem;
  height: 5.9375rem;
  background: url(../images/problem_sp.webp) no-repeat center right/contain;
  right: 1.5625rem;
  margin-top: 7.8125rem;
}
@media screen and (min-width: 1024px) {
  .problem__list-item:last-child::after {
    background: none;
  }
}

.problem-arrow {
  background: url(../images/arrow.webp) no-repeat center right/contain;
  width: 2.5625rem;
  height: 2.5625rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .problem-arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.solution__title {
  text-align: center;
  width: 100%;
  background: #9D323D;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .solution__title {
    font-size: 1.875rem;
    padding: 2.75rem 1.5625rem;
    white-space: normal;
  }
}

.solution__title span {
  font-weight: inherit;
  color: #F9D985;
}

.solution__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .solution__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .solution__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.solution__card {
  background: #ffffff;
  -webkit-box-shadow: 3px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 4px 16px rgba(0, 0, 0, 0.12);
  padding: 1.5rem 1rem;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .solution__card {
    padding: 2.5rem;
  }
}

.solution__card:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .solution__card:nth-child(n+2) {
    margin-top: 0;
  }
}

.solution__card-inline {
  display: block;
  margin: 0 auto;
  position: relative;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  width: 5rem;
  height: 2rem;
  line-height: 1.85;
  background: #9D323D;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .solution__card-inline {
    font-size: 1.5rem;
    width: 7.5rem;
    height: 3.75rem;
    line-height: 2.2;
  }
}

.solution__card-inline::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #9D323D;
}

.solution__card-title {
  margin-top: 1rem;
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .solution__card-title {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.solution__card-body {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .solution__card-body {
    margin-top: 2.125rem;
  }
}

.solution__card-img {
  width: 8.5rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
  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;
}
@media screen and (min-width: 768px) {
  .solution__card-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

.solution__card-text {
  margin-top: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .solution__card-text {
    margin-top: 2.125rem;
  }
}

.feature {
  background: rgba(239, 239, 239, 0.6);
}

.feature__cards {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
@media screen and (min-width: 768px) {
  .feature__cards {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature__cards {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

.feature__card {
  display: grid;
  justify-items: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.feature__card:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .feature__card:nth-child(n+2) {
    margin-top: 0;
  }
}

.feature__card-head {
  max-width: 16.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #9D323D;
  background: #ffffff;
  padding: 3.75rem 2.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .feature__card-head {
    padding: 2.5rem 2.5rem 1rem;
  }
}

.feature__card-title {
  color: #9D323D;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.feature__card-img {
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 6.25rem;
  aspect-ratio: 100/80;
}

.feature__card-text {
  margin-top: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.feature__cta {
  background: none;
}

.feature__cta.cta-area::before,
.feature__cta.cta-area::after {
  display: none;
}

.example__content {
  margin-top: 7.25rem;
}
@media screen and (min-width: 1024px) {
  .example__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.example__content-head {
  position: relative;
  padding: 5.375rem 0.625rem 1rem;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  background: rgba(239, 239, 239, 0.6);
}
@media screen and (min-width: 1024px) {
  .example__content-head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25rem;
        -ms-flex: 0 0 25rem;
            flex: 0 0 25rem;
    border-radius: 6px 0 6px 0;
    padding: 5.6875rem 1.5rem 1rem;
  }
}

.example__content-head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  background: url(../images/voice_01.webp) no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .example__content-head::before {
    width: 9.375rem;
    height: 9.375rem;
  }
}

.example-img2::before {
  background: url(../images/voice_02.webp) no-repeat center center/cover;
}

.example-img3::before {
  background: url(../images/voice_03.webp) no-repeat center center/cover;
}

table {
  margin-top: 1rem;
  width: 100%;
}

table,
td,
th {
  font-weight: 500;
  border: 1px solid #282A32;
  border-collapse: collapse;
  vertical-align: top;
}

td,
th {
  padding: 0.625rem 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

th {
  width: 38%;
  background: #FAF4F5;
  white-space: nowrap;
}

td {
  background: #ffffff;
}

.example__work {
  margin-top: 1rem;
  padding: 1rem;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .example__work {
    margin-top: 1.5rem;
  }
}

.example__work-label {
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.4375rem 0.625rem 0.53125rem;
  font-weight: 500;
  color: #ffffff;
  background: #9D323D;
}

.example__work-text {
  margin-top: 0.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.example__content-body {
  padding: 1rem 0.625rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 768px) {
  .example__content-body {
    padding: 1.5rem;
  }
}

.example__content-body-subtitle {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #9D323D;
}

.example__content-title {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .example__content-title {
    font-size: 1.375rem;
  }
}

.example__lists {
  margin-top: 1.375rem;
}

.example__list-title {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #9D323D;
}

.example__list-title:not(:first-of-type) {
  margin-top: 1rem;
  color: #FF7A12;
}

.example__list-text {
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.example-arrow {
  background: url(../images/arrow_02.webp) no-repeat center right/contain;
  width: 1.5625rem;
  height: 1.265625rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .example-arrow {
    margin-top: 1.5rem;
  }
}

.example__body-bottom {
  margin-top: 0.625rem;
  padding: 0.875rem 0.625rem;
  border-radius: 6px;
  background: #FAF4F5;
}
@media screen and (min-width: 768px) {
  .example__body-bottom {
    margin-top: 0;
    padding: 1rem;
  }
}

.example__body-text {
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.flow {
  background: #FAF4F5;
}

.flow__lists {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .flow__lists {
    margin-top: 2.5rem;
  }
}

.flow__list {
  position: relative;
  background: #ffffff;
  padding: 2.5rem 0.5rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .flow__list {
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 5.875rem 3fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

.flow__list:nth-child(n+2) {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .flow__list:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.flow__list::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
  -webkit-filter: drop-shadow(0 0.375rem 0.375rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.375rem 0.375rem rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 768px) {
  .flow__list::after {
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #ffffff;
  }
}

.flow__list:last-of-type::after {
  display: none;
}

.flow__list-inline {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background: #9D323D;
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .flow__list-inline {
    position: static;
    left: 0;
    -webkit-transform: none;
            transform: none;
    font-size: 2rem;
    width: 5.875rem;
    height: 5.875rem;
    padding-bottom: 0.4375rem;
  }
}

.flow__list-title {
  margin-top: 0.5rem;
  color: #9D323D;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__list-title {
    text-align: left;
  }
}

.flow__list-text {
  margin-top: 1rem;
  line-height: 1.4;
}

.flow__list-img {
  margin-top: 1.5rem;
  width: 9.6875rem;
  margin-left: auto;
  margin-right: auto;
}

.faq__lists {
  margin-top: 1.5rem;
}

.faq__list {
  background: #ffffff;
  padding: 1rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}

.faq__list:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .faq__list:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.faq__list__title {
  position: relative;
  color: #9D323D;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-left: 2.625rem;
}
@media screen and (min-width: 768px) {
  .faq__list__title {
    font-size: 1.125rem;
    padding-left: 3.4375rem;
  }
}

.faq__list__title::before {
  content: "Q";
  color: #ffffff;
  font-weight: 600;
  background: #9D323D;
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .faq__list__title::before {
    font-size: 1.375rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.faq__list__title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.625rem;
  width: 100%;
  height: 2px;
  background: rgba(239, 239, 239, 0.6);
}
@media screen and (min-width: 768px) {
  .faq__list__title::after {
    bottom: -1.5rem;
  }
}

.faq__list__text {
  margin-top: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .faq__list__text {
    margin-top: 2rem;
  }
}

.faq__cta {
  margin-top: 0.5rem;
}

.faq__cta {
  background: none;
}

.faq__cta.cta-area::before,
.faq__cta.cta-area::after {
  display: none;
}

.center {
  background: #9D323D;
  padding: 5rem 0;
}

.center__title {
  color: #ffffff;
}

.center__title.title-h3::before {
  border-color: rgba(249, 217, 133, 0.45);
}

.center__title.title-h3::after {
  border-color: #F9D985;
}

.center__text {
  margin-top: 1rem;
  font-weight: 500;
  padding: 1rem 0;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .center__text {
    padding: 2rem 6.25rem;
  }
}

.center__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .center__lists {
    gap: 1.5%;
  }
}
@media screen and (min-width: 1024px) {
  .center__lists {
    gap: 4%;
  }
}

.center__list {
  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;
}

.center__list-img {
  aspect-ratio: 351/531;
  width: 100%;
  height: 8.75rem;
}
@media screen and (min-width: 768px) {
  .center__list-img {
    width: 12.5rem;
    height: 17.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .center__list-img {
    width: 17.5rem;
    height: 25rem;
  }
}

.center__list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  max-height: 8.75rem;
}
@media screen and (min-width: 768px) {
  .center__list-img img {
    max-height: 17.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .center__list-img img {
    max-height: 25rem;
  }
}

.center__list-item figcaption {
  background: #ffffff;
  padding: 0.5rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .center__list-item figcaption {
    max-width: 12.5rem;
    padding: 1rem 0.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .center__list-item figcaption {
    max-width: 17.5rem;
  }
}

.center__list-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .center__list-title {
    font-size: 1.375rem;
  }
}

.center__list-place {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #9D323D;
  line-height: 1.2;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .center__list-place {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.center__big {
  background: #ffffff;
  padding: 0.5rem 0.5rem 0.625rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .center__big {
    padding: 0;
    margin-top: 3rem;
  }
}

.center__big-img {
  aspect-ratio: 101/160;
  max-width: 17.5rem;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .center__big-img {
    aspect-ratio: 280/400;
    height: 25rem;
  }
}

.center__big-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  max-height: 10rem;
}
@media screen and (min-width: 768px) {
  .center__big-img img {
    max-height: 25rem;
  }
}

.center__big ul {
  position: relative;
}

.center__big li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.125rem;
  line-height: 1.2;
}

.center__big-list + .center__big-list {
  margin-top: 0.5rem;
}

.center__big li:before {
  content: "";
  position: absolute;
  left: 0;
  background: #FF7A12;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50px;
}

.center__big-item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.center__big-head {
  line-height: 1.4;
  text-align: center;
}

.center__big-title {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .center__big-title {
    font-size: 1.375rem;
  }
}

.center__big-place {
  color: #9D323D;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .center__big-place {
    font-size: 1.125rem;
  }
}

.center__big-lists.u-sp {
  margin-top: 1rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .center__big-lists.u-pc {
    text-align: left;
    margin-top: 1.5rem;
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .center__big-lists.u-pc {
    display: inline-block;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.center__cta {
  margin-top: 1rem;
  background: #9D323D;
}
@media screen and (min-width: 768px) {
  .center__cta {
    margin: 2.5rem auto 0;
  }
}

.center__cta.cta-area::after,
.center__cta.cta-area::before {
  display: none;
}

.center__cta-text {
  color: #ffffff;
}

.center__cta-text::before,
.center__cta-text::after {
  content: "";
  background-color: #ffffff;
}

.center__cta-btn {
  color: #9D323D;
  background: #ffffff;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .center__cta-btn {
    margin-top: 1rem;
  }
}
@keyframes btn-wave {
  80% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
}

.center__cta-btn::before {
  background: url(../images/icon-mail-red.webp) no-repeat center right/contain;
}

.center__cta-btn::after {
  border-color: #9D323D;
}

.company {
  background: #FAF4F5;
}

.company__box {
  position: relative;
  background: #9D323D;
  padding: 3.125rem 1rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .company__box {
    padding: 2.5rem 2rem;
  }
}

.company__box::before,
.company__box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.company__box::before {
  top: 0;
  left: 0;
  border-top: 20px solid rgb(219, 171, 171);
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgb(219, 171, 171);
}
@media screen and (min-width: 1024px) {
  .company__box::before {
    border-top: 40px solid rgb(219, 171, 171);
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid rgb(219, 171, 171);
  }
}

.company__box::after {
  bottom: 0;
  right: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid rgb(219, 171, 171);
  border-bottom: 20px solid rgb(219, 171, 171);
  border-left: 20px solid transparent;
}
@media screen and (min-width: 1024px) {
  .company__box::after {
    border-top: 40px solid transparent;
    border-right: 40px solid rgb(219, 171, 171);
    border-bottom: 40px solid rgb(219, 171, 171);
    border-left: 40px solid transparent;
  }
}

.company__text {
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .company__text {
    font-size: 1.375rem;
    line-height: 1.5;
    margin: auto;
    max-width: 54.375rem;
  }
}

.company__btn-box {
  margin-top: 2rem;
  width: 7.5rem;
  height: 2.75rem;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .company__btn-box {
    margin-top: 3.25rem;
    width: 12.5rem;
    height: 3.75rem;
  }
}

.company__btn {
  color: #9D323D;
  background: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.4375rem 1.5rem 0.625rem;
  white-space: nowrap;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .company__btn {
    padding: 1rem 4.375rem 1.25rem;
  }
}

.contact {
  background: #ffffff;
}

.contact__inner {
  text-align: center;
}

.contact__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 1.5rem;
    display: inline-block;
    padding: 1rem 2.5rem;
  }
}

.contact__cta {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.contact__cta-box {
  text-align: center;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contact__cta-box {
    width: auto;
  }
}

.contact__btn-mail,
.contact__btn-dl {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .contact__btn-mail,
  .contact__btn-dl {
    font-size: 1.375rem;
    width: 25rem;
    padding: 0.9375rem 3.4375rem 1.125rem;
  }
}

.contact__btn-mail::after,
.contact__btn-dl::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 1em;
  margin-bottom: 0.125rem;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #ffffff;
}

.contact__btn-mail {
  background: #9D323D;
}

.contact__btn-mail::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1em;
  background: url(../images/icon-mail-white.webp) no-repeat center right/contain;
}
@media screen and (min-width: 768px) {
  .contact__btn-mail::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.contact__btn-dl {
  background: #FF7A12;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__btn-dl {
    margin-top: 0;
  }
}

.contact__btn-dl::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/icon-download.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .contact__btn-dl::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.footer {
  text-align: center;
  background: #9D323D;
  color: #ffffff;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .footer {
    font-size: 12px;
    height: 43px;
  }
}

.footer__inner {
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    padding: 0;
    max-width: 960px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__content {
    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;
  }
}

.footer-nav {
  margin: 0 0 0 auto;
}

.footer-nav__items {
  margin-top: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .footer-nav__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-nav__item a {
  display: inline-block;
  width: 100%;
  padding: 0.375rem 0;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .footer-nav__item a {
    padding: 0.375rem;
  }
}

.footer__copyright {
  font-size: 15px;
  padding-left: 0.1375rem;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    font-size: 12px;
    padding: 0.40625rem 0.375rem 0;
  }
}

.pagetop {
  display: block;
  position: fixed;
  bottom: 2.5rem;
  right: 1.3125rem;
  background-color: #ffffff;
  width: 44px;
  height: 44px;
  z-index: 40;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #9D323D;
}

.pagetop::after {
  content: "";
  position: absolute;
  top: 1.0625rem;
  left: 0.875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.875rem;
  height: 0.875rem;
  border-top: 2px solid #9D323D;
  border-left: 2px solid #9D323D;
}