@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

@media (width >= 782px) {
  #wpadminbar {
    position: absolute;
  }
}
@media (width < 782px) {
  #wpadminbar {
    display: none;
  }
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
}
html * {
  box-sizing: border-box;
}

@media (width >= 1200px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
body {
  background: #FFF7E1;
  color: #333333;
}
@media (width >= 1200px) {
  body {
    padding-top: min(7.5vw, 90px);
  }
}
@media (width < 1200px) {
  body {
    padding-top: min(17.6vw, 66px);
  }
}

@media (width < 1200px) {
  main > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cover {
  margin-left: auto;
  margin-right: auto;
  margin-top: min(6.6666666667vw, 80px);
  margin-bottom: min(6.6666666667vw, 80px);
}

.group {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(30px, 4.1666666667vw, 50px);
  margin-bottom: min(4.1666666667vw, 50px);
}

.heading1 p {
  font-size: clamp(16px, 1.6666666667vw, 20px);
  color: #FF8682;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.heading1 h1, .heading1 h2, .heading1 h3 {
  font-size: clamp(30px, 3.5vw, 42px);
}
.heading1 + * {
  margin-top: min(1.6666666667vw, 20px);
}

.heading2 h1, .heading2 h2, .heading2 h3 {
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid #FF8682;
}
.heading2 .date {
  margin-top: 10px;
  font-size: 16px;
}
.heading2 + * {
  margin-top: 20px;
}

.button1 {
  margin-top: min(2.5vw, 30px);
}
.button1 a {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  position: relative;
  border-radius: 60px;
}
.button1 a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #FFFF00;
  z-index: 0;
  border-radius: 60px;
  top: 5px;
  left: 5px;
  transition: all 0.3s ease 0s;
}
.button1 a span {
  position: relative;
  z-index: 10;
  border: 2px solid #333;
  border-radius: 60px;
  height: 60px;
  line-height: 57px;
  display: block;
  width: 100%;
}
.button1 a:hover span {
  color: #fff;
}
.button1 a:hover:before {
  background: #FFA410;
}

@media (width >= 992px) {
  .hover {
    transition: all 0.3s ease 0s;
  }
  .hover:hover {
    opacity: 0.6;
  }
}

.base-tel span {
  font-size: 14px;
  display: block;
}
.base-tel a {
  font-size: 42px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 100%;
}
.base-tel img {
  position: relative;
  top: -5px;
  display: inline-block;
}

@media ( width < 992px ) {
  .lt {
    display: none !important;
  }
}

@media ( width < 600px ) {
  .lt-tb {
    display: none !important;
  }
}

@media ( width < 600px ), ( width >= 992px ) {
  .tb {
    display: none !important;
  }
}

@media ( width >= 992px ) {
  .tb-sp {
    display: none !important;
  }
}

@media ( width >= 600px ) {
  .sp {
    display: none !important;
  }
}

.tl {
  text-align: left !important;
}

@media (width >= 992px) {
  .tllt {
    text-align: left !important;
  }
}

@media (width >= 600px) {
  .tllt-tb {
    text-align: left !important;
  }
}

@media (600px <= width < 992px) {
  .tltb {
    text-align: left !important;
  }
}

@media (width < 992px) {
  .tltb-sp {
    text-align: left !important;
  }
}

@media (width < 600px) {
  .tlsp {
    text-align: left !important;
  }
}

.tc {
  text-align: center !important;
}

@media (width >= 992px) {
  .tclt {
    text-align: center !important;
  }
}

@media (width >= 600px) {
  .tclt-tb {
    text-align: center !important;
  }
}

@media (600px <= width < 992px) {
  .tctb {
    text-align: center !important;
  }
}

@media (width < 992px) {
  .tctb-sp {
    text-align: center !important;
  }
}

@media (width < 600px) {
  .tcsp {
    text-align: center !important;
  }
}

.tr {
  text-align: right !important;
}

@media (width >= 992px) {
  .trlt {
    text-align: right !important;
  }
}

@media (width >= 600px) {
  .trlt-tb {
    text-align: right !important;
  }
}

@media (600px <= width < 992px) {
  .trtb {
    text-align: right !important;
  }
}

@media (width < 992px) {
  .trtb-sp {
    text-align: right !important;
  }
}

@media (width < 600px) {
  .trsp {
    text-align: right !important;
  }
}

.tj {
  text-align: justify !important;
}

@media (width >= 992px) {
  .tjlt {
    text-align: justify !important;
  }
}

@media (width >= 600px) {
  .tjlt-tb {
    text-align: justify !important;
  }
}

@media (600px <= width < 992px) {
  .tjtb {
    text-align: justify !important;
  }
}

@media (width < 992px) {
  .tjtb-sp {
    text-align: justify !important;
  }
}

@media (width < 600px) {
  .tjsp {
    text-align: justify !important;
  }
}

.m-10 {
  margin: 10px !important;
}

@media (width >= 992px) {
  .mlt-10 {
    margin: 10px !important;
  }
}

@media (600 <= width < 992px) {
  .mtb-10 {
    margin: 10px !important;
  }
}

@media (600 <= width) {
  .mlt-tb-10 {
    margin: 10px !important;
  }
}

@media (width < 992px) {
  .mtb-sp-10 {
    margin: 10px !important;
  }
}

@media (width < 600px) {
  .msp-10 {
    margin: 10px !important;
  }
}

.mt-10 {
  margin-top: 10px !important;
}

@media (width >= 992px) {
  .mtlt-10 {
    margin-top: 10px !important;
  }
}

@media (600 <= width < 992px) {
  .mttb-10 {
    margin-top: 10px !important;
  }
}

@media (600 <= width) {
  .mtlt-tb-10 {
    margin-top: 10px !important;
  }
}

@media (width < 992px) {
  .mttb-sp-10 {
    margin-top: 10px !important;
  }
}

@media (width < 600px) {
  .mtsp-10 {
    margin-top: 10px !important;
  }
}

.mr-10 {
  margin-right: 10px !important;
}

@media (width >= 992px) {
  .mrlt-10 {
    margin-right: 10px !important;
  }
}

@media (600 <= width < 992px) {
  .mrtb-10 {
    margin-right: 10px !important;
  }
}

@media (600 <= width) {
  .mrlt-tb-10 {
    margin-right: 10px !important;
  }
}

@media (width < 992px) {
  .mrtb-sp-10 {
    margin-right: 10px !important;
  }
}

@media (width < 600px) {
  .mrsp-10 {
    margin-right: 10px !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}

@media (width >= 992px) {
  .mblt-10 {
    margin-bottom: 10px !important;
  }
}

@media (600 <= width < 992px) {
  .mbtb-10 {
    margin-bottom: 10px !important;
  }
}

@media (600 <= width) {
  .mblt-tb-10 {
    margin-bottom: 10px !important;
  }
}

@media (width < 992px) {
  .mbtb-sp-10 {
    margin-bottom: 10px !important;
  }
}

@media (width < 600px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}

.ml-10 {
  margin-left: 10px !important;
}

@media (width >= 992px) {
  .mllt-10 {
    margin-left: 10px !important;
  }
}

@media (600 <= width < 992px) {
  .mltb-10 {
    margin-left: 10px !important;
  }
}

@media (600 <= width) {
  .mllt-tb-10 {
    margin-left: 10px !important;
  }
}

@media (width < 992px) {
  .mltb-sp-10 {
    margin-left: 10px !important;
  }
}

@media (width < 600px) {
  .mlsp-10 {
    margin-left: 10px !important;
  }
}

.m-20 {
  margin: 20px !important;
}

@media (width >= 992px) {
  .mlt-20 {
    margin: 20px !important;
  }
}

@media (600 <= width < 992px) {
  .mtb-20 {
    margin: 20px !important;
  }
}

@media (600 <= width) {
  .mlt-tb-20 {
    margin: 20px !important;
  }
}

@media (width < 992px) {
  .mtb-sp-20 {
    margin: 20px !important;
  }
}

@media (width < 600px) {
  .msp-20 {
    margin: 20px !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}

@media (width >= 992px) {
  .mtlt-20 {
    margin-top: 20px !important;
  }
}

@media (600 <= width < 992px) {
  .mttb-20 {
    margin-top: 20px !important;
  }
}

@media (600 <= width) {
  .mtlt-tb-20 {
    margin-top: 20px !important;
  }
}

@media (width < 992px) {
  .mttb-sp-20 {
    margin-top: 20px !important;
  }
}

@media (width < 600px) {
  .mtsp-20 {
    margin-top: 20px !important;
  }
}

.mr-20 {
  margin-right: 20px !important;
}

@media (width >= 992px) {
  .mrlt-20 {
    margin-right: 20px !important;
  }
}

@media (600 <= width < 992px) {
  .mrtb-20 {
    margin-right: 20px !important;
  }
}

@media (600 <= width) {
  .mrlt-tb-20 {
    margin-right: 20px !important;
  }
}

@media (width < 992px) {
  .mrtb-sp-20 {
    margin-right: 20px !important;
  }
}

@media (width < 600px) {
  .mrsp-20 {
    margin-right: 20px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media (width >= 992px) {
  .mblt-20 {
    margin-bottom: 20px !important;
  }
}

@media (600 <= width < 992px) {
  .mbtb-20 {
    margin-bottom: 20px !important;
  }
}

@media (600 <= width) {
  .mblt-tb-20 {
    margin-bottom: 20px !important;
  }
}

@media (width < 992px) {
  .mbtb-sp-20 {
    margin-bottom: 20px !important;
  }
}

@media (width < 600px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}

.ml-20 {
  margin-left: 20px !important;
}

@media (width >= 992px) {
  .mllt-20 {
    margin-left: 20px !important;
  }
}

@media (600 <= width < 992px) {
  .mltb-20 {
    margin-left: 20px !important;
  }
}

@media (600 <= width) {
  .mllt-tb-20 {
    margin-left: 20px !important;
  }
}

@media (width < 992px) {
  .mltb-sp-20 {
    margin-left: 20px !important;
  }
}

@media (width < 600px) {
  .mlsp-20 {
    margin-left: 20px !important;
  }
}

.m-30 {
  margin: 30px !important;
}

@media (width >= 992px) {
  .mlt-30 {
    margin: 30px !important;
  }
}

@media (600 <= width < 992px) {
  .mtb-30 {
    margin: 30px !important;
  }
}

@media (600 <= width) {
  .mlt-tb-30 {
    margin: 30px !important;
  }
}

@media (width < 992px) {
  .mtb-sp-30 {
    margin: 30px !important;
  }
}

@media (width < 600px) {
  .msp-30 {
    margin: 30px !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}

@media (width >= 992px) {
  .mtlt-30 {
    margin-top: 30px !important;
  }
}

@media (600 <= width < 992px) {
  .mttb-30 {
    margin-top: 30px !important;
  }
}

@media (600 <= width) {
  .mtlt-tb-30 {
    margin-top: 30px !important;
  }
}

@media (width < 992px) {
  .mttb-sp-30 {
    margin-top: 30px !important;
  }
}

@media (width < 600px) {
  .mtsp-30 {
    margin-top: 30px !important;
  }
}

.mr-30 {
  margin-right: 30px !important;
}

@media (width >= 992px) {
  .mrlt-30 {
    margin-right: 30px !important;
  }
}

@media (600 <= width < 992px) {
  .mrtb-30 {
    margin-right: 30px !important;
  }
}

@media (600 <= width) {
  .mrlt-tb-30 {
    margin-right: 30px !important;
  }
}

@media (width < 992px) {
  .mrtb-sp-30 {
    margin-right: 30px !important;
  }
}

@media (width < 600px) {
  .mrsp-30 {
    margin-right: 30px !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}

@media (width >= 992px) {
  .mblt-30 {
    margin-bottom: 30px !important;
  }
}

@media (600 <= width < 992px) {
  .mbtb-30 {
    margin-bottom: 30px !important;
  }
}

@media (600 <= width) {
  .mblt-tb-30 {
    margin-bottom: 30px !important;
  }
}

@media (width < 992px) {
  .mbtb-sp-30 {
    margin-bottom: 30px !important;
  }
}

@media (width < 600px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}

.ml-30 {
  margin-left: 30px !important;
}

@media (width >= 992px) {
  .mllt-30 {
    margin-left: 30px !important;
  }
}

@media (600 <= width < 992px) {
  .mltb-30 {
    margin-left: 30px !important;
  }
}

@media (600 <= width) {
  .mllt-tb-30 {
    margin-left: 30px !important;
  }
}

@media (width < 992px) {
  .mltb-sp-30 {
    margin-left: 30px !important;
  }
}

@media (width < 600px) {
  .mlsp-30 {
    margin-left: 30px !important;
  }
}

.m-40 {
  margin: 40px !important;
}

@media (width >= 992px) {
  .mlt-40 {
    margin: 40px !important;
  }
}

@media (600 <= width < 992px) {
  .mtb-40 {
    margin: 40px !important;
  }
}

@media (600 <= width) {
  .mlt-tb-40 {
    margin: 40px !important;
  }
}

@media (width < 992px) {
  .mtb-sp-40 {
    margin: 40px !important;
  }
}

@media (width < 600px) {
  .msp-40 {
    margin: 40px !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}

@media (width >= 992px) {
  .mtlt-40 {
    margin-top: 40px !important;
  }
}

@media (600 <= width < 992px) {
  .mttb-40 {
    margin-top: 40px !important;
  }
}

@media (600 <= width) {
  .mtlt-tb-40 {
    margin-top: 40px !important;
  }
}

@media (width < 992px) {
  .mttb-sp-40 {
    margin-top: 40px !important;
  }
}

@media (width < 600px) {
  .mtsp-40 {
    margin-top: 40px !important;
  }
}

.mr-40 {
  margin-right: 40px !important;
}

@media (width >= 992px) {
  .mrlt-40 {
    margin-right: 40px !important;
  }
}

@media (600 <= width < 992px) {
  .mrtb-40 {
    margin-right: 40px !important;
  }
}

@media (600 <= width) {
  .mrlt-tb-40 {
    margin-right: 40px !important;
  }
}

@media (width < 992px) {
  .mrtb-sp-40 {
    margin-right: 40px !important;
  }
}

@media (width < 600px) {
  .mrsp-40 {
    margin-right: 40px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media (width >= 992px) {
  .mblt-40 {
    margin-bottom: 40px !important;
  }
}

@media (600 <= width < 992px) {
  .mbtb-40 {
    margin-bottom: 40px !important;
  }
}

@media (600 <= width) {
  .mblt-tb-40 {
    margin-bottom: 40px !important;
  }
}

@media (width < 992px) {
  .mbtb-sp-40 {
    margin-bottom: 40px !important;
  }
}

@media (width < 600px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}

.ml-40 {
  margin-left: 40px !important;
}

@media (width >= 992px) {
  .mllt-40 {
    margin-left: 40px !important;
  }
}

@media (600 <= width < 992px) {
  .mltb-40 {
    margin-left: 40px !important;
  }
}

@media (600 <= width) {
  .mllt-tb-40 {
    margin-left: 40px !important;
  }
}

@media (width < 992px) {
  .mltb-sp-40 {
    margin-left: 40px !important;
  }
}

@media (width < 600px) {
  .mlsp-40 {
    margin-left: 40px !important;
  }
}

.m-50 {
  margin: 50px !important;
}

@media (width >= 992px) {
  .mlt-50 {
    margin: 50px !important;
  }
}

@media (600 <= width < 992px) {
  .mtb-50 {
    margin: 50px !important;
  }
}

@media (600 <= width) {
  .mlt-tb-50 {
    margin: 50px !important;
  }
}

@media (width < 992px) {
  .mtb-sp-50 {
    margin: 50px !important;
  }
}

@media (width < 600px) {
  .msp-50 {
    margin: 50px !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}

@media (width >= 992px) {
  .mtlt-50 {
    margin-top: 50px !important;
  }
}

@media (600 <= width < 992px) {
  .mttb-50 {
    margin-top: 50px !important;
  }
}

@media (600 <= width) {
  .mtlt-tb-50 {
    margin-top: 50px !important;
  }
}

@media (width < 992px) {
  .mttb-sp-50 {
    margin-top: 50px !important;
  }
}

@media (width < 600px) {
  .mtsp-50 {
    margin-top: 50px !important;
  }
}

.mr-50 {
  margin-right: 50px !important;
}

@media (width >= 992px) {
  .mrlt-50 {
    margin-right: 50px !important;
  }
}

@media (600 <= width < 992px) {
  .mrtb-50 {
    margin-right: 50px !important;
  }
}

@media (600 <= width) {
  .mrlt-tb-50 {
    margin-right: 50px !important;
  }
}

@media (width < 992px) {
  .mrtb-sp-50 {
    margin-right: 50px !important;
  }
}

@media (width < 600px) {
  .mrsp-50 {
    margin-right: 50px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}

@media (width >= 992px) {
  .mblt-50 {
    margin-bottom: 50px !important;
  }
}

@media (600 <= width < 992px) {
  .mbtb-50 {
    margin-bottom: 50px !important;
  }
}

@media (600 <= width) {
  .mblt-tb-50 {
    margin-bottom: 50px !important;
  }
}

@media (width < 992px) {
  .mbtb-sp-50 {
    margin-bottom: 50px !important;
  }
}

@media (width < 600px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}

.ml-50 {
  margin-left: 50px !important;
}

@media (width >= 992px) {
  .mllt-50 {
    margin-left: 50px !important;
  }
}

@media (600 <= width < 992px) {
  .mltb-50 {
    margin-left: 50px !important;
  }
}

@media (600 <= width) {
  .mllt-tb-50 {
    margin-left: 50px !important;
  }
}

@media (width < 992px) {
  .mltb-sp-50 {
    margin-left: 50px !important;
  }
}

@media (width < 600px) {
  .mlsp-50 {
    margin-left: 50px !important;
  }
}

.m-60 {
  margin: 60px !important;
}

@media (width >= 992px) {
  .mlt-60 {
    margin: 60px !important;
  }
}

@media (600 <= width < 992px) {
  .mtb-60 {
    margin: 60px !important;
  }
}

@media (600 <= width) {
  .mlt-tb-60 {
    margin: 60px !important;
  }
}

@media (width < 992px) {
  .mtb-sp-60 {
    margin: 60px !important;
  }
}

@media (width < 600px) {
  .msp-60 {
    margin: 60px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}

@media (width >= 992px) {
  .mtlt-60 {
    margin-top: 60px !important;
  }
}

@media (600 <= width < 992px) {
  .mttb-60 {
    margin-top: 60px !important;
  }
}

@media (600 <= width) {
  .mtlt-tb-60 {
    margin-top: 60px !important;
  }
}

@media (width < 992px) {
  .mttb-sp-60 {
    margin-top: 60px !important;
  }
}

@media (width < 600px) {
  .mtsp-60 {
    margin-top: 60px !important;
  }
}

.mr-60 {
  margin-right: 60px !important;
}

@media (width >= 992px) {
  .mrlt-60 {
    margin-right: 60px !important;
  }
}

@media (600 <= width < 992px) {
  .mrtb-60 {
    margin-right: 60px !important;
  }
}

@media (600 <= width) {
  .mrlt-tb-60 {
    margin-right: 60px !important;
  }
}

@media (width < 992px) {
  .mrtb-sp-60 {
    margin-right: 60px !important;
  }
}

@media (width < 600px) {
  .mrsp-60 {
    margin-right: 60px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media (width >= 992px) {
  .mblt-60 {
    margin-bottom: 60px !important;
  }
}

@media (600 <= width < 992px) {
  .mbtb-60 {
    margin-bottom: 60px !important;
  }
}

@media (600 <= width) {
  .mblt-tb-60 {
    margin-bottom: 60px !important;
  }
}

@media (width < 992px) {
  .mbtb-sp-60 {
    margin-bottom: 60px !important;
  }
}

@media (width < 600px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}

.ml-60 {
  margin-left: 60px !important;
}

@media (width >= 992px) {
  .mllt-60 {
    margin-left: 60px !important;
  }
}

@media (600 <= width < 992px) {
  .mltb-60 {
    margin-left: 60px !important;
  }
}

@media (600 <= width) {
  .mllt-tb-60 {
    margin-left: 60px !important;
  }
}

@media (width < 992px) {
  .mltb-sp-60 {
    margin-left: 60px !important;
  }
}

@media (width < 600px) {
  .mlsp-60 {
    margin-left: 60px !important;
  }
}

.m-70 {
  margin: 70px !important;
}

@media (width >= 992px) {
  .mlt-70 {
    margin: 70px !important;
  }
}

@media (600 <= width < 992px) {
  .mtb-70 {
    margin: 70px !important;
  }
}

@media (600 <= width) {
  .mlt-tb-70 {
    margin: 70px !important;
  }
}

@media (width < 992px) {
  .mtb-sp-70 {
    margin: 70px !important;
  }
}

@media (width < 600px) {
  .msp-70 {
    margin: 70px !important;
  }
}

.mt-70 {
  margin-top: 70px !important;
}

@media (width >= 992px) {
  .mtlt-70 {
    margin-top: 70px !important;
  }
}

@media (600 <= width < 992px) {
  .mttb-70 {
    margin-top: 70px !important;
  }
}

@media (600 <= width) {
  .mtlt-tb-70 {
    margin-top: 70px !important;
  }
}

@media (width < 992px) {
  .mttb-sp-70 {
    margin-top: 70px !important;
  }
}

@media (width < 600px) {
  .mtsp-70 {
    margin-top: 70px !important;
  }
}

.mr-70 {
  margin-right: 70px !important;
}

@media (width >= 992px) {
  .mrlt-70 {
    margin-right: 70px !important;
  }
}

@media (600 <= width < 992px) {
  .mrtb-70 {
    margin-right: 70px !important;
  }
}

@media (600 <= width) {
  .mrlt-tb-70 {
    margin-right: 70px !important;
  }
}

@media (width < 992px) {
  .mrtb-sp-70 {
    margin-right: 70px !important;
  }
}

@media (width < 600px) {
  .mrsp-70 {
    margin-right: 70px !important;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}

@media (width >= 992px) {
  .mblt-70 {
    margin-bottom: 70px !important;
  }
}

@media (600 <= width < 992px) {
  .mbtb-70 {
    margin-bottom: 70px !important;
  }
}

@media (600 <= width) {
  .mblt-tb-70 {
    margin-bottom: 70px !important;
  }
}

@media (width < 992px) {
  .mbtb-sp-70 {
    margin-bottom: 70px !important;
  }
}

@media (width < 600px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}

.ml-70 {
  margin-left: 70px !important;
}

@media (width >= 992px) {
  .mllt-70 {
    margin-left: 70px !important;
  }
}

@media (600 <= width < 992px) {
  .mltb-70 {
    margin-left: 70px !important;
  }
}

@media (600 <= width) {
  .mllt-tb-70 {
    margin-left: 70px !important;
  }
}

@media (width < 992px) {
  .mltb-sp-70 {
    margin-left: 70px !important;
  }
}

@media (width < 600px) {
  .mlsp-70 {
    margin-left: 70px !important;
  }
}

.m-80 {
  margin: 80px !important;
}

@media (width >= 992px) {
  .mlt-80 {
    margin: 80px !important;
  }
}

@media (600 <= width < 992px) {
  .mtb-80 {
    margin: 80px !important;
  }
}

@media (600 <= width) {
  .mlt-tb-80 {
    margin: 80px !important;
  }
}

@media (width < 992px) {
  .mtb-sp-80 {
    margin: 80px !important;
  }
}

@media (width < 600px) {
  .msp-80 {
    margin: 80px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}

@media (width >= 992px) {
  .mtlt-80 {
    margin-top: 80px !important;
  }
}

@media (600 <= width < 992px) {
  .mttb-80 {
    margin-top: 80px !important;
  }
}

@media (600 <= width) {
  .mtlt-tb-80 {
    margin-top: 80px !important;
  }
}

@media (width < 992px) {
  .mttb-sp-80 {
    margin-top: 80px !important;
  }
}

@media (width < 600px) {
  .mtsp-80 {
    margin-top: 80px !important;
  }
}

.mr-80 {
  margin-right: 80px !important;
}

@media (width >= 992px) {
  .mrlt-80 {
    margin-right: 80px !important;
  }
}

@media (600 <= width < 992px) {
  .mrtb-80 {
    margin-right: 80px !important;
  }
}

@media (600 <= width) {
  .mrlt-tb-80 {
    margin-right: 80px !important;
  }
}

@media (width < 992px) {
  .mrtb-sp-80 {
    margin-right: 80px !important;
  }
}

@media (width < 600px) {
  .mrsp-80 {
    margin-right: 80px !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media (width >= 992px) {
  .mblt-80 {
    margin-bottom: 80px !important;
  }
}

@media (600 <= width < 992px) {
  .mbtb-80 {
    margin-bottom: 80px !important;
  }
}

@media (600 <= width) {
  .mblt-tb-80 {
    margin-bottom: 80px !important;
  }
}

@media (width < 992px) {
  .mbtb-sp-80 {
    margin-bottom: 80px !important;
  }
}

@media (width < 600px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}

.ml-80 {
  margin-left: 80px !important;
}

@media (width >= 992px) {
  .mllt-80 {
    margin-left: 80px !important;
  }
}

@media (600 <= width < 992px) {
  .mltb-80 {
    margin-left: 80px !important;
  }
}

@media (600 <= width) {
  .mllt-tb-80 {
    margin-left: 80px !important;
  }
}

@media (width < 992px) {
  .mltb-sp-80 {
    margin-left: 80px !important;
  }
}

@media (width < 600px) {
  .mlsp-80 {
    margin-left: 80px !important;
  }
}

.m-90 {
  margin: 90px !important;
}

@media (width >= 992px) {
  .mlt-90 {
    margin: 90px !important;
  }
}

@media (600 <= width < 992px) {
  .mtb-90 {
    margin: 90px !important;
  }
}

@media (600 <= width) {
  .mlt-tb-90 {
    margin: 90px !important;
  }
}

@media (width < 992px) {
  .mtb-sp-90 {
    margin: 90px !important;
  }
}

@media (width < 600px) {
  .msp-90 {
    margin: 90px !important;
  }
}

.mt-90 {
  margin-top: 90px !important;
}

@media (width >= 992px) {
  .mtlt-90 {
    margin-top: 90px !important;
  }
}

@media (600 <= width < 992px) {
  .mttb-90 {
    margin-top: 90px !important;
  }
}

@media (600 <= width) {
  .mtlt-tb-90 {
    margin-top: 90px !important;
  }
}

@media (width < 992px) {
  .mttb-sp-90 {
    margin-top: 90px !important;
  }
}

@media (width < 600px) {
  .mtsp-90 {
    margin-top: 90px !important;
  }
}

.mr-90 {
  margin-right: 90px !important;
}

@media (width >= 992px) {
  .mrlt-90 {
    margin-right: 90px !important;
  }
}

@media (600 <= width < 992px) {
  .mrtb-90 {
    margin-right: 90px !important;
  }
}

@media (600 <= width) {
  .mrlt-tb-90 {
    margin-right: 90px !important;
  }
}

@media (width < 992px) {
  .mrtb-sp-90 {
    margin-right: 90px !important;
  }
}

@media (width < 600px) {
  .mrsp-90 {
    margin-right: 90px !important;
  }
}

.mb-90 {
  margin-bottom: 90px !important;
}

@media (width >= 992px) {
  .mblt-90 {
    margin-bottom: 90px !important;
  }
}

@media (600 <= width < 992px) {
  .mbtb-90 {
    margin-bottom: 90px !important;
  }
}

@media (600 <= width) {
  .mblt-tb-90 {
    margin-bottom: 90px !important;
  }
}

@media (width < 992px) {
  .mbtb-sp-90 {
    margin-bottom: 90px !important;
  }
}

@media (width < 600px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}

.ml-90 {
  margin-left: 90px !important;
}

@media (width >= 992px) {
  .mllt-90 {
    margin-left: 90px !important;
  }
}

@media (600 <= width < 992px) {
  .mltb-90 {
    margin-left: 90px !important;
  }
}

@media (600 <= width) {
  .mllt-tb-90 {
    margin-left: 90px !important;
  }
}

@media (width < 992px) {
  .mltb-sp-90 {
    margin-left: 90px !important;
  }
}

@media (width < 600px) {
  .mlsp-90 {
    margin-left: 90px !important;
  }
}

.m-100 {
  margin: 100px !important;
}

@media (width >= 992px) {
  .mlt-100 {
    margin: 100px !important;
  }
}

@media (600 <= width < 992px) {
  .mtb-100 {
    margin: 100px !important;
  }
}

@media (600 <= width) {
  .mlt-tb-100 {
    margin: 100px !important;
  }
}

@media (width < 992px) {
  .mtb-sp-100 {
    margin: 100px !important;
  }
}

@media (width < 600px) {
  .msp-100 {
    margin: 100px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}

@media (width >= 992px) {
  .mtlt-100 {
    margin-top: 100px !important;
  }
}

@media (600 <= width < 992px) {
  .mttb-100 {
    margin-top: 100px !important;
  }
}

@media (600 <= width) {
  .mtlt-tb-100 {
    margin-top: 100px !important;
  }
}

@media (width < 992px) {
  .mttb-sp-100 {
    margin-top: 100px !important;
  }
}

@media (width < 600px) {
  .mtsp-100 {
    margin-top: 100px !important;
  }
}

.mr-100 {
  margin-right: 100px !important;
}

@media (width >= 992px) {
  .mrlt-100 {
    margin-right: 100px !important;
  }
}

@media (600 <= width < 992px) {
  .mrtb-100 {
    margin-right: 100px !important;
  }
}

@media (600 <= width) {
  .mrlt-tb-100 {
    margin-right: 100px !important;
  }
}

@media (width < 992px) {
  .mrtb-sp-100 {
    margin-right: 100px !important;
  }
}

@media (width < 600px) {
  .mrsp-100 {
    margin-right: 100px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (width >= 992px) {
  .mblt-100 {
    margin-bottom: 100px !important;
  }
}

@media (600 <= width < 992px) {
  .mbtb-100 {
    margin-bottom: 100px !important;
  }
}

@media (600 <= width) {
  .mblt-tb-100 {
    margin-bottom: 100px !important;
  }
}

@media (width < 992px) {
  .mbtb-sp-100 {
    margin-bottom: 100px !important;
  }
}

@media (width < 600px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}

.ml-100 {
  margin-left: 100px !important;
}

@media (width >= 992px) {
  .mllt-100 {
    margin-left: 100px !important;
  }
}

@media (600 <= width < 992px) {
  .mltb-100 {
    margin-left: 100px !important;
  }
}

@media (600 <= width) {
  .mllt-tb-100 {
    margin-left: 100px !important;
  }
}

@media (width < 992px) {
  .mltb-sp-100 {
    margin-left: 100px !important;
  }
}

@media (width < 600px) {
  .mlsp-100 {
    margin-left: 100px !important;
  }
}

.p-10 {
  padding: 10px !important;
}

@media (width >= 992px) {
  .plt-10 {
    padding: 10px !important;
  }
}

@media (600 <= width < 992px) {
  .ptb-10 {
    padding: 10px !important;
  }
}

@media (600 <= width) {
  .plt-tb-10 {
    padding: 10px !important;
  }
}

@media (width < 992px) {
  .ptb-sp-10 {
    padding: 10px !important;
  }
}

@media (width < 600px) {
  .psp-10 {
    padding: 10px !important;
  }
}

.pt-10 {
  padding-top: 10px !important;
}

@media (width >= 992px) {
  .ptlt-10 {
    padding-top: 10px !important;
  }
}

@media (600 <= width < 992px) {
  .pttb-10 {
    padding-top: 10px !important;
  }
}

@media (600 <= width) {
  .ptlt-tb-10 {
    padding-top: 10px !important;
  }
}

@media (width < 992px) {
  .pttb-sp-10 {
    padding-top: 10px !important;
  }
}

@media (width < 600px) {
  .ptsp-10 {
    padding-top: 10px !important;
  }
}

.pr-10 {
  padding-right: 10px !important;
}

@media (width >= 992px) {
  .prlt-10 {
    padding-right: 10px !important;
  }
}

@media (600 <= width < 992px) {
  .prtb-10 {
    padding-right: 10px !important;
  }
}

@media (600 <= width) {
  .prlt-tb-10 {
    padding-right: 10px !important;
  }
}

@media (width < 992px) {
  .prtb-sp-10 {
    padding-right: 10px !important;
  }
}

@media (width < 600px) {
  .prsp-10 {
    padding-right: 10px !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}

@media (width >= 992px) {
  .pblt-10 {
    padding-bottom: 10px !important;
  }
}

@media (600 <= width < 992px) {
  .pbtb-10 {
    padding-bottom: 10px !important;
  }
}

@media (600 <= width) {
  .pblt-tb-10 {
    padding-bottom: 10px !important;
  }
}

@media (width < 992px) {
  .pbtb-sp-10 {
    padding-bottom: 10px !important;
  }
}

@media (width < 600px) {
  .pbsp-10 {
    padding-bottom: 10px !important;
  }
}

.pl-10 {
  padding-left: 10px !important;
}

@media (width >= 992px) {
  .pllt-10 {
    padding-left: 10px !important;
  }
}

@media (600 <= width < 992px) {
  .pltb-10 {
    padding-left: 10px !important;
  }
}

@media (600 <= width) {
  .pllt-tb-10 {
    padding-left: 10px !important;
  }
}

@media (width < 992px) {
  .pltb-sp-10 {
    padding-left: 10px !important;
  }
}

@media (width < 600px) {
  .plsp-10 {
    padding-left: 10px !important;
  }
}

.p-20 {
  padding: 20px !important;
}

@media (width >= 992px) {
  .plt-20 {
    padding: 20px !important;
  }
}

@media (600 <= width < 992px) {
  .ptb-20 {
    padding: 20px !important;
  }
}

@media (600 <= width) {
  .plt-tb-20 {
    padding: 20px !important;
  }
}

@media (width < 992px) {
  .ptb-sp-20 {
    padding: 20px !important;
  }
}

@media (width < 600px) {
  .psp-20 {
    padding: 20px !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}

@media (width >= 992px) {
  .ptlt-20 {
    padding-top: 20px !important;
  }
}

@media (600 <= width < 992px) {
  .pttb-20 {
    padding-top: 20px !important;
  }
}

@media (600 <= width) {
  .ptlt-tb-20 {
    padding-top: 20px !important;
  }
}

@media (width < 992px) {
  .pttb-sp-20 {
    padding-top: 20px !important;
  }
}

@media (width < 600px) {
  .ptsp-20 {
    padding-top: 20px !important;
  }
}

.pr-20 {
  padding-right: 20px !important;
}

@media (width >= 992px) {
  .prlt-20 {
    padding-right: 20px !important;
  }
}

@media (600 <= width < 992px) {
  .prtb-20 {
    padding-right: 20px !important;
  }
}

@media (600 <= width) {
  .prlt-tb-20 {
    padding-right: 20px !important;
  }
}

@media (width < 992px) {
  .prtb-sp-20 {
    padding-right: 20px !important;
  }
}

@media (width < 600px) {
  .prsp-20 {
    padding-right: 20px !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}

@media (width >= 992px) {
  .pblt-20 {
    padding-bottom: 20px !important;
  }
}

@media (600 <= width < 992px) {
  .pbtb-20 {
    padding-bottom: 20px !important;
  }
}

@media (600 <= width) {
  .pblt-tb-20 {
    padding-bottom: 20px !important;
  }
}

@media (width < 992px) {
  .pbtb-sp-20 {
    padding-bottom: 20px !important;
  }
}

@media (width < 600px) {
  .pbsp-20 {
    padding-bottom: 20px !important;
  }
}

.pl-20 {
  padding-left: 20px !important;
}

@media (width >= 992px) {
  .pllt-20 {
    padding-left: 20px !important;
  }
}

@media (600 <= width < 992px) {
  .pltb-20 {
    padding-left: 20px !important;
  }
}

@media (600 <= width) {
  .pllt-tb-20 {
    padding-left: 20px !important;
  }
}

@media (width < 992px) {
  .pltb-sp-20 {
    padding-left: 20px !important;
  }
}

@media (width < 600px) {
  .plsp-20 {
    padding-left: 20px !important;
  }
}

.p-30 {
  padding: 30px !important;
}

@media (width >= 992px) {
  .plt-30 {
    padding: 30px !important;
  }
}

@media (600 <= width < 992px) {
  .ptb-30 {
    padding: 30px !important;
  }
}

@media (600 <= width) {
  .plt-tb-30 {
    padding: 30px !important;
  }
}

@media (width < 992px) {
  .ptb-sp-30 {
    padding: 30px !important;
  }
}

@media (width < 600px) {
  .psp-30 {
    padding: 30px !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}

@media (width >= 992px) {
  .ptlt-30 {
    padding-top: 30px !important;
  }
}

@media (600 <= width < 992px) {
  .pttb-30 {
    padding-top: 30px !important;
  }
}

@media (600 <= width) {
  .ptlt-tb-30 {
    padding-top: 30px !important;
  }
}

@media (width < 992px) {
  .pttb-sp-30 {
    padding-top: 30px !important;
  }
}

@media (width < 600px) {
  .ptsp-30 {
    padding-top: 30px !important;
  }
}

.pr-30 {
  padding-right: 30px !important;
}

@media (width >= 992px) {
  .prlt-30 {
    padding-right: 30px !important;
  }
}

@media (600 <= width < 992px) {
  .prtb-30 {
    padding-right: 30px !important;
  }
}

@media (600 <= width) {
  .prlt-tb-30 {
    padding-right: 30px !important;
  }
}

@media (width < 992px) {
  .prtb-sp-30 {
    padding-right: 30px !important;
  }
}

@media (width < 600px) {
  .prsp-30 {
    padding-right: 30px !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}

@media (width >= 992px) {
  .pblt-30 {
    padding-bottom: 30px !important;
  }
}

@media (600 <= width < 992px) {
  .pbtb-30 {
    padding-bottom: 30px !important;
  }
}

@media (600 <= width) {
  .pblt-tb-30 {
    padding-bottom: 30px !important;
  }
}

@media (width < 992px) {
  .pbtb-sp-30 {
    padding-bottom: 30px !important;
  }
}

@media (width < 600px) {
  .pbsp-30 {
    padding-bottom: 30px !important;
  }
}

.pl-30 {
  padding-left: 30px !important;
}

@media (width >= 992px) {
  .pllt-30 {
    padding-left: 30px !important;
  }
}

@media (600 <= width < 992px) {
  .pltb-30 {
    padding-left: 30px !important;
  }
}

@media (600 <= width) {
  .pllt-tb-30 {
    padding-left: 30px !important;
  }
}

@media (width < 992px) {
  .pltb-sp-30 {
    padding-left: 30px !important;
  }
}

@media (width < 600px) {
  .plsp-30 {
    padding-left: 30px !important;
  }
}

.p-40 {
  padding: 40px !important;
}

@media (width >= 992px) {
  .plt-40 {
    padding: 40px !important;
  }
}

@media (600 <= width < 992px) {
  .ptb-40 {
    padding: 40px !important;
  }
}

@media (600 <= width) {
  .plt-tb-40 {
    padding: 40px !important;
  }
}

@media (width < 992px) {
  .ptb-sp-40 {
    padding: 40px !important;
  }
}

@media (width < 600px) {
  .psp-40 {
    padding: 40px !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}

@media (width >= 992px) {
  .ptlt-40 {
    padding-top: 40px !important;
  }
}

@media (600 <= width < 992px) {
  .pttb-40 {
    padding-top: 40px !important;
  }
}

@media (600 <= width) {
  .ptlt-tb-40 {
    padding-top: 40px !important;
  }
}

@media (width < 992px) {
  .pttb-sp-40 {
    padding-top: 40px !important;
  }
}

@media (width < 600px) {
  .ptsp-40 {
    padding-top: 40px !important;
  }
}

.pr-40 {
  padding-right: 40px !important;
}

@media (width >= 992px) {
  .prlt-40 {
    padding-right: 40px !important;
  }
}

@media (600 <= width < 992px) {
  .prtb-40 {
    padding-right: 40px !important;
  }
}

@media (600 <= width) {
  .prlt-tb-40 {
    padding-right: 40px !important;
  }
}

@media (width < 992px) {
  .prtb-sp-40 {
    padding-right: 40px !important;
  }
}

@media (width < 600px) {
  .prsp-40 {
    padding-right: 40px !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}

@media (width >= 992px) {
  .pblt-40 {
    padding-bottom: 40px !important;
  }
}

@media (600 <= width < 992px) {
  .pbtb-40 {
    padding-bottom: 40px !important;
  }
}

@media (600 <= width) {
  .pblt-tb-40 {
    padding-bottom: 40px !important;
  }
}

@media (width < 992px) {
  .pbtb-sp-40 {
    padding-bottom: 40px !important;
  }
}

@media (width < 600px) {
  .pbsp-40 {
    padding-bottom: 40px !important;
  }
}

.pl-40 {
  padding-left: 40px !important;
}

@media (width >= 992px) {
  .pllt-40 {
    padding-left: 40px !important;
  }
}

@media (600 <= width < 992px) {
  .pltb-40 {
    padding-left: 40px !important;
  }
}

@media (600 <= width) {
  .pllt-tb-40 {
    padding-left: 40px !important;
  }
}

@media (width < 992px) {
  .pltb-sp-40 {
    padding-left: 40px !important;
  }
}

@media (width < 600px) {
  .plsp-40 {
    padding-left: 40px !important;
  }
}

.p-50 {
  padding: 50px !important;
}

@media (width >= 992px) {
  .plt-50 {
    padding: 50px !important;
  }
}

@media (600 <= width < 992px) {
  .ptb-50 {
    padding: 50px !important;
  }
}

@media (600 <= width) {
  .plt-tb-50 {
    padding: 50px !important;
  }
}

@media (width < 992px) {
  .ptb-sp-50 {
    padding: 50px !important;
  }
}

@media (width < 600px) {
  .psp-50 {
    padding: 50px !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}

@media (width >= 992px) {
  .ptlt-50 {
    padding-top: 50px !important;
  }
}

@media (600 <= width < 992px) {
  .pttb-50 {
    padding-top: 50px !important;
  }
}

@media (600 <= width) {
  .ptlt-tb-50 {
    padding-top: 50px !important;
  }
}

@media (width < 992px) {
  .pttb-sp-50 {
    padding-top: 50px !important;
  }
}

@media (width < 600px) {
  .ptsp-50 {
    padding-top: 50px !important;
  }
}

.pr-50 {
  padding-right: 50px !important;
}

@media (width >= 992px) {
  .prlt-50 {
    padding-right: 50px !important;
  }
}

@media (600 <= width < 992px) {
  .prtb-50 {
    padding-right: 50px !important;
  }
}

@media (600 <= width) {
  .prlt-tb-50 {
    padding-right: 50px !important;
  }
}

@media (width < 992px) {
  .prtb-sp-50 {
    padding-right: 50px !important;
  }
}

@media (width < 600px) {
  .prsp-50 {
    padding-right: 50px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}

@media (width >= 992px) {
  .pblt-50 {
    padding-bottom: 50px !important;
  }
}

@media (600 <= width < 992px) {
  .pbtb-50 {
    padding-bottom: 50px !important;
  }
}

@media (600 <= width) {
  .pblt-tb-50 {
    padding-bottom: 50px !important;
  }
}

@media (width < 992px) {
  .pbtb-sp-50 {
    padding-bottom: 50px !important;
  }
}

@media (width < 600px) {
  .pbsp-50 {
    padding-bottom: 50px !important;
  }
}

.pl-50 {
  padding-left: 50px !important;
}

@media (width >= 992px) {
  .pllt-50 {
    padding-left: 50px !important;
  }
}

@media (600 <= width < 992px) {
  .pltb-50 {
    padding-left: 50px !important;
  }
}

@media (600 <= width) {
  .pllt-tb-50 {
    padding-left: 50px !important;
  }
}

@media (width < 992px) {
  .pltb-sp-50 {
    padding-left: 50px !important;
  }
}

@media (width < 600px) {
  .plsp-50 {
    padding-left: 50px !important;
  }
}

.p-60 {
  padding: 60px !important;
}

@media (width >= 992px) {
  .plt-60 {
    padding: 60px !important;
  }
}

@media (600 <= width < 992px) {
  .ptb-60 {
    padding: 60px !important;
  }
}

@media (600 <= width) {
  .plt-tb-60 {
    padding: 60px !important;
  }
}

@media (width < 992px) {
  .ptb-sp-60 {
    padding: 60px !important;
  }
}

@media (width < 600px) {
  .psp-60 {
    padding: 60px !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}

@media (width >= 992px) {
  .ptlt-60 {
    padding-top: 60px !important;
  }
}

@media (600 <= width < 992px) {
  .pttb-60 {
    padding-top: 60px !important;
  }
}

@media (600 <= width) {
  .ptlt-tb-60 {
    padding-top: 60px !important;
  }
}

@media (width < 992px) {
  .pttb-sp-60 {
    padding-top: 60px !important;
  }
}

@media (width < 600px) {
  .ptsp-60 {
    padding-top: 60px !important;
  }
}

.pr-60 {
  padding-right: 60px !important;
}

@media (width >= 992px) {
  .prlt-60 {
    padding-right: 60px !important;
  }
}

@media (600 <= width < 992px) {
  .prtb-60 {
    padding-right: 60px !important;
  }
}

@media (600 <= width) {
  .prlt-tb-60 {
    padding-right: 60px !important;
  }
}

@media (width < 992px) {
  .prtb-sp-60 {
    padding-right: 60px !important;
  }
}

@media (width < 600px) {
  .prsp-60 {
    padding-right: 60px !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}

@media (width >= 992px) {
  .pblt-60 {
    padding-bottom: 60px !important;
  }
}

@media (600 <= width < 992px) {
  .pbtb-60 {
    padding-bottom: 60px !important;
  }
}

@media (600 <= width) {
  .pblt-tb-60 {
    padding-bottom: 60px !important;
  }
}

@media (width < 992px) {
  .pbtb-sp-60 {
    padding-bottom: 60px !important;
  }
}

@media (width < 600px) {
  .pbsp-60 {
    padding-bottom: 60px !important;
  }
}

.pl-60 {
  padding-left: 60px !important;
}

@media (width >= 992px) {
  .pllt-60 {
    padding-left: 60px !important;
  }
}

@media (600 <= width < 992px) {
  .pltb-60 {
    padding-left: 60px !important;
  }
}

@media (600 <= width) {
  .pllt-tb-60 {
    padding-left: 60px !important;
  }
}

@media (width < 992px) {
  .pltb-sp-60 {
    padding-left: 60px !important;
  }
}

@media (width < 600px) {
  .plsp-60 {
    padding-left: 60px !important;
  }
}

.p-70 {
  padding: 70px !important;
}

@media (width >= 992px) {
  .plt-70 {
    padding: 70px !important;
  }
}

@media (600 <= width < 992px) {
  .ptb-70 {
    padding: 70px !important;
  }
}

@media (600 <= width) {
  .plt-tb-70 {
    padding: 70px !important;
  }
}

@media (width < 992px) {
  .ptb-sp-70 {
    padding: 70px !important;
  }
}

@media (width < 600px) {
  .psp-70 {
    padding: 70px !important;
  }
}

.pt-70 {
  padding-top: 70px !important;
}

@media (width >= 992px) {
  .ptlt-70 {
    padding-top: 70px !important;
  }
}

@media (600 <= width < 992px) {
  .pttb-70 {
    padding-top: 70px !important;
  }
}

@media (600 <= width) {
  .ptlt-tb-70 {
    padding-top: 70px !important;
  }
}

@media (width < 992px) {
  .pttb-sp-70 {
    padding-top: 70px !important;
  }
}

@media (width < 600px) {
  .ptsp-70 {
    padding-top: 70px !important;
  }
}

.pr-70 {
  padding-right: 70px !important;
}

@media (width >= 992px) {
  .prlt-70 {
    padding-right: 70px !important;
  }
}

@media (600 <= width < 992px) {
  .prtb-70 {
    padding-right: 70px !important;
  }
}

@media (600 <= width) {
  .prlt-tb-70 {
    padding-right: 70px !important;
  }
}

@media (width < 992px) {
  .prtb-sp-70 {
    padding-right: 70px !important;
  }
}

@media (width < 600px) {
  .prsp-70 {
    padding-right: 70px !important;
  }
}

.pb-70 {
  padding-bottom: 70px !important;
}

@media (width >= 992px) {
  .pblt-70 {
    padding-bottom: 70px !important;
  }
}

@media (600 <= width < 992px) {
  .pbtb-70 {
    padding-bottom: 70px !important;
  }
}

@media (600 <= width) {
  .pblt-tb-70 {
    padding-bottom: 70px !important;
  }
}

@media (width < 992px) {
  .pbtb-sp-70 {
    padding-bottom: 70px !important;
  }
}

@media (width < 600px) {
  .pbsp-70 {
    padding-bottom: 70px !important;
  }
}

.pl-70 {
  padding-left: 70px !important;
}

@media (width >= 992px) {
  .pllt-70 {
    padding-left: 70px !important;
  }
}

@media (600 <= width < 992px) {
  .pltb-70 {
    padding-left: 70px !important;
  }
}

@media (600 <= width) {
  .pllt-tb-70 {
    padding-left: 70px !important;
  }
}

@media (width < 992px) {
  .pltb-sp-70 {
    padding-left: 70px !important;
  }
}

@media (width < 600px) {
  .plsp-70 {
    padding-left: 70px !important;
  }
}

.p-80 {
  padding: 80px !important;
}

@media (width >= 992px) {
  .plt-80 {
    padding: 80px !important;
  }
}

@media (600 <= width < 992px) {
  .ptb-80 {
    padding: 80px !important;
  }
}

@media (600 <= width) {
  .plt-tb-80 {
    padding: 80px !important;
  }
}

@media (width < 992px) {
  .ptb-sp-80 {
    padding: 80px !important;
  }
}

@media (width < 600px) {
  .psp-80 {
    padding: 80px !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}

@media (width >= 992px) {
  .ptlt-80 {
    padding-top: 80px !important;
  }
}

@media (600 <= width < 992px) {
  .pttb-80 {
    padding-top: 80px !important;
  }
}

@media (600 <= width) {
  .ptlt-tb-80 {
    padding-top: 80px !important;
  }
}

@media (width < 992px) {
  .pttb-sp-80 {
    padding-top: 80px !important;
  }
}

@media (width < 600px) {
  .ptsp-80 {
    padding-top: 80px !important;
  }
}

.pr-80 {
  padding-right: 80px !important;
}

@media (width >= 992px) {
  .prlt-80 {
    padding-right: 80px !important;
  }
}

@media (600 <= width < 992px) {
  .prtb-80 {
    padding-right: 80px !important;
  }
}

@media (600 <= width) {
  .prlt-tb-80 {
    padding-right: 80px !important;
  }
}

@media (width < 992px) {
  .prtb-sp-80 {
    padding-right: 80px !important;
  }
}

@media (width < 600px) {
  .prsp-80 {
    padding-right: 80px !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}

@media (width >= 992px) {
  .pblt-80 {
    padding-bottom: 80px !important;
  }
}

@media (600 <= width < 992px) {
  .pbtb-80 {
    padding-bottom: 80px !important;
  }
}

@media (600 <= width) {
  .pblt-tb-80 {
    padding-bottom: 80px !important;
  }
}

@media (width < 992px) {
  .pbtb-sp-80 {
    padding-bottom: 80px !important;
  }
}

@media (width < 600px) {
  .pbsp-80 {
    padding-bottom: 80px !important;
  }
}

.pl-80 {
  padding-left: 80px !important;
}

@media (width >= 992px) {
  .pllt-80 {
    padding-left: 80px !important;
  }
}

@media (600 <= width < 992px) {
  .pltb-80 {
    padding-left: 80px !important;
  }
}

@media (600 <= width) {
  .pllt-tb-80 {
    padding-left: 80px !important;
  }
}

@media (width < 992px) {
  .pltb-sp-80 {
    padding-left: 80px !important;
  }
}

@media (width < 600px) {
  .plsp-80 {
    padding-left: 80px !important;
  }
}

.p-90 {
  padding: 90px !important;
}

@media (width >= 992px) {
  .plt-90 {
    padding: 90px !important;
  }
}

@media (600 <= width < 992px) {
  .ptb-90 {
    padding: 90px !important;
  }
}

@media (600 <= width) {
  .plt-tb-90 {
    padding: 90px !important;
  }
}

@media (width < 992px) {
  .ptb-sp-90 {
    padding: 90px !important;
  }
}

@media (width < 600px) {
  .psp-90 {
    padding: 90px !important;
  }
}

.pt-90 {
  padding-top: 90px !important;
}

@media (width >= 992px) {
  .ptlt-90 {
    padding-top: 90px !important;
  }
}

@media (600 <= width < 992px) {
  .pttb-90 {
    padding-top: 90px !important;
  }
}

@media (600 <= width) {
  .ptlt-tb-90 {
    padding-top: 90px !important;
  }
}

@media (width < 992px) {
  .pttb-sp-90 {
    padding-top: 90px !important;
  }
}

@media (width < 600px) {
  .ptsp-90 {
    padding-top: 90px !important;
  }
}

.pr-90 {
  padding-right: 90px !important;
}

@media (width >= 992px) {
  .prlt-90 {
    padding-right: 90px !important;
  }
}

@media (600 <= width < 992px) {
  .prtb-90 {
    padding-right: 90px !important;
  }
}

@media (600 <= width) {
  .prlt-tb-90 {
    padding-right: 90px !important;
  }
}

@media (width < 992px) {
  .prtb-sp-90 {
    padding-right: 90px !important;
  }
}

@media (width < 600px) {
  .prsp-90 {
    padding-right: 90px !important;
  }
}

.pb-90 {
  padding-bottom: 90px !important;
}

@media (width >= 992px) {
  .pblt-90 {
    padding-bottom: 90px !important;
  }
}

@media (600 <= width < 992px) {
  .pbtb-90 {
    padding-bottom: 90px !important;
  }
}

@media (600 <= width) {
  .pblt-tb-90 {
    padding-bottom: 90px !important;
  }
}

@media (width < 992px) {
  .pbtb-sp-90 {
    padding-bottom: 90px !important;
  }
}

@media (width < 600px) {
  .pbsp-90 {
    padding-bottom: 90px !important;
  }
}

.pl-90 {
  padding-left: 90px !important;
}

@media (width >= 992px) {
  .pllt-90 {
    padding-left: 90px !important;
  }
}

@media (600 <= width < 992px) {
  .pltb-90 {
    padding-left: 90px !important;
  }
}

@media (600 <= width) {
  .pllt-tb-90 {
    padding-left: 90px !important;
  }
}

@media (width < 992px) {
  .pltb-sp-90 {
    padding-left: 90px !important;
  }
}

@media (width < 600px) {
  .plsp-90 {
    padding-left: 90px !important;
  }
}

.p-100 {
  padding: 100px !important;
}

@media (width >= 992px) {
  .plt-100 {
    padding: 100px !important;
  }
}

@media (600 <= width < 992px) {
  .ptb-100 {
    padding: 100px !important;
  }
}

@media (600 <= width) {
  .plt-tb-100 {
    padding: 100px !important;
  }
}

@media (width < 992px) {
  .ptb-sp-100 {
    padding: 100px !important;
  }
}

@media (width < 600px) {
  .psp-100 {
    padding: 100px !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}

@media (width >= 992px) {
  .ptlt-100 {
    padding-top: 100px !important;
  }
}

@media (600 <= width < 992px) {
  .pttb-100 {
    padding-top: 100px !important;
  }
}

@media (600 <= width) {
  .ptlt-tb-100 {
    padding-top: 100px !important;
  }
}

@media (width < 992px) {
  .pttb-sp-100 {
    padding-top: 100px !important;
  }
}

@media (width < 600px) {
  .ptsp-100 {
    padding-top: 100px !important;
  }
}

.pr-100 {
  padding-right: 100px !important;
}

@media (width >= 992px) {
  .prlt-100 {
    padding-right: 100px !important;
  }
}

@media (600 <= width < 992px) {
  .prtb-100 {
    padding-right: 100px !important;
  }
}

@media (600 <= width) {
  .prlt-tb-100 {
    padding-right: 100px !important;
  }
}

@media (width < 992px) {
  .prtb-sp-100 {
    padding-right: 100px !important;
  }
}

@media (width < 600px) {
  .prsp-100 {
    padding-right: 100px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media (width >= 992px) {
  .pblt-100 {
    padding-bottom: 100px !important;
  }
}

@media (600 <= width < 992px) {
  .pbtb-100 {
    padding-bottom: 100px !important;
  }
}

@media (600 <= width) {
  .pblt-tb-100 {
    padding-bottom: 100px !important;
  }
}

@media (width < 992px) {
  .pbtb-sp-100 {
    padding-bottom: 100px !important;
  }
}

@media (width < 600px) {
  .pbsp-100 {
    padding-bottom: 100px !important;
  }
}

.pl-100 {
  padding-left: 100px !important;
}

@media (width >= 992px) {
  .pllt-100 {
    padding-left: 100px !important;
  }
}

@media (600 <= width < 992px) {
  .pltb-100 {
    padding-left: 100px !important;
  }
}

@media (600 <= width) {
  .pllt-tb-100 {
    padding-left: 100px !important;
  }
}

@media (width < 992px) {
  .pltb-sp-100 {
    padding-left: 100px !important;
  }
}

@media (width < 600px) {
  .plsp-100 {
    padding-left: 100px !important;
  }
}

*[class*=spacer] {
  display: block;
}

.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-40 {
  height: 40px;
}

.spacer-50 {
  height: 50px;
}

.spacer-60 {
  height: 60px;
}

.spacer-70 {
  height: 70px;
}

.spacer-80 {
  height: 80px;
}

.spacer-90 {
  height: 90px;
}

.spacer-100 {
  height: 100px;
}

@media (width >= 992px) {
  .spacer-lt-10 {
    height: 10px !important;
  }
  .spacer-lt-20 {
    height: 20px !important;
  }
  .spacer-lt-30 {
    height: 30px !important;
  }
  .spacer-lt-40 {
    height: 40px !important;
  }
  .spacer-lt-50 {
    height: 50px !important;
  }
  .spacer-lt-60 {
    height: 60px !important;
  }
  .spacer-lt-70 {
    height: 70px !important;
  }
  .spacer-lt-80 {
    height: 80px !important;
  }
  .spacer-lt-90 {
    height: 90px !important;
  }
  .spacer-lt-100 {
    height: 100px !important;
  }
}
@media (width >= 600px) {
  .spacer-lt-tb-10 {
    height: 10px !important;
  }
  .spacer-lt-tb-20 {
    height: 20px !important;
  }
  .spacer-lt-tb-30 {
    height: 30px !important;
  }
  .spacer-lt-tb-40 {
    height: 40px !important;
  }
  .spacer-lt-tb-50 {
    height: 50px !important;
  }
  .spacer-lt-tb-60 {
    height: 60px !important;
  }
  .spacer-lt-tb-70 {
    height: 70px !important;
  }
  .spacer-lt-tb-80 {
    height: 80px !important;
  }
  .spacer-lt-tb-90 {
    height: 90px !important;
  }
  .spacer-lt-tb-100 {
    height: 100px !important;
  }
}
@media (600px <= width < 992px) {
  .spacer-tb-10 {
    height: 10px !important;
  }
  .spacer-tb-20 {
    height: 20px !important;
  }
  .spacer-tb-30 {
    height: 30px !important;
  }
  .spacer-tb-40 {
    height: 40px !important;
  }
  .spacer-tb-50 {
    height: 50px !important;
  }
  .spacer-tb-60 {
    height: 60px !important;
  }
  .spacer-tb-70 {
    height: 70px !important;
  }
  .spacer-tb-80 {
    height: 80px !important;
  }
  .spacer-tb-90 {
    height: 90px !important;
  }
  .spacer-tb-100 {
    height: 100px !important;
  }
}
@media (width < 992px) {
  .spacer-tb-sp-10 {
    height: 10px !important;
  }
  .spacer-tb-sp-20 {
    height: 20px !important;
  }
  .spacer-tb-sp-30 {
    height: 30px !important;
  }
  .spacer-tb-sp-40 {
    height: 40px !important;
  }
  .spacer-tb-sp-50 {
    height: 50px !important;
  }
  .spacer-tb-sp-60 {
    height: 60px !important;
  }
  .spacer-tb-sp-70 {
    height: 70px !important;
  }
  .spacer-tb-sp-80 {
    height: 80px !important;
  }
  .spacer-tb-sp-90 {
    height: 90px !important;
  }
  .spacer-tb-sp-100 {
    height: 100px !important;
  }
}
@media (width < 600px) {
  .spacer-sp-10 {
    height: 10px !important;
  }
  .spacer-sp-20 {
    height: 20px !important;
  }
  .spacer-sp-30 {
    height: 30px !important;
  }
  .spacer-sp-40 {
    height: 40px !important;
  }
  .spacer-sp-50 {
    height: 50px !important;
  }
  .spacer-sp-60 {
    height: 60px !important;
  }
  .spacer-sp-70 {
    height: 70px !important;
  }
  .spacer-sp-80 {
    height: 80px !important;
  }
  .spacer-sp-90 {
    height: 90px !important;
  }
  .spacer-sp-100 {
    height: 100px !important;
  }
}
.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

@media (width >= 992px) {
  .tc-lt {
    text-align: center !important;
  }
  .tl-lt {
    text-align: left !important;
  }
  .tr-lt {
    text-align: right !important;
  }
}
@media (width >= 600px) {
  .tc-lt-tb {
    text-align: center !important;
  }
  .tl-lt-tb {
    text-align: left !important;
  }
  .tr-lt-tb {
    text-align: right !important;
  }
}
@media (600px <= width < 992px) {
  .tc-tb {
    text-align: center !important;
  }
  .tl-tb {
    text-align: left !important;
  }
  .tr-tb {
    text-align: right !important;
  }
}
@media (width < 992px) {
  .tc-tb-sp {
    text-align: center !important;
  }
  .tl-tb-sp {
    text-align: left !important;
  }
  .tr-tb-sp {
    text-align: right !important;
  }
}
@media (width < 600px) {
  .tc-sp {
    text-align: center !important;
  }
  .tl-sp {
    text-align: left !important;
  }
  .tr-sp {
    text-align: right !important;
  }
}
@media (width < 1200px) {
  body:has(.spbtn.active) {
    overflow: hidden;
  }
}

header#mega {
  height: min(7.5vw, 90px);
  width: 100%;
  padding-top: min(1vw, 12px);
  padding-left: min(2.0833333333vw, 25px);
  padding-right: min(2.0833333333vw, 25px);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (width < 1200px) {
  header#mega {
    display: none;
  }
}
header#mega .navigation {
  gap: 10px;
}
header#mega .navigation nav ul {
  gap: 0 15px;
}
header#mega .navigation nav li {
  font-size: min(1.25vw, 15px);
}
header#mega .navigation .tel {
  width: fit-content;
}
header#mega .navigation .tel a {
  font-size: min(2.1666666667vw, 26px);
  font-weight: bold;
  color: #6DC8FE;
  flex-flow: nowrap;
  line-height: min(2.1666666667vw, 26px);
  white-space: nowrap;
}
header#mega .navigation .tel a img {
  display: inline-block;
}
header#mega .navigation .tel span {
  font-size: 10px;
  line-height: 100%;
  display: block;
  margin-top: 5px;
  white-space: nowrap;
}
header#mega .navigation .search-box form {
  position: relative;
}
header#mega .navigation .search-box form input[type=text] {
  border: 1px solid #6DC8FE;
  border-radius: 5px;
  height: min(3.1666666667vw, 38px);
  padding: 5px;
  width: min(14.1666666667vw, 170px);
}
header#mega .navigation .search-box form input[type=submit] {
  position: absolute;
  width: min(3.1666666667vw, 38px);
  height: min(3.1666666667vw, 38px);
  right: 0;
  top: 0;
  background: #6DC8FE url(../img/search-icon.svg) no-repeat center/60%;
  overflow: hidden;
  text-indent: -1000px;
  border-radius: 0 5px 5px 0;
}

header#mini {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background: #fff;
  z-index: 1000;
}
@media (width >= 1200px) {
  header#mini {
    display: none;
  }
}
header#mini .logo {
  width: min(58.6666666667vw, 220px);
  padding-top: 10px;
  padding-left: 10px;
}
header#mini .tel {
  background: #6DC8FE;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 60px;
}
header#mini .tel img {
  width: 23px;
}

#sp-navigation {
  position: fixed;
  top: 66px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 66px);
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: auto;
}
@media (width >= 1200px) {
  #sp-navigation {
    display: none !important;
  }
}
#sp-navigation > div {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
#sp-navigation nav > p > a {
  display: block;
  padding: min(4vw, 15px) 0;
  border-bottom: 1px solid #ccc;
  font-size: min(5.3333333333vw, 20px);
  position: relative;
}
#sp-navigation nav > p > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-right: 2px solid #FFA410;
  border-bottom: 2px solid #FFA410;
  position: absolute;
  right: min(5.3333333333vw, 20px);
  top: min(6.4vw, 24px);
}
#sp-navigation .switcher {
  border-bottom: none;
  position: relative;
}
#sp-navigation .switcher:before, #sp-navigation .switcher:after {
  content: "";
  display: block;
  position: absolute;
  border: none;
  background: #FFA410;
  transform: rotate(0deg);
}
#sp-navigation .switcher:before {
  width: 12px;
  height: 2px;
  right: min(4.2666666667vw, 16px);
  top: min(7.7333333333vw, 29px);
}
#sp-navigation .switcher:after {
  width: 2px;
  height: 12px;
  right: min(5.6vw, 21px);
  transition: all 0.3s ease 0s;
}
#sp-navigation .switcher.switched:after {
  transform: rotate(-90deg);
}
#sp-navigation .switcher-target {
  border-bottom: 1px solid #ccc;
}
#sp-navigation .search-box {
  max-width: 320px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: min(6.6666666667vw, 25px);
}
#sp-navigation .search-box input[type=text] {
  width: 100%;
  position: relative;
  height: 48px;
  line-height: 45px;
  border: 1px solid #6DC8FE;
  border-radius: 5px;
  padding-left: 10px;
}
#sp-navigation .search-box input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: #6DC8FE url(../img/search-icon.svg) no-repeat center/60%;
  text-indent: -1000px;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
}
#sp-navigation .tel {
  margin-top: min(6.6666666667vw, 25px);
  text-align: center;
}
#sp-navigation .tel * {
  line-height: 100%;
}
#sp-navigation .tel a {
  align-items: stretch;
  justify-content: center;
  font-size: min(11.2vw, 42px);
  color: #6DC8FE;
  font-weight: 500;
  gap: 5px;
  font-size: 14, 375px;
}
#sp-navigation .tel a img {
  width: min(6.6666666667vw, 25px);
  position: relative;
  top: 3px;
}
#sp-navigation .buttons {
  margin-top: min(8vw, 30px);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#sp-navigation .buttons a {
  display: block;
  width: 100%;
  height: min(16vw, 60px);
  line-height: min(14.6666666667vw, 55px);
  border-radius: min(16vw, 60px);
  color: #fff;
  font-size: min(4.8vw, 18px);
  font-weight: 500;
  text-align: center;
}
#sp-navigation .buttons a img {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
#sp-navigation .buttons .contact a {
  background: #FF8682;
}
#sp-navigation .buttons .line a {
  background: #02B902;
}
#sp-navigation .buttons > div + div {
  margin-top: min(1.6666666667vw, 20px);
}

