@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dd {
  margin: 0;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  appearance: none;
}

input,
textarea,
select {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.8;
  color: #333333;
  background-color: #FDF3F0;
  overflow-x: hidden;
}

a {
  transition: 0.3s ease;
}

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

.inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}

@media screen and (min-width: 768px), print {
  footer .f_nav {
    background: #e3e3e3;
    padding: 45px 30px 20px;
    margin-bottom: 20px;
  }
  footer .f_nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .f_nav > ul > li {
    width: 32%;
  }
  footer .f_nav > ul > li ul {
    padding-left: 60px;
  }
  footer .f_nav > ul > li li {
    margin-bottom: 20px;
  }
  footer .f_nav > ul > li a {
    font-weight: 500;
    position: relative;
  }
  footer .f_nav > ul > li a:after {
    position: absolute;
    content: "";
    top: 30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    left: -20px;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #b1b1b1;
    border-right: solid 2px #b1b1b1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer .f_nav > ul > li a:hover {
    text-decoration: underline;
  }
  footer .f_nav p {
    color: #fff;
    background: #b1b1b1;
    border-radius: 100px;
    font-size: 1.3rem;
    text-align: center;
    padding: 5px;
    margin-bottom: 30px;
  }
  footer h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  footer small {
    display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .f_nav {
    background: #e3e3e3;
    padding: 20px;
    margin-bottom: 20px;
  }
  footer .f_nav > ul > li {
    margin-bottom: 40px;
  }
  footer .f_nav > ul > li:last-child {
    margin-bottom: 0;
  }
  footer .f_nav > ul > li li {
    margin-bottom: 20px;
  }
  footer .f_nav > ul > li a {
    display: block;
    font-weight: 500;
    padding: 0 20px;
    position: relative;
  }
  footer .f_nav > ul > li a:after {
    position: absolute;
    content: "";
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 0;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #b1b1b1;
    border-right: solid 2px #b1b1b1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer .f_nav p {
    color: #fff;
    background: #b1b1b1;
    border-radius: 100px;
    font-size: 1.2rem;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
  }
  footer h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  footer small {
    display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.grecaptcha-badge {
  display: none;
}

.action-container {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  width: 30vw;
  height: auto;
  display: block;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .action-container {
    width: 80vw;
    right: 10vw;
    bottom: 3vw;
  }
}
.action-container .action-icon {
  display: block;
}
.action-container .action-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.action-container .numberLogo {
  position: absolute;
  right: 7.8vw;
  bottom: 1.2vw;
  width: 15vw;
  display: block;
  z-index: 10;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .action-container .numberLogo {
    right: 26vw;
    bottom: 3vw;
    width: 50vw;
  }
}
.action-container .numberLogo img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}
.action-container .numberLogo:hover {
  transform: translateY(-0.2vw);
}
.action-container .numberLogo:hover img {
  opacity: 1;
}
.action-container:hover .numberLogo:not(:hover) img {
  opacity: 1;
}
.action-container:hover .numberLogo:not(:hover) {
  transform: translateY(-0.2vw);
}
.action-container:has(.line-icon:hover) .numberLogo img {
  opacity: 1 !important;
}
.action-container:has(.line-icon:hover) .numberLogo {
  transform: none !important;
}
.action-container .line-icon {
  position: absolute;
  right: 2.4vw;
  bottom: 1.5vw;
  width: 3.3vw;
  display: block;
  z-index: 10;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .action-container .line-icon {
    right: 8vw;
    bottom: 5vw;
    width: 11vw;
  }
}
.action-container .line-icon img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.action-container .line-icon:hover {
  transform: translateY(-0.2vw);
}
.action-container .line-icon:hover img {
  opacity: 1;
}

.footer {
  background-color: #333;
  color: #ffffff;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  opacity: 0.7;
}
.footer__nav {
  padding: 0 20px 40px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding: 0 0 24px;
  }
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 16px;
  }
}
.footer__nav-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer__nav-title {
    font-size: 14px;
  }
}
.footer__nav-links {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer__nav-links {
    margin-top: 4px;
  }
}
.footer__nav-links li + li {
  margin-top: 4px;
}
.footer__nav-links a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .footer__nav-links a {
    font-size: 12px;
  }
}
.footer__nav-links a:hover {
  opacity: 1;
}
.footer__bottom {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 24px 0;
  }
}
.footer__logo img {
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    max-width: 150px;
  }
}
.footer__copy {
  margin-top: 16px;
  font-size: 14px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 12px;
    font-size: 12px;
  }
}

