@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}

body {
  color: #444;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

main {
  color: #444;
  background-color: white;
}

section {
  overflow-x: hidden;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 5rem 0;
  }
}

header {
  width: 100%;
  background-image: url("../img/mv_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 5.875rem 0rem 22.5rem;
}
@media screen and (min-width: 768px) {
  header {
    background-image: url("../img/mv.jpg");
    padding: 6.375rem 0rem 4.875rem;
  }
}

.mv-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .mv-title {
    font-size: 3.75rem;
  }
}

.mv-subtitle {
  margin-top: 1rem;
  color: #6D7280;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.header-btn__area {
  margin-top: 3.5rem;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .header-btn__area {
    margin-top: 3rem;
    justify-content: left;
    gap: 2.25rem;
  }
}

.header-btn {
  border-radius: 30px;
}
.header-btn.contact {
  background-color: #B9860B;
}

.header-btn.line {
  background-color: #49D256;
}

.header-btn a {
  padding: 0.625rem 1.25rem;
  color: #FCFCFC;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
}
footer {
  padding: 2rem 0;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  footer .inner {
    display: flex;
    align-items: center;
    gap: 3.75rem;
  }
}

.footer-logo {
  max-width: 15rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    margin: 0;
  }
}

.footer-text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #444;
}
@media screen and (min-width: 768px) {
  .footer-text {
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.footer-text li {
  display: flex;
}

.footer-text li:nth-child(n+2) {
  margin-top: 0.5rem;
}

.footer-text__l {
  white-space: nowrap;
}

.inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 78.125rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.section-title {
  text-align: center;
}

.section-title .main-title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #B9860B;
}
@media screen and (min-width: 768px) {
  .section-title .main-title {
    font-size: 3.75rem;
  }
}

.section-title .sub-title {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #6D7280;
}
@media screen and (min-width: 768px) {
  .section-title .sub-title {
    font-size: 1.25rem;
  }
}

.features {
  background-color: #FFF9E9;
}
.features-contents {
  margin: 2.25rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .features-contents {
    max-width: initial;
  }
}

.features-contents__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .features-contents__title {
    font-size: 2.5rem;
  }
}

.features-contents__card {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .features-contents__card {
    margin-top: 2.25rem;
  }
}

.features-contents__card ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .features-contents__card ul {
    gap: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .features-contents__card ul {
    gap: 1.25rem;
  }
}