#category-navigation ul {
  display: flex;
  white-space: nowrap;
  overflow-y: auto;
}
@media (width >= 1200px) {
  #category-navigation ul {
    justify-content: center;
    padding: 20px;
  }
  #category-navigation ul:has(:nth-of-type(8)) {
    justify-content: start;
  }
}
@media (width < 1200px) {
  #category-navigation ul {
    padding: 20px 20px 40px;
  }
}
#category-navigation li {
  white-space: normal;
}
#category-navigation img {
  height: auto;
  aspect-ratio: 1/1 !important;
}
@media (width >= 1200px) {
  #category-navigation ul {
    display: flex;
    white-space: nowrap;
    overflow-y: auto;
  }
  #category-navigation li {
    flex: 0 0 120px;
    width: 120px;
  }
}
@media (width < 1200px) {
  #category-navigation {
    position: relative;
  }
  #category-navigation li {
    flex: 0 0 90px;
    width: 90px;
    font-size: 10px;
  }
  #category-navigation section:after {
    content: "横スクロールできます";
    color: #FF8682;
    position: absolute;
    padding-right: 40px;
    right: 10px;
    bottom: 15px;
    font-size: 10px;
    background: url(../img/img31.svg) no-repeat right center/30px;
    display: block;
    width: fit-content;
  }
}
#category-navigation .group {
  margin-top: 0;
  margin-bottom: 0;
}
@media (width >= 782px) {
  #category-navigation ul {
    gap: min(1.6666666667vw, 20px);
  }
}
@media (width < 782px) {
  #category-navigation ul {
    gap: 10px;
  }
}
#category-navigation li {
  font-size: clamp(12px, 1.25vw, 15px);
  text-align: center;
  line-height: 130%;
}
#category-navigation img {
  border-radius: min(1.25vw, 15px);
  margin-bottom: min(0.8333333333vw, 10px);
}
#category-navigation a {
  transition: all 0.3s ease 0s;
}
#category-navigation a:hover {
  opacity: 0.5;
}