.section-header {
  text-align: center;
}
.section-header + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-header + * {
    margin-top: 24px;
  }
}
.section-header__en {
  color: #855625;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .section-header__en {
    font-size: 18px;
  }
}
.section-header__title {
  margin-top: -4px;
  color: #855625;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .section-header__title {
    margin-top: -8px;
    font-size: 24px;
  }
}

.mv {
  position: relative;
  padding-top: 160px;
  background-color: #FDF3F0;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 80px 0 0px;
  }
}
.mv__inner {
  text-align: center;
}
.mv__badges {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.mv__badge {
  display: inline-block;
  padding: 8px 24px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  color: #EEA097;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .mv__badge {
    padding: 4px 16px;
    font-size: 18px;
  }
}
.mv__title-img img {
  max-width: 774px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mv__title-img img {
    max-width: 100%;
  }
}
.mv__subtitle {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .mv__subtitle {
    margin-top: 35px;
    font-size: 14px;
  }
}
.mv__catch {
  margin-top: 16px;
  font-size: 36px;
  font-weight: 700;
  color: #FB8577;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .mv__catch {
    margin-top: 5px;
    font-size: 20px;
  }
}
.mv__img {
  margin: 80px calc((100vw - 100%) / 2 * -1) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__img {
    margin-top: 60px;
    overflow: hidden;
  }
}
.mv__img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__img img {
    min-width: 800px;
  }
}

.onestop {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .onestop {
    padding-top: 64px;
  }
}
.onestop__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .onestop__heading {
    align-items: flex-end;
    gap: 4px;
  }
}
.onestop__heading-text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .onestop__heading-text {
    padding: 0 10px;
    font-size: 20px;
  }
}
.onestop__line {
  margin-top: 24px;
  width: 64px;
  height: 1px;
  background-color: #FB8577;
  transform: rotate(67deg);
}
@media screen and (max-width: 767px) {
  .onestop__line {
    width: 2px;
    height: 58px;
    margin-top: 0;
    transform: rotate(-20deg);
  }
}
.onestop__line:last-child {
  transform: rotate(-67deg);
}
@media screen and (max-width: 767px) {
  .onestop__line:last-child {
    transform: rotate(20deg);
  }
}
.onestop__cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onestop__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .onestop__cards {
    grid-template-columns: 1fr;
  }
}
.onestop__card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.onestop__card-icon {
  margin: 0 auto;
}
.onestop__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.onestop__card-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .onestop__card-title {
    font-size: 18px;
  }
}
.onestop__card-text {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .onestop__card-text {
    font-size: 16px;
  }
}

.about {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 64px 0;
  }
}
.about__inner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.about__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
.about__text + .about__text {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 16px;
    text-align: left;
  }
  .about__text + .about__text {
    margin-top: 0;
  }
}