.features-contents__card .card-item {
  width: 15rem;
  background-color: #fff;
  padding: 2rem 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .features-contents__card .card-item {
    width: calc((100% - 5.25rem) / 3);
    padding: 2rem 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .features-contents__card .card-item {
    width: calc((100% - 5rem) / 5);
  }
}

.features-contents__card .card-item .image {
  width: 5.375rem;
  margin: 0 auto;
}
.features-contents__card .card-item .title {
  margin-top: 1.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .features-contents__card .card-item .title {
    height: 5.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .features-contents__card .card-item .title {
    font-size: 1.25rem;
  }
}

.features-contents__card .card-item .text {
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .features-contents__card .card-item .text {
    margin-top: 0.75rem;
  }
}

.needs {
  background-color: #FCFCFC;
  position: relative;
  overflow: hidden;
}

.needs .inner {
  position: relative;
  z-index: 1;
}

.needs-contents {
  margin: 0 auto;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .needs-contents {
    max-width: 57.875rem;
  }
}

.needs-contents__block {
  margin-top: 2.25rem;
}
.needs-contents__block h3 {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .needs-contents__block h3 {
    text-align: left;
    font-size: 2.5rem;
    font-feature-settings: "palt";
  }
}

.needs-contents__block p {
  font-size: 1rem;
  margin-top: 1rem;
}
.needs-contents__btm {
  color: #DB0D0A;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .needs-contents__btm {
    font-size: 1.5rem;
  }
}

.needs-acssent {
  width: 5.625rem;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .needs-acssent {
    width: 31.5625rem;
  }
}

.needs-acssent.acssent1 {
  top: 3.5rem;
  left: -1.625rem;
}
@media screen and (min-width: 768px) {
  .needs-acssent.acssent1 {
    top: initial;
    bottom: 1.4375rem;
    left: -18.375rem;
  }
}

.needs-acssent.acssent2 {
  top: 0rem;
  right: -1.625rem;
}
@media screen and (min-width: 768px) {
  .needs-acssent.acssent2 {
    top: 0.4375rem;
    right: -18.375rem;
  }
}

.risks {
  background-color: #DCDCDC;
}

.risks-contents {
  margin: 1.25rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .risks-contents {
    margin-top: 3.375rem;
    max-width: initial;
  }
}

@media screen and (min-width: 768px) {
  .risks-contents--list ul {
    gap: 1rem;
    justify-content: center;
  }
}

.risks-contents--list__item {
  background-color: rgba(65, 65, 64, 0.7);
  border: 5px solid #414140;
  padding: 0.625rem 1.5625rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .risks-contents--list__item {
    padding: 1.25rem 0.75rem;
    width: calc(100% - 2rem);
    height: initial;
    display: inline-block;
  }
}

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

.risks-contents--list__item .texts h3 {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .risks-contents--list__item .texts h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .risks-contents--list__item .texts h3 {
    font-size: 1.75rem;
  }
}

.risks-contents--list__item .texts p {
  font-size: 1rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .risks-contents--list__item .texts p {
    font-size: 0.9375rem;
    margin-top: 1rem;
  }
}

.risks-contents__btm {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .risks-contents__btm {
    margin-top: 1.5rem;
    gap: 4rem;
  }
}

.risks-contents__btm .text {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .risks-contents__btm .text {
    margin-top: 1.875rem;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .risks-contents__btm .text {
    font-size: 2.375rem;
  }
}

.risks-contents__btm .image {
  padding: 0 0.75rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .risks-contents__btm .image {
    margin-top: 0;
    padding: 0;
    width: 100%;
    max-width: 17.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .risks-contents__btm .image {
    margin-top: 0;
    padding: 0;
    width: 100%;
    max-width: 20.3125rem;
  }
}

.advantage {
  position: relative;
  overflow: hidden;
}

.advantage .inner {
  position: relative;
  z-index: 1;
}

.advantage-contents {
  margin: 1.5rem auto 0;
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .advantage-contents {
    margin-top: 2.25rem;
    max-width: initial;
  }
}

.advantage-contents ul {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .advantage-contents ul {
    gap: 1.25rem;
  }
}

.advantage-contents__item {
  width: 10.625rem;
  height: 10.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #B9860B;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .advantage-contents__item {
    width: calc((100% - 3.75rem) / 4);
    height: auto;
    aspect-ratio: 1/1;
    border: 3px solid #444;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .advantage-contents__item {
    font-size: 1.5rem;
  }
}

.advantage-contents__item:nth-child(n+2) {
  border-color: #444;
}
@media screen and (min-width: 768px) {
  .advantage-contents__item:nth-child(n+2) {
    border-color: initial;
  }
}

.advantage-contents__item:nth-child(2n) {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .advantage-contents__item:nth-child(2n) {
    margin-top: 10rem;
    margin-top: 0rem;
    transform: translateY(10rem);
    border-color: #B9860B;
  }
}

.advantage-contents__item:nth-child(n+3) {
  transform: translateY(-4.375rem);
}
@media screen and (min-width: 768px) {
  .advantage-contents__item:nth-child(n+3) {
    transform: initial;
  }
}

.advantage-contents__item:last-child {
  border-color: #B9860B;
}
@media screen and (min-width: 768px) {
  .advantage-contents__item:last-child {
    transform: translateY(10rem);
  }
}

.advantage-contents__image {
  max-width: 28.125rem;
  margin: 0 auto;
  transform: translateY(-4.375rem);
}
@media screen and (min-width: 768px) {
  .advantage-contents__image {
    max-width: 42.5rem;
    transform: initial;
    margin-top: 10rem;
  }
}

.advantage-acssent {
  width: 5.625rem;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .advantage-acssent {
    width: 31.5625rem;
  }
}

.advantage-acssent.acssent1 {
  bottom: 10.625rem;
  left: -0.75rem;
}
@media screen and (min-width: 768px) {
  .advantage-acssent.acssent1 {
    bottom: 14.5rem;
    left: -12.0625rem;
  }
}

.advantage-acssent.acssent2 {
  top: 5.375rem;
  right: -1.625rem;
}
@media screen and (min-width: 768px) {
  .advantage-acssent.acssent2 {
    top: -20.3125rem;
    right: -12.3125rem;
  }
}

.comparison-table__wrap {
  width: 100%;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .comparison-table__wrap {
    max-width: 75rem;
    overflow-x: initial;
    display: none;
  }
}

.comparison-table__wrap .comparison-table {
  width: 28.125rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .comparison-table__wrap .comparison-table {
    width: 100%;
    margin-top: 0.75rem;
  }
}

.comparison-table .tr .th {
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .comparison-table .tr .th {
    width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .comparison-table .tr .th {
    width: 13.75rem;
  }
}

.comparison-table .tr .td {
  border-left: 1px solid #444;
  width: calc((100% - 4.375rem) / 3);
}
@media screen and (min-width: 768px) {
  .comparison-table .tr .td {
    width: calc((100% - 10rem) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .comparison-table .tr .td {
    width: calc((100% - 13.75rem) / 3);
  }
}

.comparison-table__wrap .comparison-table .tr .th,
.comparison-table__wrap .comparison-table .tr .td {
  padding: 0.375rem 0;
  height: initial;
}
@media screen and (min-width: 768px) {
  .comparison-table__wrap .comparison-table .tr .th,
  .comparison-table__wrap .comparison-table .tr .td {
    height: 7.5rem;
    padding: 1.125rem 0;
  }
}

.comparison-table {
  margin-top: 1.25rem;
  width: 100%;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .comparison-table {
    padding: 0;
    max-width: 75rem;
    margin: 1rem auto 0;
  }
}

.comparison-table .tr {
  display: flex;
  width: 100%;
}
.comparison-table .tr .th,
.comparison-table .tr:nth-of-type(1) .td {
  background-color: #FFF9E9;
  color: #B9860B;
}

.comparison-table .tr:nth-child(n+2) .th,
.comparison-table .tr:nth-child(n+2) .td {
  border-top: 1px solid #444;
}
@media screen and (min-width: 768px) {
  .comparison-table .tr:nth-child(n+2) .th,
  .comparison-table .tr:nth-child(n+2) .td {
    height: 8.5rem;
  }
}

.comparison-table .tr .th,
.comparison-table .tr .td {
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  height: 2.5rem;
  height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  padding: 0.25rem 0;
}
@media screen and (min-width: 768px) {
  .comparison-table .tr .th,
  .comparison-table .tr .td {
    height: 7.5rem;
    padding: 1.125rem 0;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .comparison-table .tr .th,
  .comparison-table .tr .td {
    font-size: 2rem;
  }
}

.comparison-table .tr .th span,
.comparison-table .tr .td span {
  font-size: 0.625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .comparison-table .tr .th span,
  .comparison-table .tr .td span {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .comparison-table .tr .th span,
  .comparison-table .tr .td span {
    font-size: 1.5rem;
  }
}

.case-study {
  background-color: #FFF9E9;
}

.case-study__contents {
  max-width: 28.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .case-study__contents {
    margin-top: 4.125rem;
    max-width: 75rem;
  }
}

.case-study__card {
  flex-direction: column;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .case-study__card {
    flex-direction: row;
    justify-content: center;
    gap: 1.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .case-study__card {
    gap: 3.125rem;
  }
}

.case-study__card .card-item {
  background-color: #FCFCFC;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .case-study__card .card-item {
    display: block;
    width: calc(50% - 0.78125rem);
  }
}
@media screen and (min-width: 1024px) {
  .case-study__card .card-item {
    width: calc(50% - 1.5625rem);
  }
}

.case-study__card .card-item1 {
  padding: 0.875rem 0.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .case-study__card .card-item1 {
    margin: 0;
    padding: 0.875rem 0rem 1.25rem;
  }
}

.card-item__image {
  width: 16.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .card-item__image {
    width: 15rem;
  }
}

.card-item1__text {
  margin-top: 1.125rem;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .card-item1__text {
    font-size: 0.875rem;
    margin: 1rem auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .card-item1__text {
    font-size: 1.25rem;
  }
}

.case-study__card .card-item2 {
  padding: 1.125rem 0.5rem 2.875rem;
}
@media screen and (min-width: 768px) {
  .case-study__card .card-item2 {
    padding: 2.875rem 1.625rem;
  }
}

.card-item2__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .card-item2__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .card-item2__title {
    font-size: 2rem;
  }
}

.card-item2__text {
  margin-top: 1.125rem;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-item2__text {
    font-size: 1rem;
    padding: 0;
    max-width: 31.25rem;
    margin: 3.375rem auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .card-item2__text {
    font-size: 1.25rem;
  }
}

.card-item2__text li:nth-child(n+2) {
  margin-top: 1.375rem;
}

.case-study__contents--btm {
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .case-study__contents--btm {
    padding: 0 1.5rem;
    margin-top: 4.125rem;
    font-size: 1.25rem;
  }
}

.price-plan {
  background-image: url("../img/price-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.price-plan .section-title .main-title,
.price-plan .section-title .sub-title {
  color: #fff;
}

.price-contents {
  margin: 1.125rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .price-contents {
    margin-top: 2.25rem;
    max-width: 75rem;
  }
}

.price-contents__top {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .price-contents__top {
    font-size: 2.5rem;
  }
}

.price-card {
  margin-top: 1.5rem;
  padding: 0 0.875rem;
}
@media screen and (min-width: 768px) {
  .price-card {
    margin-top: 2.25rem;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .price-card ul {
    gap: 2.25rem;
  }
}

.price-card__item {
  background-color: #B9860B;
  padding: 0.5rem;
  border-radius: 6px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price-card__item {
    width: calc((100% - 4.5rem) / 3);
    padding: 2.875rem 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item {
    padding: 4.125rem 1rem;
  }
}

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

.price-card__item--name {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.5;
}
.price-card__item--name span {
  font-size: 1.25rem;
  display: block;
  line-height: 1;
  margin-top: -0.25rem;
}
.price-card__item--price {
  margin-top: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price-card__item--price {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item--price {
    font-size: 1.25rem;
  }
}

.price-card__item--price span {
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .price-card__item--price span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__item--price span {
    font-size: 2.25rem;
  }
}

.price-card__item--price p {
  display: inline-block;
  padding: 0.625rem;
  background-color: #fff;
}
.price-card__item--text {
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.price-list {
  padding: 1.5625rem 0;
}
@media screen and (min-width: 768px) {
  .price-list {
    padding: 5rem 0;
  }
}

.price-list__table--wrap {
  width: 100%;
  max-width: 31.25rem;
  margin: 1rem auto 0;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .price-list__table--wrap {
    display: none;
  }
}

.price-list__table--wrap .price-list__table {
  padding: 0.5rem 0.25rem;
  width: 31.25rem;
}
.price-list__table {
  background-color: #FFF9E9;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .price-list__table {
    max-width: 75rem;
  }
}

.price-list__table .tr {
  display: flex;
}
.price-list__table .tr:nth-child(n+2) {
  border-top: 1px solid #444444;
}
.price-list__table .th,
.price-list__table .td {
  min-height: 2.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.price-list__table .tr .th,
.price-list__table .tr:nth-of-type(1) .td {
  color: #B9860B;
}

.price-list__table .th {
  width: 8.125rem;
  padding: 0.25rem;
}
@media screen and (min-width: 768px) {
  .price-list__table .th {
    width: 20rem;
    padding: 1.125rem 1.5rem 0.875rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-list__table .th {
    font-size: 1.5rem;
  }
}

.price-list__table .td {
  width: calc((100% - 8.125rem) / 3);
  border-left: 1px solid #444444;
  justify-content: center;
  flex-direction: column;
  padding: 0.25rem 0.125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .price-list__table .td {
    width: calc((100% - 20rem) / 3);
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-list__table .td {
    font-size: 1.5rem;
  }
}

.price-list__table .td span {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price-list__table .td span {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-list__table .td span {
    font-size: 0.9375rem;
  }
}

.price-list__table .tr:nth-of-type(1) .td {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .price-list__table .tr:nth-of-type(1) .td {
    font-size: 1.25rem;
    padding: 3rem 0 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-list__table .tr:nth-of-type(1) .td {
    font-size: 1.5rem;
  }
}

.price-list__table .tr:last-child .red-text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .price-list__table .tr:last-child .red-text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-list__table .tr:last-child .red-text {
    font-size: 2.25rem;
  }
}

.price-list__table .tr:last-child .red-text span {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price-list__table .tr:last-child .red-text span {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-list__table .tr:last-child .red-text span {
    font-size: 1.25rem;
  }
}

.price-list__table .td .maru {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #444;
}
@media screen and (min-width: 768px) {
  .price-list__table .td .maru {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.price-list__table .td .line {
  font-size: 1.34375rem;
}
@media screen and (min-width: 768px) {
  .price-list__table .td .line {
    font-size: 2rem;
  }
}

.contact-area {
  background-color: #FFD465;
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
  color: #444;
}
@media screen and (min-width: 768px) {
  .contact-area {
    padding: 8.125rem 0;
  }
}

.contact-main {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contact-main {
    max-width: 43.75rem;
  }
}

.contact-main__top {
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-main__top {
    font-size: 1.5rem;
  }
}

.contact-btn__area {
  margin-top: 1.5625rem;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-btn__area {
    margin-top: 3rem;
    gap: 2.25rem;
  }
}

.contact-btn {
  border-radius: 50px;
  width: 21.875rem;
  height: 4.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    width: 20.625rem;
    margin: 0;
  }
}

.contact-btn.contact {
  background-color: #B9860B;
}

.contact-btn.line {
  background-color: #49D256;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-btn.line {
    margin-top: 0;
  }
}

.contact-btn a {
  padding: 0.625rem 1.25rem;
  color: #FCFCFC;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1;
  display: block;
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-image {
  margin: 1.5rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .contact-image {
    margin: 0;
    width: 50%;
    max-width: 44.125rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mobile_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-mobile_flex {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.red-text {
  color: #DB0D0A;
}

/*# sourceMappingURL=style.css.map */