#category-navigation-mini {
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
#category-navigation-mini ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: start;
  gap: min(2.6666666667vw, 10px) min(4vw, 15px);
  padding-bottom: min(8vw, 30px);
}
#category-navigation-mini ul li {
  flex: 0 1 auto;
  width: calc((100% - min(4vw, 15px) * 3) / 4);
  font-size: min(3.7333333333vw, 14px);
  text-align: center;
}
#category-navigation-mini ul img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
#category-navigation-mini a {
  display: block;
}
#category-navigation-mini:not(.target-switched) {
  height: 0 !important;
}

.spbtn {
  width: 40px;
  height: 40px;
  background: #FF8682;
  position: absolute;
  top: 12px;
  right: 10px;
  box-sizing: border-box;
  padding: 7px;
}
.spbtn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: relative;
  transition: all 0.25s ease-out 0s;
}
.spbtn .l1 {
  top: 5px;
}
.spbtn .l2 {
  top: 12px;
}
.spbtn .l3 {
  top: 19px;
}
.spbtn.active .l1 {
  left: 0;
  top: 13px;
  transform: rotate(135deg);
}
.spbtn.active .l2 {
  opacity: 0;
}
.spbtn.active .l3 {
  left: 0;
  top: 11px;
  transform: rotate(-135deg);
}