.cta {
  padding: 60px 0;
  background-color: #B89273;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 56px 0;
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 0 24px;
  }
}
.cta__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 28px;
  }
}
.cta__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .cta__text {
    margin-top: 24px;
  }
}
.cta__buttons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .cta__buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px 32px;
  border-radius: 16px;
  transition: 0.3s ease;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    gap: 8px;
  }
}
.cta__btn--tel {
  background-color: #ffffff;
  color: #333333;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .cta__btn--tel {
    min-width: auto;
  }
}
.cta__btn--tel svg {
  transition: fill 0.3s ease;
  width: 100%;
}
.cta__btn--tel svg path {
  transition: fill 0.3s ease;
}
.cta__btn--tel:hover svg path {
  fill: #FF918A;
}
.cta__btn--tel .cta__btn-label {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cta__btn--tel .cta__btn-label {
    margin-bottom: 0;
  }
}
.cta__btn--mail {
  background-color: #ffffff;
  color: #333333;
}
.cta__btn-label {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cta__btn-label {
    font-size: 16px;
  }
}
.cta__btn-ruby {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 70px;
  padding-left: 48px;
  font-size: 12px;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .cta__btn-ruby {
    gap: 40px;
    padding-left: 24px;
    font-size: 8px;
    margin-top: 0;
  }
}
.cta__btn-number {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cta__btn-number {
    margin-top: 0;
    font-size: 36px;
    gap: 16px;
  }
}
.cta__btn-number img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .cta__btn-number img {
    width: 32px;
    height: 32px;
  }
}
.cta__btn-link {
  margin-top: 16px;
  display: inline-block;
  padding: 24px 40px;
  border-radius: 40px;
  background: linear-gradient(180deg, #FF918A 0%, #FF6C55 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 20px;
  max-width: 440px;
  font-weight: 700;
  letter-spacing: 0.02em;
  width: 100%;
  text-decoration: none;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cta__btn-link {
    margin-top: 0;
    padding: 20px 5px;
    font-size: 16px;
  }
}
.cta__btn-link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.strength {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .strength {
    padding-top: 64px;
  }
}
.strength__header {
  position: relative;
  text-align: center;
  padding-block: 48px;
  background-color: #EEA097;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .strength__header {
    padding: 48px 16px;
    margin-inline: calc((100vw - 100%) / 2 * -1);
    border-radius: 0;
  }
}
.strength__header::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 24px solid #EEA097;
}
@media screen and (max-width: 767px) {
  .strength__header::after {
    bottom: -24px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 24px solid #EEA097;
  }
}
.strength__header-sub {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .strength__header-sub {
    font-size: 16px;
  }
}
.strength__header-title {
  margin-top: 8px;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .strength__header-title {
    font-size: 32px;
  }
}
.strength__label {
  margin-top: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #EEA097;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .strength__label {
    margin-top: 64px;
    gap: 8px;
    color: #EEA097;
    padding: 8px 0;
    border-radius: 32px;
  }
}
.strength__label span {
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .strength__label span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .strength__label span:first-child, .strength__label span:last-child {
    font-size: 24px;
  }
}
.strength__ters-img {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strength__ters-img {
    margin-top: 20px;
  }
}
.strength__ters-img img {
  max-width: 100%;
  height: auto;
}

.ters-section {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .ters-section {
    padding: 40px 0 0;
  }
}
.ters-section + .ters-section {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .ters-section + .ters-section {
    padding-top: 48px;
  }
}
.ters-section__header {
  display: flex;
  align-items: baseline;
}
.ters-section__letter {
  color: #EEA097;
  font-size: 128px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .ters-section__letter {
    font-size: 96px;
  }
}
.ters-section__name {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #EEA097;
}
@media screen and (max-width: 767px) {
  .ters-section__name {
    font-size: 32px;
    padding-bottom: 18px;
  }
}
.ters-section__content {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .ters-section__content {
    margin-top: 16px;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.ters-section__text-area {
  flex: 1;
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  .ters-section__text-area {
    max-width: 100%;
  }
}
.ters-section__num-title {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .ters-section__num-title {
    gap: 20px;
  }
}
.ters-section__num {
  font-size: 36px;
  font-weight: 700;
  color: #EEA097;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ters-section__num {
    font-size: 32px;
  }
}
.ters-section__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .ters-section__title {
    font-size: 24px;
  }
}
.ters-section__text {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .ters-section__text {
    margin-top: 16px;
    font-size: 16px;
  }
}
.ters-section__text + .ters-section__text {
  margin-top: 4px;
}
.ters-section__img {
  flex-shrink: 0;
}
.ters-section__img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ters-section__img {
    width: 100%;
    text-align: center;
    order: -1;
  }
  .ters-section__img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ters-section--restore .ters-section__content:not(:last-child) {
    padding-bottom: 24px;
  }
}