#sp-navigation {
  width: 100%;
  overflow: hidden;
  height: 0;
  max-height: calc(100vh - 66px);
}
#sp-navigation.active {
  animation-name: naActive;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  overflow: auto;
}
#sp-navigation.hide {
  animation-name: naHide;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@keyframes naActive {
  0% {
    height: 100%;
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    height: 100%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes naHide {
  0% {
    height: 100%;
    opacity: 1;
    transform: scale(1);
  }
  99% {
    height: 100%;
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    height: 0%;
    opacity: 0;
    transform: scale(0.8);
  }
}
.contact-panel {
  margin-top: clamp(50px, 6.6666666667vw, 80px);
  padding-top: min(9.1666666667vw, 110px);
  padding-bottom: min(6.6666666667vw, 80px);
  text-align: center;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
@media (width >= 992px) {
  .contact-panel {
    background: #FF8682 url(../img/img38.png) no-repeat center top/100% min(3.75vw, 45px);
  }
}
@media (width < 992px) {
  .contact-panel {
    background: #FF8682 url(../img/img38.png) no-repeat center top/100% min(2.0833333333vw, 25px);
  }
}
.contact-panel .heading1 > * {
  color: #fff;
}
.contact-panel > p {
  font-weight: min(1.8333333333vw, 22px);
  font-weight: bold;
}

.contact-buttons {
  margin-top: clamp(20px, 2.5vw, 30px);
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px min(4.1666666667vw, 50px);
}
.contact-buttons img {
  display: inline-block;
  margin-right: 5px;
}
.contact-buttons span, .contact-buttons a {
  display: block;
  line-height: 100%;
}
.contact-buttons > div {
  max-width: 300px;
}
@media (width >= 992px) {
  .contact-buttons > div {
    flex: 1;
  }
}
@media (width < 992px) {
  .contact-buttons > div {
    flex: 0 0 100%;
    width: 100%;
  }
}
.contact-buttons .form a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 57px;
  color: #333;
  background: #fff;
  border-radius: 60px;
  transition: all 0.3s ease 0s;
}
.contact-buttons .form a:hover {
  background: #FFFF00;
}
.contact-buttons .form img {
  position: relative;
  top: -3px;
}

.sitemap {
  margin-top: 30px;
}
.sitemap ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}

.rights {
  text-align: center;
  font-size: 12px;
}
@media (width >= 992px) {
  .rights {
    padding-bottom: 30px;
  }
}
@media (width < 992px) {
  .rights {
    padding-bottom: 60px;
  }
}
.rights img {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (width >= 782px) {
  .rights img {
    width: 300px;
  }
}
@media (width < 782px) {
  .rights img {
    width: 100%;
    max-width: 280px;
  }
}

.side-button {
  position: fixed;
  z-index: 800;
  display: flex;
}
@media (width >= 992px) {
  .side-button {
    flex-flow: wrap;
    justify-content: start;
    right: 0px;
    top: calc((100vh - 400px) / 2);
    width: 45px;
  }
  .side-button img {
    margin-right: 0;
    margin-left: auto;
    width: 60px;
    max-width: 60px;
    transition: all 0.3s ease 0s;
    position: relative;
    right: 0;
  }
  .side-button img:hover {
    right: 15px;
  }
  .side-button a:nth-of-type(1) {
    order: 2;
    margin-top: 10px;
  }
  .side-button a:nth-of-type(2) {
    order: 1;
  }
}
@media (width < 992px) {
  .side-button {
    bottom: 0;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .side-button a {
    flex: 0 0 fit-content;
  }
}
.side-button a {
  display: block;
}

#main-visual {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (width >= 1200px) {
  #main-visual {
    padding-bottom: min(3.3333333333vw, 40px);
  }
}
#main-visual .main-visual-slider.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#main-visual .swiper-pagination span {
  background: #FFA410;
}

#service-navigation {
  padding-top: clamp(40px, 2.9166666667vw, 35px);
}
#service-navigation ul {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  gap: 15px min(4.1666666667vw, 50px);
}
@media (width >= 992px) {
  #service-navigation ul {
    justify-content: center;
  }
}
@media (width < 992px) {
  #service-navigation ul {
    flex-flow: wrap;
    max-width: 300px;
  }
}
@media (width >= 992px) {
  #service-navigation ul li {
    flex: 1;
    max-width: 370px;
  }
}
@media (width < 992px) {
  #service-navigation ul li {
    flex: 0 0 100%;
  }
}
#service-navigation ul li a {
  border: 3px solid #FFA410;
  background: #fff;
  padding: min(1.25vw, 15px) 25px min(1.25vw, 15px) min(2.0833333333vw, 25px);
  gap: 15px;
  border-radius: 60px;
  height: clamp(74px, 7.5vw, 90px);
}
#service-navigation ul li a:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-right: 3px solid #FFA410;
  border-bottom: 3px solid #FFA410;
  transform: rotate(-45deg);
}
#service-navigation ul li span {
  display: block;
  text-align: center;
  font-size: clamp(16px, 1.8333333333vw, 22px);
  font-weight: bold;
  flex: 1;
  line-height: 130%;
}
#service-navigation ul img {
  height: 90%;
}