.support-example {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .support-example {
    margin-top: 24px;
  }
}
.support-example__item img {
  width: 100%;
  height: auto;
}

.promise {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .promise {
    padding-top: 120px;
  }
}
.promise__header {
  text-align: center;
}
.promise__header-en {
  color: #EEA097;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .promise__header-en {
    font-size: 14px;
  }
}
.promise__header-title {
  color: #333;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .promise__header-title {
    font-size: 20px;
  }
}
.promise__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .promise__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
    gap: 8px;
  }
}
.promise__item {
  position: relative;
  padding: 8px;
  background-color: #FAD9D6;
  text-align: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .promise__item {
    padding: 8px;
  }
}
.promise__item p {
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border: 1px solid #fff;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .promise__item p {
    padding: 12px;
    font-size: 14px;
    border-width: 2px;
  }
}

.qualification {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .qualification {
    padding-top: 180px;
  }
}
.qualification__inner {
  padding: 103px 100px;
  border-radius: 12px;
  max-width: 1080px;
  background: #AEA194;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qualification__inner {
    padding: 80px 24px 80px;
    border-radius: 12px;
  }
}
.qualification__badge {
  text-align: center;
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 40px;
  border-radius: 48px;
  background: #EFBE5E;
  max-width: 622px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .qualification__badge {
    top: -60px;
    padding: 16px 36px;
    max-width: none;
    text-align: left;
    border-radius: 67px;
  }
}
.qualification__badge h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .qualification__badge h2 {
    font-size: 16px;
  }
}
.qualification__content {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .qualification__content {
    flex-direction: column;
    gap: 24px;
  }
}
.qualification__img {
  flex-shrink: 0;
  max-width: 251px;
}
.qualification__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .qualification__img {
    max-width: 100%;
  }
}
.qualification__text {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .qualification__text {
    font-size: 14px;
    text-align: left;
  }
}

.service {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 64px 0;
  }
}
.service__list {
  margin-top: 94px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 24px;
}
@media screen and (max-width: 767px) {
  .service__list {
    margin-top: 68px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.service__item {
  position: relative;
  padding: 56px 20px 24px;
  background-color: #ffffff;
  border: 3px solid #EEA097;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__item {
    padding: 56px 24px 24px;
  }
}
.service__item-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  background-color: #EEA097;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .service__item-num {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.service__item-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #333333;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .service__item-title {
    font-size: 18px;
    min-height: auto;
  }
}
.service__item-text {
  margin-top: 21px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .service__item-text {
    margin-top: 21px;
    font-size: 16px;
  }
}

.flow {
  padding-block: 160px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 64px 0 120px;
  }
}
.flow__note {
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .flow__note {
    font-size: 16px;
    text-align: left;
  }
}
.flow__img {
  margin-top: 54px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__img {
    margin-top: 40px;
  }
}
.flow__img img {
  max-width: 100%;
  height: auto;
}