#home-items .banner img {
  width: 100%;
}

#home-item-cats {
  flex-flow: wrap;
  align-items: stretch;
  justify-content: start;
}
@media (width >= 992px) {
  #home-item-cats {
    gap: min(2.0833333333vw, 25px);
  }
}
@media (width < 992px) {
  #home-item-cats {
    gap: 25px min(3.75vw, 45px);
  }
}
#home-item-cats .cat {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 164, 16, 0.2);
  position: relative;
}
@media (width >= 992px) {
  #home-item-cats .cat {
    flex: 0 0 calc((100% - min(2.0833333333vw, 25px) * 2) / 3);
    padding: min(1.25vw, 15px);
    transition: all 0.3s ease 0s;
  }
  #home-item-cats .cat:hover {
    box-shadow: 0 0 10px rgba(255, 134, 130, 0.9);
  }
}
@media (width < 992px) {
  #home-item-cats .cat {
    flex: 0 0 calc((100% - min(3.75vw, 45px)) / 2);
    padding: min(4vw, 15px);
  }
}
@media (width < 782px) {
  #home-item-cats .cat {
    flex: 0 0 100%;
  }
}
#home-item-cats .grid {
  grid-template-rows: 40% 1fr;
  grid-template-columns: clamp(85px, 7.9166666667vw, 95px) auto;
  align-items: center;
  gap: 5px 15px;
}
#home-item-cats .grid figure {
  grid-row: 1/3;
  grid-column: 1/2;
  margin-bottom: 0;
}
#home-item-cats .grid figure img {
  aspect-ratio: 1/0.8;
}
#home-item-cats .grid h3 {
  grid-row: 1/2;
  grid-column: 2/3;
  font-weight: 700;
  font-size: clamp(17px, 1.6666666667vw, 20px);
  line-height: 120%;
  text-align: center;
  display: flex;
  align-self: flex-end;
  justify-self: center;
}
#home-item-cats .grid .price {
  grid-row: 2/3;
  grid-column: 2/3;
  display: flex;
  align-items: end;
  font-size: clamp(33px, 3vw, 36px);
  line-height: 100%;
  color: #FFA410;
  font-weight: 500;
  align-self: start;
  justify-content: center;
}
#home-item-cats .grid .price img {
  width: 40px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
#home-item-cats .grid .price .normal-label {
  color: #666;
  font-size: 10px;
  display: block;
  line-height: 130%;
}
#home-item-cats .grid .price .unit {
  font-size: clamp(15px, 1.6666666667vw, 20px);
  line-height: 100%;
}
#home-item-cats .is-subsidy:before {
  content: "補助金対応";
  display: block;
  position: absolute;
  background: #FF8682;
  color: #fff;
  top: -13px;
  right: 15px;
  line-height: 100%;
  padding: 3px 15px 0;
  height: 25px;
  border-radius: 20px;
}

.home-case {
  padding-top: min(9.1666666667vw, 110px);
  padding-bottom: min(6.6666666667vw, 80px);
  position: relative;
  margin-top: min(5vw, 60px);
  padding-left: 0;
  padding-right: 0;
}
@media (width >= 992px) {
  .home-case {
    background: #FF8682 url(../img/img38.png) no-repeat center top/100% min(3.75vw, 45px);
  }
}
@media (width < 992px) {
  .home-case {
    background: #FF8682 url(../img/img38.png) no-repeat center top/100% min(2.0833333333vw, 25px);
  }
}
.home-case .heading1 > * {
  color: #fff;
}
.home-case .swiper-slide {
  padding-top: 10px;
  padding-bottom: 10px;
}
.home-case #case-slider .post:hover {
  box-shadow: 0 0 10px rgba(255, 255, 0, 0.9);
}

.result-tags {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.result-tags li {
  border: 1px solid #FFA410;
  color: #FFA410;
  background: #fff;
  border-radius: 5px;
  padding: 0px 8px;
}
.result-tags .area {
  background: #fff url(../img/map-icon.svg) no-repeat left 4px center/12px auto;
  padding-left: 22px;
}

#case-slider {
  width: 100%;
}
#case-slider .swiper {
  width: 100%;
}
#case-slider .swiper-wrapper {
  align-items: stretch;
}
#case-slider .swiper-slide {
  height: auto;
}
#case-slider .post {
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease 0s;
  height: 100%;
}
#case-slider .post a {
  display: block;
  padding: clamp(15px, 2.0833333333vw, 25px);
}
#case-slider .post figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
#case-slider .post .cat {
  background: #FF8682;
  color: #fff;
  width: fit-content;
  padding: 0 8px;
  height: 30px;
  line-height: 27px;
  margin-top: min(1.25vw, 15px);
}
#case-slider .post h3 {
  font-size: 20px;
  margin-top: 10px;
}
#case-slider .post .result-tags {
  margin-top: 10px;
}
@media (width >= 782px) {
  #case-slider .post .result-tags {
    justify-content: end;
  }
}
@media (width < 782px) {
  #case-slider .post .result-tags {
    justify-content: center;
  }
}
#case-slider .post .price {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
#case-slider .post .price .unit {
  font-size: 20px;
}
#case-slider .swiper-pagination {
  margin-top: min(1.6666666667vw, 20px);
  position: relative;
}
#case-slider .swiper-pagination span {
  background: #ccc;
  opacity: 1;
}
#case-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFF00;
}

#home-price .group > img {
  margin-top: 10px;
  width: clamp(90px, 8.3333333333vw, 100px);
}

#price-list {
  margin-top: 20px;
}
@media (width >= 992px) {
  #price-list .list {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    gap: min(0.8333333333vw, 10px) min(1.6666666667vw, 20px);
    padding-top: min(2.5vw, 30px);
  }
}
@media (width < 992px) {
  #price-list .list {
    text-align: center;
  }
  #price-list .list img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width < 992px) {
  #price-list .plus-icon {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
#price-list .benefit {
  margin-top: min(4.1666666667vw, 50px);
}

#support {
  background: #FFEFD8;
  padding-top: min(6.6666666667vw, 80px);
  padding-bottom: min(7.5vw, 90px);
}
#support ul {
  gap: min(4.1666666667vw, 50px);
  width: 100%;
  justify-content: center;
}
@media (width < 782px) {
  #support ul {
    display: block;
  }
}
#support li {
  flex: 1;
  max-width: 280px;
}
@media (width < 782px) {
  #support li {
    margin-left: auto;
    margin-right: auto;
  }
  #support li + li {
    margin-top: 20px;
  }
}

#home-banners {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: min(4.1666666667vw, 50px);
  margin-top: min(8.3333333333vw, 100px);
  margin-bottom: min(8.3333333333vw, 100px);
}
#home-banners a {
  display: block;
  position: relative;
}
@media (width >= 992px) {
  #home-banners a {
    max-width: 800px;
  }
}
@media (width < 992px) {
  #home-banners a {
    max-width: 420px;
  }
}
#home-banners img {
  width: 100%;
}
#home-banners span {
  display: block;
  line-height: 100%;
  width: fit-content;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#news .flex {
  gap: min(4.1666666667vw, 50px);
}
@media (width < 992px) {
  #news .flex {
    display: block;
  }
}
#news .group {
  margin-bottom: 15px;
}
#news .group + .group {
  margin-top: 15px;
}
#news .heading1 {
  margin-bottom: 20px;
}
@media (width < 992px) {
  #news .heading1 {
    text-align: center;
  }
}

.news-list {
  flex: 1;
  margin-top: 0;
}
.news-list ul {
  border-top: 1px solid #CCCCCC;
}
.news-list li {
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: start;
  justify-content: start;
  gap: 5px min(1.6666666667vw, 20px);
}
.news-list .date {
  color: #FF8682;
  font-weight: bold;
  white-space: nowrap;
}
.news-list a {
  display: block;
}

#lower-header {
  background: #FF8682;
  color: #fff;
  font-size: clamp(24px, 2.8333333333vw, 34px);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (width >= 782px) {
  #lower-header {
    padding: 20px;
    justify-content: center;
  }
}
@media (width < 782px) {
  #lower-header {
    padding: 10px;
    justify-content: start;
  }
}
#lower-header img {
  width: clamp(50px, 5.8333333333vw, 70px);
  border-radius: 15px;
}

@media (width < 782px) {
  body.page #lower-header {
    justify-content: center;
  }
}

#lower-navigation {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#lower-navigation > * {
  font-size: 14px;
  display: inline-block;
  position: relative;
  line-height: 100%;
}
#lower-navigation:has(.custom-bcn) span:after {
  content: ">";
  opacity: 0.7;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
#lower-navigation:has(.custom-bcn) span:last-of-type:after {
  content: "";
}

.page-base-content h3 {
  font-size: 20px;
  color: #FF8682;
}
.page-base-content h3 + * {
  margin-top: 10px;
}
@media (width >= 782px) {
  .page-base-content .flex {
    gap: 60px;
  }
}
@media (width < 782px) {
  .page-base-content .flex {
    display: block;
  }
  .page-base-content .flex section + section {
    margin-top: 30px;
  }
}
.page-base-content ol {
  padding-left: 20px;
}
.page-base-content ol li {
  list-style-type: numeric;
}

#philosophy-content h3 {
  font-size: 24px;
}

.staff-list {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: start;
}
@media (width >= 782px) {
  .staff-list {
    gap: 50px;
  }
}
@media (width < 782px) {
  .staff-list {
    gap: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width >= 782px) {
  .staff-list .post {
    flex: 0 0 calc((100% - 100px) / 3);
    width: calc((100% - 100px) / 3);
  }
}
@media (width < 782px) {
  .staff-list .post {
    width: 100%;
  }
}
.staff-list h3 {
  font-size: 18px;
  color: #FF8682;
  margin-top: 10px;
}
@media (width < 782px) {
  .staff-list h3 {
    text-align: center;
  }
}
.staff-list h3 .name {
  font-size: 22px;
  display: inline-block;
}
.staff-list h3 .position {
  padding-right: 10px;
  display: inline-block;
}
.staff-list h3 + * {
  margin-top: 10px;
}

iframe {
  display: block;
}

.tbl1 {
  border-collapse: separate;
  border-spacing: 5px;
}
.tbl1 th, .tbl1 td {
  padding: 10px;
}
.tbl1 th {
  background: #FF8682;
  color: #fff;
  white-space: nowrap;
}
@media (width >= 1200px) {
  .tbl1 th {
    width: 250px;
  }
}
.tbl1 td {
  background: #fff;
}
@media (width < 782px) {
  .tbl1 {
    display: block;
    width: 100%;
  }
  .tbl1 tr, .tbl1 th, .tbl1 td, .tbl1 tbody {
    display: block;
    width: 100%;
  }
  .tbl1 th, .tbl1 td {
    margin-top: 5px;
  }
}

#company-access .flex {
  align-items: stretch;
}
@media (width >= 782px) {
  #company-access section {
    flex: 1;
  }
}
@media (width < 782px) {
  #company-access section + section {
    margin-top: 15px;
  }
}
@media (width < 782px) {
  #company-access figure {
    margin-top: 15px;
  }
}
#company-access iframe {
  width: 100%;
}
@media (width >= 782px) {
  #company-access iframe {
    height: 100%;
  }
}
@media (width < 782px) {
  #company-access iframe {
    aspect-ratio: 1/1;
  }
}

#archive-news-list {
  margin-top: clamp(30px, 5vw, 60px);
}

#the-news-post .heading2 .date {
  color: #FF8682;
}

.faq-list .faq-post {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 0px;
}
.faq-list .faq-post .q {
  background: url(../img/img59.svg) no-repeat left center/43px;
  padding: 10px 40px 10px 60px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.faq-list .faq-post .q h3 {
  font-size: clamp(20px, 2vw, 24px);
}
.faq-list .faq-post .q:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid #FF8682;
  border-bottom: 2px solid #FF8682;
  position: absolute;
  top: calc((100% - 26px) / 2);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
}
.faq-list .faq-post .a {
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.faq-list .faq-post .a div {
  background: url(../img/img60.svg) no-repeat left top/43px;
  padding: 10px 10px 25px 60px;
}
.faq-list .faq-post:not(:has(.switched)) .a {
  height: 0 !important;
}
.faq-list .faq-post .q.switched:after {
  top: calc((100% - 10px) / 2);
  transform: rotate(-135deg);
}

.page-base-lead {
  text-align: center;
}
.page-base-lead h2 {
  font-size: clamp(20px, 2vw, 24px);
  color: #FF8682;
}
.page-base-lead p {
  margin-top: 15px;
}
@media (width < 782px) {
  .page-base-lead p {
    text-align: left;
  }
}

@media (width >= 782px) {
  .flow-list .flow {
    display: flex;
    align-items: stetch;
    justify-content: start;
    gap: 40px;
  }
}
@media (width >= 782px) {
  .flow-list .flow figure {
    flex: 0 0 120px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (width < 782px) {
  .flow-list .flow figure img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.flow-list .flow .step {
  background: #FF8682;
  color: #fff;
  border-radius: 5px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  padding: 0 15px;
  font-weight: 700;
  width: fit-content;
}
@media (width >= 782px) {
  .flow-list .flow .step {
    display: inline-block;
  }
}
@media (width < 782px) {
  .flow-list .flow .step {
    margin-left: auto;
    margin-right: auto;
  }
}
.flow-list .flow h3 {
  font-weight: 700;
  color: #FF8682;
  margin-top: 10px;
  font-size: 22px;
}
@media (width < 782px) {
  .flow-list .flow h3 {
    text-align: center;
  }
}
.flow-list .flow h3 + p {
  margin-top: 10px;
}
.flow-list .flow + .flow {
  margin-top: 40px;
}

@media (width >= 782px) {
  #construction-flow .flex {
    gap: min(5vw, 60px);
  }
}
#construction-flow .flex figure {
  flex: 0 0 min(47.5vw, 570px);
}
#construction-flow .flex section {
  flex: 1;
}
#construction-flow * + h3 {
  margin-top: 20px;
}

#contact-tel .tel {
  text-align: center;
}
#contact-tel .tel a {
  color: #FF8682;
}
#contact-tel .tel img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(4507%) hue-rotate(308deg) brightness(102%) contrast(101%);
}

input[type=radio] {
  accent-color: red;
}

.the-contact-form {
  background: #fff;
  border-radius: 15px;
}
@media (width >= 782px) {
  .the-contact-form {
    padding: min(5.8333333333vw, 70px) min(7.5vw, 90px);
  }
}
@media (width < 782px) {
  .the-contact-form {
    padding: 30px 20px 40px;
  }
}
@media (width >= 782px) {
  .the-contact-form dl {
    display: flex;
    align-items: stretch;
    justify-content: start;
    gap: min(5.8333333333vw, 70px);
  }
}
.the-contact-form dl + dl {
  margin-top: 30px;
}
.the-contact-form dl dt {
  flex: 0 0 min(20.8333333333vw, 250px);
  position: relative;
  padding-top: 8px;
}
.the-contact-form dl dt:after {
  content: "任意";
  display: block;
  background: #aaa;
  color: #fff;
  width: fit-content;
  position: absolute;
  height: 33px;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 15px;
}
.the-contact-form dl dd {
  flex: 1;
}
@media (width < 782px) {
  .the-contact-form dl dd {
    margin-top: 20px;
    font-size: 15px;
  }
}
.the-contact-form dl.required dt:after {
  content: "必須";
  background: #FF8682;
}
.the-contact-form input[type=text],
.the-contact-form input[type=email],
.the-contact-form textarea {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
}
.the-contact-form textarea {
  height: 150px;
}
.the-contact-form section {
  margin-top: 30px;
}
@media (width >= 782px) {
  .the-contact-form section {
    text-align: center;
  }
}
@media (width < 782px) {
  .the-contact-form section {
    text-align: left;
  }
}
.the-contact-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 25px;
}
.the-contact-form .privacy {
  margin-top: 30px;
}
.the-contact-form .privacy .wpcf7-checkbox input {
  display: none;
}
.the-contact-form .privacy .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  display: block;
  padding-top: 6px;
  padding-left: 60px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.the-contact-form .privacy .wpcf7-checkbox .wpcf7-list-item:before, .the-contact-form .privacy .wpcf7-checkbox .wpcf7-list-item:after {
  content: "";
  display: block;
  position: absolute;
}
.the-contact-form .privacy .wpcf7-checkbox .wpcf7-list-item:before {
  border: 1px solid #ccc;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.the-contact-form .privacy .wpcf7-checkbox .wpcf7-list-item:after {
  width: 15px;
  height: 25px;
  border-right: 5px solid #FF8682;
  border-bottom: 5px solid #FF8682;
  transform: rotate(45deg);
  top: 5px;
  left: 12px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.the-contact-form .privacy .wpcf7-checkbox:has(input:checked) .wpcf7-list-item:after {
  opacity: 1;
}
.the-contact-form .privacy .wpcf7-not-valid-tip {
  text-align: center;
  margin-top: 20px;
}
.the-contact-form .submit {
  margin-top: 50px;
  display: block;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  position: relative;
  border-radius: 60px;
  cursor: pointer;
}
.the-contact-form .submit:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #FFFF00;
  z-index: 0;
  border-radius: 60px;
  top: 5px;
  left: 5px;
  transition: all 0.3s ease 0s;
}
.the-contact-form .submit span {
  position: relative;
  z-index: 10;
  border: 2px solid #333;
  border-radius: 60px;
  height: 60px;
  line-height: 57px;
  display: block;
  width: 100%;
}
.the-contact-form .submit:hover span {
  color: #fff;
}
.the-contact-form .submit:hover:before {
  background: #FFA410;
}
.the-contact-form .submit input {
  cursor: pointer;
}
.the-contact-form .wpcf7-spinner {
  display: none !important;
}

#contact-contact-form.confirm .confirm-text {
  margin-bottom: 30px;
}
#contact-contact-form.confirm dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#contact-contact-form.confirm dl + dl {
  margin-top: 15px;
}
#contact-contact-form.confirm dl dt {
  padding-top: 0;
}
#contact-contact-form.confirm dl dt:after {
  display: none;
}

body.single-item_post #category-navigation {
  display: none;
}

body.archive #category-navigation,
body.single-case_post #category-navigation {
  display: block;
}
#lower-banner-area .group {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#lower-banner-area img {
  width: 100%;
}

.item-post-list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.item-post-list .item-post > * {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.item-post-list .item-post h3 {
  text-align: center;
}
.item-post-list .item-post .logo img {
  margin-left: auto;
  margin-right: auto;
}
.item-post-list .item-post .image {
  position: relative;
  margin-top: 20px;
  padding-left: 0;
}
@media (width >= 1200px) {
  .item-post-list .item-post .image .thumb {
    width: 80%;
  }
}
@media (width < 1200px) {
  .item-post-list .item-post .image .thumb {
    width: 90%;
  }
}
.item-post-list .item-labels > div {
  position: absolute;
  right: 10px;
}
.item-post-list .item-detail .price1 {
  text-align: center;
}
.item-post-list .item-detail .price2 {
  justify-content: center;
}
.item-post-list .item-detail .price2 .normal-label {
  color: #666;
  font-size: 10px;
  display: block;
  line-height: 130%;
  position: relative;
}

.item-post {
  background: #fff;
  border-radius: 15px;
  padding: 25px 0;
  position: relative;
}
.item-post .logo img {
  height: 21px;
}
.item-post h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}
.item-post h3 + .item-tags {
  margin-top: 10px;
}

.item-tags {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: start;
  gap: 7px;
}
.item-tags span {
  display: block;
  padding: 5px 8px;
  line-height: 100%;
  font-size: 14px;
  background: #ccc;
  color: #fff;
}
.item-tags .on {
  background: #FF8682;
}

.item-detail {
  margin-top: 15px;
  font-weight: 500;
}
.item-detail .price1 span.label {
  font-size: 15px;
}
.item-detail .price1 span.price {
  font-size: 20px;
}
.item-detail .price1 span.unit {
  font-size: 15px;
}
.item-detail .price2 {
  display: flex;
  align-items: end;
  justify-content: start;
}
.item-detail .price2 > * {
  line-height: 100%;
}
.item-detail .price2 img {
  width: 56px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.item-detail .price2 .normal-label {
  position: relative;
  top: 0px;
  display: block;
}
.item-detail .price2 .normal-label img {
  top: -2px;
}
.item-detail .price2 .number {
  font-size: 44px;
  color: #FFA410;
}
.item-detail .price2 .unit {
  position: relative;
  top: -3px;
  font-size: 18px;
}
.item-detail + .item-tags {
  margin-top: 15px;
}

.item-labels > div {
  width: 100%;
  max-width: 75px;
  aspect-ratio: 1/1;
  text-align: center;
  color: #fff;
}
.item-labels span {
  display: block;
  line-height: 100%;
  margin-top: 3px;
  font-weight: 500;
}
.item-labels .title {
  font-size: 10px;
}
.item-labels .number {
  font-size: 18px;
}
.item-labels .label-1 {
  top: 16%;
  background: #FF0000;
  border-radius: 50%;
  padding-top: 10px;
}
.item-labels .label-2 {
  top: calc(16% + 85px);
  background: #FF6810;
  border-radius: 50%;
  padding-top: 5px;
}
.item-labels .label-3 {
  top: calc(16% + 170px);
  background: #FFA410;
  border-radius: 50%;
  padding-top: 5px;
}
.item-labels .label-3 .number {
  display: inline;
  font-size: 38px;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.item-labels .label-3 .unit {
  position: relative;
  top: -3px;
}
.item-labels .label-3 .caption {
  position: relative;
  top: -7px;
}
.item-labels .label-3 .unit {
  display: inline;
}
.item-labels .label-3:not(:has(.title)) {
  padding-top: 11px;
}
.item-labels .label-4 {
  background: #FFFF00;
  border: 4px solid #FFDD00;
  border-radius: 50%;
  color: #745D00;
  padding-top: 13px;
}
.item-labels .label-4 span {
  font-size: 13px;
  line-height: 130%;
  font-weight: 900;
}

#recommend-list:not(:has(.post)) {
  display: none;
}
#recommend-list h2 {
  text-align: center;
}
#recommend-list .post {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
#list-by-manufacturer {
  background: #FF8682;
  padding-top: min(6.6666666667vw, 80px);
  padding-bottom: min(6.6666666667vw, 80px);
  margin-top: min(6.6666666667vw, 80px);
}
#list-by-manufacturer:not(:has(.post)) {
  display: none;
}
#list-by-manufacturer .heading1 h2 {
  text-align: center;
  color: #fff;
}
#list-by-manufacturer .manufacturer-tab {
  margin-left: auto;
  margin-right: auto;
  margin-top: min(3.3333333333vw, 40px);
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (width >= 782px) {
  #list-by-manufacturer .manufacturer-tab {
    gap: 30px;
    max-width: 1000px;
  }
}
@media (width < 782px) {
  #list-by-manufacturer .manufacturer-tab {
    gap: 15px;
  }
}
#list-by-manufacturer .manufacturer-tab a {
  display: block;
  min-width: 200px;
  text-align: center;
  font-size: 22px;
  height: 60px;
  line-height: 55px;
  border: 2px solid #fff;
  border-radius: 60px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media (width >= 992px) {
  #list-by-manufacturer .manufacturer-tab a {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media (width < 992px) {
  #list-by-manufacturer .manufacturer-tab a {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
@media (width < 782px) {
  #list-by-manufacturer .manufacturer-tab a {
    flex: 0 0 100%;
  }
}
#list-by-manufacturer .manufacturer-tab a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 24px;
  right: 25px;
}
#list-by-manufacturer .manufacturer-tab a.switched {
  background: #FFFF00;
  border: transparent;
  color: #FF8682;
}
#list-by-manufacturer .manufacturer-tab a.switched:after {
  border-color: #FF8682;
}
#list-by-manufacturer .tab-content-wrapper {
  margin-left: auto;
  margin-right: auto;
}
#list-by-manufacturer .group {
  display: none;
}
#list-by-manufacturer .group > h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
  border-bottom: 2px solid #FFFF00;
}
#list-by-manufacturer .group.target-switched {
  display: block;
}
#list-by-manufacturer .item-post-list {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  gap: 50px;
  justify-content: start;
}
@media (width < 1200px) {
  #list-by-manufacturer .item-post-list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width < 782px) {
  #list-by-manufacturer .item-post-list {
    max-width: 380px;
  }
}
#list-by-manufacturer .item-post-list .post {
  flex: 0 0 auto;
}
@media (width >= 1200px) {
  #list-by-manufacturer .item-post-list .post {
    width: calc((100% - 100px) / 3);
  }
}
@media (width < 1200px) {
  #list-by-manufacturer .item-post-list .post {
    width: calc((100% - 50px) / 2);
  }
}
@media (width < 782px) {
  #list-by-manufacturer .item-post-list .post {
    width: 100%;
  }
}