.request-flow {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .request-flow {
    padding: 64px 0;
  }
}
.request-flow__list {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  list-style: none;
  counter-reset: none;
}
@media screen and (max-width: 767px) {
  .request-flow__list {
    margin-top: 40px;
    gap: 16px;
  }
}
.request-flow__item {
  width: 100%;
}
.request-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 36px;
  height: 17px;
  margin: 16px auto 0;
  background-color: #EEA097;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .request-flow__item:not(:last-child)::after {
    width: 36px;
    height: 17px;
    margin: 16px auto 0;
  }
}
.request-flow__card {
  padding: 24px;
  background-color: #ffffff;
  border: 2px solid #EEA097;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .request-flow__card {
    padding: 24px 20px 24px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .request-flow__card--emergency {
    padding: 0;
  }
}
.request-flow__card--emergency .request-flow__badge {
  display: none;
}
@media screen and (max-width: 767px) {
  .request-flow__card--emergency .request-flow__badge {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .request-flow__card--emergency .request-flow__body {
    padding: 12px 20px 24px;
  }
}
.request-flow__card--emergency .request-flow__header::after {
  content: "＜緊急対応＞";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #ffffff;
  background-color: #F58B7F;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .request-flow__card--emergency .request-flow__header::after {
    display: none;
  }
}
.request-flow__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.request-flow__header {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .request-flow__header {
    gap: 16px;
  }
}
.request-flow__num {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
  color: #EEA097;
}
@media screen and (max-width: 767px) {
  .request-flow__num {
    font-size: 28px;
  }
}
.request-flow__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .request-flow__title {
    font-size: 20px;
  }
}
.request-flow__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #ffffff;
  background-color: #F58B7F;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .request-flow__badge {
    width: 100%;
    padding: 0 16px;
    font-size: 16px;
    line-height: 2.8;
    border-radius: 18px 18px 0 0;
  }
}
.request-flow__text {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .request-flow__text {
    margin-top: 0;
    font-size: 16px;
  }
}

.area {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area {
    padding: 64px 0;
  }
}
.area::before {
  content: "";
  position: absolute;
  background: url("../images/disaster-recovery/area-bg.svg") no-repeat center center/cover;
  top: 80px;
  width: 100%;
  height: 584px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .area::before {
    height: 52.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .area::before {
    top: 64px;
    height: 400px;
  }
}
.area__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area__img {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area__img {
    margin-top: 24px;
  }
}
.area__img img {
  max-width: 100%;
  height: auto;
}
.area__info {
  margin-top: 70px;
  padding: 40px 36px 68px;
  background-color: #ffffff;
  border: 2px solid #EEA097;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .area__info {
    margin-top: 40px;
    padding: 24px 20px;
  }
}
.area__info-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
  color: #EEA097;
}
@media screen and (max-width: 767px) {
  .area__info-title {
    font-size: 24px;
  }
}
.area__regions {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .area__regions {
    margin-top: 24px;
    gap: 16px;
  }
}
.area__region-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .area__region-group {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.area__region {
  display: flex;
  flex-direction: column;
}
.area__region-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .area__region-title {
    font-size: 16px;
    font-weight: 700;
  }
}
.area__region-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .area__region-list {
    font-size: 14px;
  }
}

.voice {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 64px 0;
  }
}
.voice__list {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .voice__list {
    margin-top: 40px;
    gap: 16px;
  }
}
.voice__item {
  padding: 8px 24px 24px;
  background-color: #ffffff;
  border: 2px solid #9F7F5B;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .voice__item {
    padding: 14px 24px 24px;
    border-radius: 32px;
  }
}
.voice__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #333333;
}
.voice__text::first-letter {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #EEA097;
}
@media screen and (max-width: 767px) {
  .voice__text {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .voice__text::first-letter {
    font-size: 28px;
    line-height: 1;
  }
}

.faq {
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 64px 0 120px;
  }
}
.faq__list {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 40px;
    gap: 16px;
  }
}
.faq__item {
  overflow: hidden;
}
.faq__question {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 40px 24px;
  background-color: #EEA097;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .faq__question {
    gap: 12px;
    padding: 16px 24px 24px;
  }
}
.faq__question-icon {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .faq__question-icon {
    font-size: 36px;
  }
}
.faq__question-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .faq__question-text {
    font-size: 18px;
  }
}
.faq__answer {
  padding: 24px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding: 24px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=disaster-recovery.css.map */