#case-slider.lower-case-slider .heading1 {
  text-align: center;
}
#case-slider.lower-case-slider .swiper .swiper-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
#case-slider.lower-case-slider .post:hover {
  box-shadow: 0 0 10px rgba(255, 164, 16, 0.7);
}
#case-slider.lower-case-slider:not(:has(.swiper-slide)) {
  display: none;
}

#the-item-post > .group {
  background: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding: min(5vw, 60px);
}
@media (width < 992px) {
  #the-item-post > .group {
    max-width: 600px;
  }
}
@media (width >= 992px) {
  #the-item-post .item-post {
    padding-top: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 50px;
  }
}
#the-item-post .overview {
  flex: 0 0 min(37.5vw, 450px);
}
#the-item-post .detail {
  flex: 1;
}
#the-item-post h1 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
}
#the-item-post .item-tags {
  margin-top: 10px;
}
#the-item-post .result-tags {
  margin-top: 15px;
}
#the-item-post .image {
  margin-top: 15px;
}
#the-item-post .image img {
  width: 100%;
}
#the-item-post .item-labels {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media (width >= 992px) {
  #the-item-post .item-labels {
    justify-content: start;
  }
}
@media (width < 992px) {
  #the-item-post .item-labels {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (width < 992px) {
  #the-item-post .item-detail {
    text-align: center;
  }
  #the-item-post .item-detail .price2 {
    justify-content: center;
  }
}
#the-item-post .detail .item-tags {
  margin-top: 20px;
}

.item-explain {
  border: 2px solid #FFA410;
  border-radius: 15px;
  padding: min(2.0833333333vw, 25px);
  margin-top: 20px;
}
.item-explain section {
  display: grid;
  gap: 5px 10px;
  font-size: 18px;
  font-weight: 500;
}
@media (width >= 1200px) {
  .item-explain section {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 50% 65px auto;
  }
}
@media (width < 1200px) {
  .item-explain section {
    grid-template-rows: auto 1fr;
    grid-template-columns: 70px repeat(4, 1fr);
  }
}
.item-explain section h2 {
  background: #FFC15D;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
  grid-row: 1/2;
  grid-column: 1/-1;
}
@media (width >= 1200px) {
  .item-explain section .model-number {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media (width < 1200px) {
  .item-explain section .model-number {
    grid-row: 2/3;
    grid-column: 1/-1;
  }
}
.item-explain section .price1 {
  display: flex;
  align-items: baseline;
  justify-content: start;
}
.item-explain section .price1 * {
  white-space: nowrap;
}
.item-explain section .price1 .title,
.item-explain section .price1 .unit {
  font-size: 15px;
}
@media (width >= 1200px) {
  .item-explain section .price1 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
@media (width < 1200px) {
  .item-explain section .price1 {
    grid-row: 3/4;
    grid-column: 1/-1;
  }
}
.item-explain section .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-explain section .label .item-labels {
  margin-top: 0 !important;
}
.item-explain section .label .label-3 .number {
  line-height: 34px;
  font-size: 34px;
}
.item-explain section .label > * {
  zoom: 0.8;
}
@media (width >= 1200px) {
  .item-explain section .label {
    grid-row: 2/4;
    grid-column: 2/3;
  }
}
@media (width < 1200px) {
  .item-explain section .label {
    grid-row: 4/5;
    grid-column: 1/2;
  }
}
.item-explain section .price2 {
  align-self: center;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.item-explain section .price2 .number {
  color: #FFA410;
  font-size: 32px;
}
.item-explain section .price2 .unit {
  font-size: 16px;
}
@media (width >= 1200px) {
  .item-explain section .price2 {
    grid-row: 2/4;
    grid-column: 3/4;
    justify-content: end;
  }
}
@media (width < 1200px) {
  .item-explain section .price2 {
    grid-row: 4/5;
    grid-column: 2/6;
    justify-content: start;
  }
}
.item-explain section + section {
  margin-top: 15px;
}
@media (width >= 1200px) {
  .item-explain section.costs .item-construction-list {
    grid-row: 2/4;
    grid-column: 1/3;
  }
}
@media (width < 1200px) {
  .item-explain section.costs .item-construction-list {
    grid-column: 1/-1;
  }
}
.item-explain section.costs .item-construction-list img {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
@media (width >= 1200px) {
  .item-explain section.costs .price2 {
    grid-row: 2/4;
    grid-column: 3/4;
  }
}
.item-construction-list ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 5px;
}
.item-construction-list li {
  text-align: center;
  flex: 1 1 fit-content;
  white-space: nowrap;
}
.item-construction-list img {
  display: inline;
}
.item-construction-list strong {
  font-size: 16px;
  color: #FFA410;
  display: block;
}
.item-construction-list span {
  display: block;
  font-size: 12px;
}

.to-manufacturer {
  text-align: right;
  margin-top: 20px;
}
.to-manufacturer a {
  padding-right: 5px;
  display: inline-block;
  font-size: 18px;
}
.to-manufacturer a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFA410;
  border-bottom: 2px solid #FFA410;
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
  margin-left: 5px;
}

#item-post-item-images {
  text-align: center;
}
#item-post-item-images img {
  display: inline;
  width: 100%;
  max-width: 1000px;
}

@media (width >= 992px) {
  #the-post-nav1 {
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 30px;
  }
}
@media (width < 992px) {
  #the-post-nav1 {
    display: block;
  }
  #the-post-nav1 > div {
    margin-left: auto;
    margin-right: auto;
  }
}
#the-post-nav1 > div {
  flex: 0 0 30%;
  max-width: 280px;
  font-weight: 500;
}

#search-result-list .item-post-list {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: left;
  gap: 20px 50px;
  justify-content: start;
}
@media (width < 1200px) {
  #search-result-list .item-post-list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width < 782px) {
  #search-result-list .item-post-list {
    max-width: 380px;
  }
}
#search-result-list .item-post-list .post {
  flex: 0 0 auto;
}
@media (width >= 1200px) {
  #search-result-list .item-post-list .post {
    width: calc((100% - 100px) / 3);
  }
}
@media (width < 1200px) {
  #search-result-list .item-post-list .post {
    width: calc((100% - 50px) / 2);
  }
}
@media (width < 782px) {
  #search-result-list .item-post-list .post {
    width: 100%;
  }
}

#case-archive {
  margin-top: 30px;
}
#case-archive .heading1 {
  text-align: center;
}
#case-archive .heading1 h2 {
  font-size: 24px;
}

#case-tax-list ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: start;
}
@media (width >= 782px) {
  #case-tax-list ul {
    gap: 15px;
  }
}
@media (width < 782px) {
  #case-tax-list ul {
    gap: 10px;
  }
}
@media (width >= 782px) {
  #case-tax-list li {
    min-width: 170px;
  }
}
@media (width < 782px) {
  #case-tax-list li {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
#case-tax-list a {
  display: block;
  border: 2px solid #FF8682;
  text-align: center;
  height: 35px;
  line-height: 32px;
  border-radius: 35px;
  background: #fff;
  transition: all 0.3s ease 0s;
  font-size: 15px;
}
#case-tax-list a:hover {
  background: #FF8682;
  color: #fff;
}
#case-tax-list li.current a {
  background: #FF8682;
  color: #fff;
}

#case-post-list .case-post-list {
  margin-top: 30px;
}
.case-post-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-flow: wrap;
  gap: 40px;
  justify-content: start;
}
@media (width < 1200px) {
  .case-post-list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width < 782px) {
  .case-post-list {
    max-width: 380px;
  }
}
.case-post-list .post {
  flex: 0 0 auto;
}
@media (width >= 1200px) {
  .case-post-list .post {
    width: calc((100% - 80px) / 3);
  }
}
@media (width < 1200px) {
  .case-post-list .post {
    width: calc((100% - 40px) / 2);
  }
}
@media (width < 782px) {
  .case-post-list .post {
    width: 100%;
  }
}

.case-post {
  background: #fff;
  box-shadow: 0 0 15px rgba(255, 164, 16, 0.15);
  border-radius: 15px;
  transition: all 0.3s ease 0s;
}
.case-post img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.case-post .case-tax {
  margin-top: 15px;
}
.case-post .case-tax span {
  display: inline-block;
  background: #FF8682;
  color: #fff;
  height: 30px;
  line-height: 27px;
  padding: 0 10px;
  font-size: 20px;
}
.case-post h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.case-post .result-tags {
  margin-top: 10px;
  justify-content: center;
}
.case-post .price {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.case-post .price span.unit {
  font-size: 20px;
}
.case-post a {
  display: block;
  padding: 30px;
}
.case-post:hover {
  opacity: 0.6;
}

#the-case-post .overview {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px 30px;
}
@media (width < 782px) {
  #the-case-post .overview {
    flex-direction: row;
    flex-flow: wrap;
  }
}
#the-case-post .overview .case-tax-label {
  background: #FF8682;
  color: #fff;
  font-size: clamp(16px, 2.1666666667vw, 26px);
  padding: 5px 10px;
}
#the-case-post .overview .price {
  font-weight: 700;
  line-height: 100%;
}
#the-case-post .overview .price .number {
  font-size: clamp(30px, 4vw, 48px);
}
#the-case-post .overview .price .unit {
  font-size: clamp(16px, 2vw, 24px);
}
@media (width < 782px) {
  #the-case-post .overview .result-tags {
    width: 100%;
  }
}
#the-case-post .case-post-data-list {
  margin-top: 25px;
}
@media (width >= 782px) {
  #the-case-post .case-post-data-list {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: start;
    justify-content: start;
    gap: 5px;
  }
}
#the-case-post .case-post-data-list h3 {
  font-size: 26px;
  font-weight: 500;
  width: 100%;
  color: #FF8682;
}
@media (width < 782px) {
  #the-case-post .case-post-data-list h3 {
    margin-bottom: 10px;
  }
}
#the-case-post .case-post-data-list .list {
  flex: 1;
}
@media (width < 782px) {
  #the-case-post .case-post-data-list .list + .list {
    margin-top: 5px;
  }
}
#the-case-post .case-post-data-list .list dl {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: start;
  gap: 5px;
}
#the-case-post .case-post-data-list .list dl + dl {
  margin-top: 5px;
}
#the-case-post .case-post-data-list .list dt, #the-case-post .case-post-data-list .list dd {
  font-weight: 500;
}
@media (width >= 782px) {
  #the-case-post .case-post-data-list .list dt, #the-case-post .case-post-data-list .list dd {
    padding: 10px;
    flex: 1;
  }
}
#the-case-post .case-post-data-list .list dt {
  background: #FF8682;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media (width < 782px) {
  #the-case-post .case-post-data-list .list dt {
    flex: 0 0 170px;
    padding: 10px 0px;
  }
}
#the-case-post .case-post-data-list .list dd {
  background: #fff;
}
@media (width < 782px) {
  #the-case-post .case-post-data-list .list dd {
    flex: 1 1 auto;
    padding: 10px;
  }
}
#the-case-post .case-photo-before-after {
  margin-top: min(5.8333333333vw, 70px);
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-flow: wrap;
  gap: 30px 60px;
}
@media (width < 782px) {
  #the-case-post .case-photo-before-after {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
#the-case-post .case-photo-before-after > div {
  flex: 1;
}
#the-case-post .case-photo-before-after h3 {
  text-transform: uppercase;
  font-size: clamp(28px, 3vw, 36px);
  text-align: center;
}
@media (width < 782px) {
  #the-case-post .case-photo-before-after .before {
    flex: 0 0 100%;
  }
}
#the-case-post .case-photo-before-after .before h3 {
  font-weight: 400;
}
#the-case-post .case-photo-before-after .after {
  color: #FF8682;
}
@media (width < 782px) {
  #the-case-post .case-photo-before-after .after {
    flex: 0 0 100%;
  }
}
#the-case-post .case-photo-before-after figure {
  margin-top: 20px;
}

#to-case-post-archive {
  margin-top: 50px;
}

#comment-from-manager {
  margin-top: 50px;
}

/*# sourceMappingURL=theme-style-custom.css.map */
