@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP";
  scroll-behavior: smooth;
}
* .hidden {
  display: none !important;
}
* .wrapper {
  max-width: 1400px;
  width: 100%;
}
* .sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
* .header {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 12px 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
* .header .left img {
  width: 200px;
  position: relative;
  top: 2px;
}
* .header .right {
  display: flex;
  align-items: center;
  gap: 14px;
}
* .header .right .phone-num {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
* .header .right .phone-num img {
  width: 30px;
  position: relative;
  top: 3px;
}
* .header .right .phone-num .num {
  font-size: 1.8rem;
  font-weight: 600;
}
* .header .right .header-btn {
  text-decoration: none;
  color: #fff;
  background-color: #FF9400;
  border-radius: 40px;
  padding: 6px 36px;
  font-size: 1.2rem;
  box-shadow: 0 6px 0 #d97d00;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
* .header .right .header-btn:hover {
  box-shadow: 0 3px 0 #d97d00;
  transform: translateY(3px);
}
* .header .right .header-btn span {
  font-size: 0.75rem;
  background-color: red;
  padding: 2px;
  border-radius: 4px;
  position: relative;
  top: 2px;
}
* .sec-1 {
  background-image: url("/images/topview/topview_pc_background.jpg");
  background-repeat: no-repeat;
  padding-top: 80px;
}
* .sec-1 .topview-pc {
  width: 60%;
}
* .sec-1 .topview-sm {
  display: none;
}
* .menu {
  display: flex;
  justify-content: center;
  background-color: #FEF9F6;
  position: relative;
  min-height: 120px;
}
* .menu .menu-c {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  gap: 20px;
}
* .menu .menu-c .menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 4px solid #FF9400;
  border-radius: 10px;
  flex: 1;
  padding: 10px 0;
  text-align: center;
  width: 200px;
}
* .menu .menu-c .menu-item .menu-img-w {
  max-width: 50px;
}
* .menu .menu-c .menu-item .menu-img-w .menu-img {
  width: 100%;
}
* .menu .menu-c .menu-item .menu-desc {
  color: #FF9400;
  font-size: 1.2rem;
  font-weight: 600;
}
* .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
* .cta .wrapper {
  max-width: unset;
}
@media screen and (max-width: 820px) {
  * .cta .cta-card-c {
    padding: 0 !important;
  }
  * .cta .cta-card-c .cta-card {
    width: 100%;
    border-radius: unset !important;
  }
  * .cta .cta-card-c .cta-card .top {
    display: flex;
    align-items: center;
    border-radius: unset !important;
    position: relative;
    padding-left: 24px !important;
  }
  * .cta .cta-card-c .cta-card .top .cta-head-c {
    flex-direction: column;
  }
  * .cta .cta-card-c .cta-card .top .cta-head-c .cta-head {
    font-size: 1.4rem !important;
  }
  * .cta .cta-card-c .cta-card .top img {
    order: 2;
  }
  * .cta .cta-card-c .cta-card .btn-c {
    flex-direction: column;
  }
  * .cta .cta-card-c .cta-card .btn-c .line-btn {
    flex-direction: row !important;
  }
  * .cta .cta-card-c .cta-card .btn-c .line-btn .line-text {
    font-size: 1rem !important;
  }
  * .cta .cta-card-c .cta-card .btn-c .line-btn .line-text .larger {
    font-size: unset !important;
  }
  * .cta .cta-card-c .cta-card .btn-c .line-btn, * .cta .cta-card-c .cta-card .btn-c .mail-btn, * .cta .cta-card-c .cta-card .btn-c .phone-btn {
    justify-content: center;
  }
  * .cta .cta-card-c .cta-card .btn-c .mail-btn img {
    display: none !important;
  }
  * .cta .cta-card-c .cta-card .btn-c .phone-box {
    display: none !important;
  }
  * .cta .cta-card-c .cta-card .phone-info {
    justify-content: center !important;
    background-color: unset !important;
    border: none !important;
    padding: 0 !important;
  }
  * .cta .cta-card-c .cta-card .phone-info::after {
    content: unset !important;
  }
  * .cta .cta-card-c .cta-card .phone-info .phone-num {
    display: none !important;
  }
}
* .cta .cta-card-c {
  display: flex;
  justify-content: center;
}
* .cta .cta-card-c .cta-card {
  background-color: #FF9400;
  width: 100%;
}
* .cta .cta-card-c .cta-card .top {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 10px;
  background-color: #E08302;
  padding: 4px;
  position: relative;
}
* .cta .cta-card-c .cta-card .top img {
  width: 84px;
}
* .cta .cta-card-c .cta-card .top .cta-head-c {
  display: flex;
}
* .cta .cta-card-c .cta-card .top .cta-head-c .cta-head {
  font-size: 1.8rem;
}
* .cta .cta-card-c .cta-card .top .cta-head-c .cta-head .highlight {
  color: #FFE200;
}
* .cta .cta-card-c .cta-card .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px;
  gap: 24px;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c {
  display: flex;
  gap: 10px;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .phone-btn {
  display: flex;
  background: #fff;
  padding: 12px;
  gap: 18px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .phone-btn .phone-box {
  background-color: #FF9400;
  color: white;
  border-radius: 8px;
  text-align: center;
  font-size: 0.8rem;
  padding: 5px 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .phone-btn .phone-num {
  display: flex;
  flex-direction: column;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .phone-btn .phone-num .phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .phone-btn .phone-num .phone-top img {
  width: 26px;
  position: relative;
  top: 3px;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .phone-btn .phone-num .phone-top .num {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .phone-btn .phone-num .phone-top .num a {
  text-decoration: none;
  color: black;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .phone-btn .phone-num .av-time {
  font-size: 0.7rem;
  font-weight: 500;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .mail-btn {
  display: flex;
  align-items: center;
  background-color: #FFC019;
  padding: 10px;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 0 6px 0 #e0a100;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .mail-btn:hover {
  box-shadow: 0 2px 0 #e0a100;
  transform: translateY(6px);
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .mail-btn .mail-box {
  font-size: 0.6rem;
  background-color: red;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .mail-btn .mail-text {
  color: #fff;
  font-weight: 600;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .mail-btn img {
  transform: rotate(-90deg);
  filter: invert(1);
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .line-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #07B53B;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 6px 0 #039930;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .line-btn:hover {
  box-shadow: 0 2px 0 #039930;
  transform: translateY(6px);
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .line-btn .line-text {
  font-size: 0.7rem;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .btn-c .line-btn .larger {
  font-size: 1.4rem;
  font-weight: 800;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .phone-info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 40px;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 12px 20px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .phone-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 0;
  border-left: 35px solid rgba(0, 0, 0, 0.2);
  border-top: 40px solid transparent;
  border-bottom: 37px solid transparent;
  z-index: 1;
  display: flex;
  background-color: #FF9400;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .phone-info .locs .loc-text {
  font-size: 0.8rem;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .phone-info .phone-num {
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 10;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .phone-info .phone-num .phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .phone-info .phone-num .phone-top img {
  width: 26px;
  position: relative;
  top: 3px;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .phone-info .phone-num .phone-top .num {
  font-size: 1.6rem;
  font-weight: 600;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .phone-info .phone-num .phone-top .num a {
  color: #000;
  text-decoration: none;
}
* .cta .cta-card-c .cta-card .bottom .bottom-wrapper .phone-info .phone-num .av-time {
  font-size: 0.7rem;
  font-weight: 500;
}
* .sec-2 {
  padding: 60px;
  background-color: #FEF9E6;
}
* .sec-2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
* .sec-2 .container .top {
  display: flex;
  margin-bottom: 20px;
}
* .sec-2 .container .top .right {
  padding: 24px;
}
* .sec-2 .container .top .right .sec-head {
  font-size: 2.4rem;
  color: #343434;
  margin-bottom: 30px;
}
* .sec-2 .container .top .right .sec-head .underline {
  color: #0C2685;
  position: relative;
  background: linear-gradient(transparent 72%, yellow 60%);
}
* .sec-2 .container .table-container {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 60px;
}
* .sec-2 .container .title {
  color: #0C2685;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
* .sec-2 .container .pricing-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
* .sec-2 .container .header-row {
  background: linear-gradient(135deg, #ff8c42 0%, #ff6b1a 100%);
  color: white;
}
* .sec-2 .container .header-room {
  background-color: #FF9400;
  color: white;
}
* .sec-2 .container .header-time {
  background-color: #FF9400;
  color: white;
}
* .sec-2 .container .header-price {
  background-color: #FF9400;
  color: white;
}
* .sec-2 .container th {
  padding: 18px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  font-size: 18px;
}
* .sec-2 .container td {
  padding: 18px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
* .sec-2 .container .room-cell {
  background-color: #e8f4f8;
  color: #2c3e50;
  font-weight: bold;
  font-size: 18px;
}
* .sec-2 .container .time-cell {
  background-color: #f8f9ff;
  color: #2c3e50;
}
* .sec-2 .container .price-cell {
  background-color: #fff5f5;
  color: #ff6b1a;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 600px) {
  * .sec-2 .container .title {
    font-size: 1.6rem;
  }
  * .sec-2 .container th {
    padding: 12px 8px;
    font-size: 14px;
  }
  * .sec-2 .container td {
    padding: 12px 8px;
    font-size: 14px;
  }
  * .sec-2 .container .room-cell {
    font-size: 16px;
  }
  * .sec-2 .container .price-cell {
    font-size: 16px;
  }
}
* .sec-2 .container .bottom {
  display: flex;
  gap: 20px;
}
* .sec-2 .container .bottom .li-card {
  border: 2px solid #FF9400;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 12px;
  padding: 20px;
  border-radius: 20px;
  min-width: 480px;
}
* .sec-2 .container .bottom .li-card .li-card-head {
  font-size: 1.6rem;
  text-align: center;
  color: #FF9400;
}
* .sec-2 .container .bottom .li-card .li-card-desc {
  font-size: 0.9rem;
  text-align: center;
  color: #343434;
  font-weight: 600;
}
* .sec-2 .container .bottom .li-card .li-img-c {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
* .sec-2 .container .bottom .li-card .li-img-c img {
  width: 150px;
}
* .sec-2 .container .bottom .li-card .li-img-c img.hy-logo {
  width: 54px;
}
* .sec-2 .container .bottom .li-card .li-img-c .hy-span {
  color: #0066A3;
  font-weight: 600;
}
* .akutoku {
  padding: 40px;
  background-color: #FFE200;
}
* .akutoku .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
* .akutoku .head-c {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
* .akutoku .head-c .sec-head {
  font-size: 2.2rem;
  color: #343434;
}
* .akutoku .head-c img {
  width: 40px;
}
* .akutoku .warn-text {
  display: flex;
  justify-self: center;
  width: 56%;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
* .akutoku .warn-text.bottom {
  margin-bottom: 0;
  font-weight: 600;
}
* .akutoku .ex-card-c {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
* .akutoku .ex-card-c .ex-card {
  display: flex;
  flex-direction: column;
  border: 1px solid;
  flex: 1;
  width: fit-content;
  max-width: 250px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
* .akutoku .ex-card-c .ex-card .top {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: repeating-linear-gradient(-45deg, #FB9182, #FB9182 10px, #FB7461 10px, #FB7461 15px);
  padding: 6px;
}
* .akutoku .ex-card-c .ex-card .top img {
  width: 20px;
}
* .akutoku .ex-card-c .ex-card .body {
  padding: 14px;
}
* .akutoku .ex-card-c .ex-card .body .card-text {
  text-align: center;
}
* .sec-3 {
  padding: 60px 40px 40px 40px;
}
* .sec-3 .sec-head {
  font-size: 2.4rem;
  text-align: center;
  color: #0C2685;
  margin-bottom: 30px;
  position: relative;
  top: -8px;
}
* .sec-3 .sec-subhead {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 6px;
  color: #0C2685;
}
* .sec-3 .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
* .sec-3 .card-wrapper .yori-card-c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 540px;
  border-radius: 20px;
  overflow: hidden;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card .bubble {
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 600;
  position: relative;
  top: 15px;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card .bubble::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  display: block;
  bottom: -10px;
  position: absolute;
  left: 82px;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(1) {
  background-color: #E4F2FE;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(1) .bubble {
  background-color: #004192;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(1) .bubble::after {
  border-top: 12px solid #004192;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(1) .con-head {
  color: #2050B0;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(2) {
  background-color: #E7F9D2;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(2) .bubble {
  background-color: #529017;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(2) .bubble::after {
  border-top: 12px solid #529017;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(2) .con-head {
  color: #79B23D;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(3) {
  background-color: #E3F5F7;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(3) .bubble {
  background-color: #0C9096;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(3) .bubble::after {
  border-top: 12px solid #0C9096;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(3) .con-head {
  color: #52B1B9;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(4) {
  background-color: #E4F2FE;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(4) .bubble {
  background-color: #246CAB;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(4) .bubble::after {
  border-top: 12px solid #246CAB;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(4) .con-head {
  color: #4885D0;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(5) {
  background-color: #E4F2FE;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(5) .bubble {
  background-color: #004192;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(5) .bubble::after {
  border-top: 12px solid #004192;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(5) .con-head {
  color: #2050B0;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(6) {
  background-color: #E7F9D2;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(6) .bubble {
  background-color: #529017;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(6) .bubble::after {
  border-top: 12px solid #529017;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card:nth-child(6) .con-head {
  color: #79B23D;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card img {
  width: 100%;
  max-height: 210px;
  object-fit: cover;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  width: 100%;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card .content .con-head {
  font-size: 2.1rem;
  margin-bottom: 10px;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card .content .con-subhead {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #343434;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card .content .info-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 36px 20px 20px 20px;
  border-radius: 20px;
  width: 100%;
  align-items: center;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card .content .info-box .info-item-c {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card .content .info-box .info-item-c .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
* .sec-3 .card-wrapper .yori-card-c .yori-card .content .info-box .info-item-c .info-item img {
  max-width: 24px;
}
* .sec-4 {
  padding: 40px 60px;
}
* .sec-4 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
* .sec-4 .top .sec-head {
  font-size: 2.4rem;
  color: #0C2685;
}
* .sec-4 .top img {
  max-width: 120px;
}
* .sec-4 .bottom {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
* .sec-4 .bottom .left img {
  max-width: 450px;
}
* .sec-4 .bottom .right {
  flex: 1;
}
* .sec-4 .bottom .right .dropdown-c {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
* .sec-4 .bottom .right .dropdown-c .dropdown-item {
  display: flex;
  flex-direction: column;
  border: 2px solid #FF9400;
  background-color: #fff;
  border-radius: 10px;
}
* .sec-4 .bottom .right .dropdown-c .dropdown-item.selected .loc-top {
  background-color: #FF9400;
  color: #fff;
}
* .sec-4 .bottom .right .dropdown-c .dropdown-item.selected .loc-top img {
  filter: invert(1);
  transform: rotate(180deg);
}
* .sec-4 .bottom .right .dropdown-c .dropdown-item.selected .loc-text-c {
  display: flex;
}
* .sec-4 .bottom .right .dropdown-c .dropdown-item .loc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  user-select: none;
}
* .sec-4 .bottom .right .dropdown-c .dropdown-item .loc-top .loc-head {
  font-size: 1.2rem;
}
* .sec-4 .bottom .right .dropdown-c .dropdown-item .loc-top img {
  transform: none;
}
* .sec-4 .bottom .right .dropdown-c .dropdown-item .loc-text-c {
  display: none;
  padding: 10px;
}
* .sec-4 .bottom .right .dropdown-c .dropdown-item .loc-text-c .loc-text {
  color: #343434;
}
* .sec-5 {
  padding: 40px;
  background-color: #FEF9E6;
}
* .sec-5 .sec-head {
  color: #0C2685;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 6px;
}
* .sec-5 .sec-subhead {
  color: #343434;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
* .sec-5 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
  padding: 30px;
}
* .sec-5 .grid .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
* .sec-5 .grid .grid-item::after {
  content: attr(data_value);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #FF9400;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  font-size: 1.4rem;
  top: -28px;
  left: 24px;
  font-weight: 600;
}
* .sec-5 .grid .grid-item .grid-img-w {
  width: 100%;
  border-radius: 10px;
  height: 200px;
  overflow: clip;
  margin-bottom: 20px;
}
* .sec-5 .grid .grid-item .grid-img-w .grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
* .sec-5 .grid .grid-item .grid-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
* .sec-5 .grid .grid-item .grid-text .title {
  color: #0C2685;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
* .sec-5 .grid .grid-item .grid-text .title::after {
  content: "";
  width: 100%;
  display: flex;
  height: 0;
  border: 1px solid #0C2685;
  margin-top: 6px;
}
* .sec-5 .grid .grid-item .grid-text .desc {
  color: #343434;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 2;
}
* .sec-6 {
  padding: 40px;
}
* .sec-6 .sec-head {
  font-size: 2.4rem;
  color: #0C2685;
  margin-bottom: 6px;
  text-align: center;
}
* .sec-6 .sec-subhead {
  font-size: 1.4rem;
  color: #343434;
  text-align: center;
  margin-bottom: 50px;
}
* .sec-6 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  row-gap: 60px;
  padding: 30px;
}
* .sec-6 .grid .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
* .sec-6 .grid .grid-item .item-head {
  font-size: 1.2rem;
  color: #0C2685;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 10px;
}
* .sec-6 .grid .grid-item .img-w {
  margin-bottom: 10px;
}
* .sec-6 .grid .grid-item .grid-text {
  letter-spacing: 1px;
  line-height: 1.6;
}
* .sec-7 {
  padding: 60px 40px 40px 40px;
}
* .sec-7 .sec-head {
  font-size: 2.4rem;
  color: #0C2685;
  text-align: center;
  margin-bottom: 6px;
}
* .sec-7 .sec-subhead {
  font-size: 1.4rem;
  color: #343434;
  text-align: center;
  margin-bottom: 50px;
}
* .sec-7 .card-c {
  display: flex;
  flex-direction: column;
  align-items: center;
}
* .sec-7 .card-c .card {
  display: flex;
  flex-direction: column;
}
* .sec-7 .card-c .card .card-el {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-bottom: 40px;
}
* .sec-7 .card-c .card.case-03 .top {
  justify-content: space-between;
}
* .sec-7 .card-c .card.case-03 .top .info {
  width: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
* .sec-7 .card-c .card.case-03 .top .info .info-top {
  width: 100%;
}
* .sec-7 .card-c .card.case-03 .top .price-adjust {
  display: flex;
  align-items: center;
  gap: 10px;
}
* .sec-7 .card-c .card.case-03 .top .price-adjust .adjust-card {
  display: flex;
  flex-direction: column;
  border: 2px solid gray;
  border-radius: 6px;
}
* .sec-7 .card-c .card.case-03 .top .price-adjust .adjust-card .adjust-top {
  background-color: gray;
  color: #fff;
  text-align: center;
  padding: 5px 38px;
  font-size: 1.2rem;
}
* .sec-7 .card-c .card.case-03 .top .price-adjust .adjust-card .adjust-bottom {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FF9400;
}
* .sec-7 .card-c .card.case-03 .top .price-adjust .subtract {
  width: 20px;
  height: 4px;
  background-color: gray;
  border-radius: 50px;
}
* .sec-7 .card-c .card.case-03 .top .price {
  width: unset;
}
* .sec-7 .card-c .card .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  color: #0C2685;
}
* .sec-7 .card-c .card .head .icon-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FF9400;
  color: #fff;
  border-radius: 50%;
  padding: 4px 16px;
}
* .sec-7 .card-c .card .head .icon-c .icon-text {
  font-size: 1rem;
  position: relative;
  top: 4px;
}
* .sec-7 .card-c .card .head .icon-c .icon-num {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  top: -3px;
}
* .sec-7 .card-c .card .head .card-head {
  font-size: 1.6rem;
}
* .sec-7 .card-c .card .top {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-color: #fff;
  padding: 40px 40px 16px 40px;
  border-radius: 10px 10px 0 0;
}
* .sec-7 .card-c .card .top .info {
  display: flex;
  width: 420px;
  gap: 6px;
}
* .sec-7 .card-c .card .top .info .info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
* .sec-7 .card-c .card .top .info .info-card .info-top {
  background-color: #0C2685;
  color: #fff;
  border-radius: 4px;
  padding: 5px 14px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
* .sec-7 .card-c .card .top .info .info-card .info-bottom {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
* .sec-7 .card-c .card .top .price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  width: 420px;
}
* .sec-7 .card-c .card .top .price .price-top {
  font-size: 1.2rem;
  color: #0C2685;
}
* .sec-7 .card-c .card .top .price .price-bottom {
  font-size: 2.7rem;
  color: #FF9400;
  position: relative;
  top: -4px;
}
* .sec-7 .card-c .card .bottom {
  display: flex;
  gap: 40px;
  background-color: #fff;
  padding: 0 40px 40px 40px;
  border-radius: 0 0 10px 10px;
}
* .sec-7 .card-c .card .bottom .before {
  display: flex;
  flex-direction: column;
  position: relative;
}
* .sec-7 .card-c .card .bottom .before::after {
  content: attr(data_value);
  background-color: gray;
  color: #fff;
  width: fit-content;
  padding: 2px 30px;
  font-size: 1.2rem;
  border-radius: 6px;
  position: absolute;
  bottom: -12px;
  left: 150px;
  font-weight: 600;
}
* .sec-7 .card-c .card .bottom .before img {
  width: 420px;
  object-fit: cover;
  height: 240px;
  border-radius: 10px;
}
* .sec-7 .card-c .card .bottom .after {
  display: flex;
  flex-direction: column;
  position: relative;
}
* .sec-7 .card-c .card .bottom .after::after {
  content: attr(data_value);
  background-color: #FF9400;
  color: #fff;
  width: fit-content;
  padding: 2px 36px;
  font-size: 1.2rem;
  border-radius: 6px;
  position: absolute;
  bottom: -14px;
  left: 150px;
  font-weight: 600;
}
* .sec-7 .card-c .card .bottom .after img {
  width: 420px;
  object-fit: cover;
  height: 240px;
  border-radius: 10px;
}
* .sec-8 {
  padding: 40px 40px 0 40px;
  background-color: #FEF9E6;
}
* .sec-8 .sec8-head {
  font-size: 2.4rem;
  color: #0C2685;
  text-align: center;
  letter-spacing: 1px;
}
* .sec-8 .sec8-subhead {
  font-size: 1.4rem;
  color: #343434;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  top: -8px;
  margin-bottom: 30px;
}
* .sec-8 .sec8-subhead .underline {
  text-decoration: underline;
  font-size: 2.8rem;
  color: #FF9400;
}
* .sec-8 .card-c {
  overflow: clip;
}
* .sec-8 .card-c img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transform: translateX(100px);
  border-radius: 10px;
}
* .sec-8 .card-c .text-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  width: 750px;
  background-color: #fff;
  position: relative;
  top: -100px;
  left: 132px;
  border-radius: 10px;
  position: relative;
}
* .sec-8 .card-c .text-card::before {
  content: attr(data_value);
  position: absolute;
  top: -24px;
  left: -20px;
  border: 1px solid orange;
  background-color: orange;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-weight: 600;
}
* .sec-8 .card-c .text-card .card-head {
  color: #FF9400;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
* .sec-8 .card-c .text-card .card-subhead {
  color: #0C2685;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
* .sec-8 .card-c .text-card .card-p {
  color: #343434;
  letter-spacing: 1px;
  font-size: 1.1rem;
  line-height: 1.6;
}
* .sec-9 {
  padding: 40px;
}
* .sec-9 .sec-head {
  font-size: 2.4rem;
  color: #0C2685;
  text-align: center;
  margin-bottom: 6px;
}
* .sec-9 .sec-subhead {
  font-size: 1.4rem;
  color: #343434;
  text-align: center;
  margin-bottom: 30px;
}
* .sec-9 .test-c {
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 60px;
}
* .sec-9 .test-c .test-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #FF9400;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}
* .sec-9 .test-c .test-card .test-top {
  display: flex;
  align-items: center;
  background-color: #FF9400;
  color: #fff;
  padding: 20px;
  font-size: 1.8rem;
  gap: 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
* .sec-9 .test-c .test-card .test-top::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #FF9400;
  display: block;
  bottom: -20px;
  position: absolute;
  left: 96px;
}
* .sec-9 .test-c .test-card .test-top .test-cat {
  font-size: 1rem;
  background-color: #fff;
  color: #FF9400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  padding: 6px 20px;
}
* .sec-9 .test-c .test-card .test-top .test-card-head {
  font-size: 1.6rem;
}
* .sec-9 .test-c .test-card .test-bottom {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 40px 20px 40px;
}
* .sec-9 .test-c .test-card .test-bottom .test-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
* .sec-9 .test-c .test-card .test-bottom .test-left img {
  width: 160px;
  margin-bottom: 14px;
}
* .sec-9 .test-c .test-card .test-bottom .test-left .loc, * .sec-9 .test-c .test-card .test-bottom .test-left .name {
  font-size: 1.1rem;
  font-weight: 600;
}
* .sec-9 .test-c .test-card .test-bottom .test-right .test-p {
  line-height: 2;
  letter-spacing: 1px;
  font-size: 1.1rem;
}
* .sec-9 .test-c .test-card .test-bottom .test-right .test-p .color-change {
  color: #FF9400;
}
* .sec-10 {
  padding: 40px;
  background-color: #FEF9E6;
}
* .sec-10 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
* .sec-10 .sec-head {
  font-size: 2.4rem;
  color: #0C2685;
  text-align: center;
  margin-bottom: 6px;
}
* .sec-10 .sec-subhead {
  font-size: 1.4rem;
  color: #343434;
  text-align: center;
  margin-bottom: 30px;
}
* .sec-10 .top-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
* .sec-10 .top-menu .situation-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF9400;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 40px;
  padding: 5px 40px;
  font-weight: 600;
  position: relative;
  top: 20px;
  z-index: 10;
}
* .sec-10 .top-menu .situation-bubble::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #FF9400;
  display: block;
  bottom: -14px;
  position: absolute;
}
* .sec-10 .top-menu .situation-c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  border: 1px solid #FF9400;
  position: relative;
  padding: 50px 30px 30px 30px;
  border-radius: 20px;
  background-color: #fff;
}
* .sec-10 .top-menu .situation-c .situation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FF9400;
}
* .sec-10 .top-menu .situation-c .situation .sit-head {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
* .sec-10 .top-menu .situation-c .situation .sit-head .underline {
  color: #FF9400;
  border-bottom: 3px solid #F9E231;
}
* .sec-10 .top-menu .situation-c .situation img {
  width: 30px;
  position: relative;
  top: 4px;
}
* .sec-10 .tab-menu {
  width: 86%;
}
* .sec-10 .tab-menu .tabs {
  display: flex;
  justify-content: space-between;
}
* .sec-10 .tab-menu .tabs .tab-span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  background-color: #FF9400;
  color: #fff;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
  width: 24%;
  border: 2px solid #FF9400;
  border-bottom: none;
  position: relative;
  top: 4px;
  z-index: 1;
}
* .sec-10 .tab-menu .tabs .tab-span.selected {
  background-color: #fff;
  color: #FF9400;
  border-bottom: 2px solid white;
  position: relative;
  z-index: 10;
}
* .sec-10 .tab-menu .tab-page .category-page {
  display: flex;
  border: 2px solid #FF9400;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  height: 500px;
}
* .sec-10 .tab-menu .tab-page .category-page .left {
  padding: 20px;
}
* .sec-10 .tab-menu .tab-page .category-page .left img {
  width: 360px;
}
* .sec-10 .tab-menu .tab-page .category-page .right {
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow: auto;
}
* .sec-10 .tab-menu .tab-page .category-page .right .right-head {
  font-size: 1.2rem;
  color: #FF9400;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
* .sec-10 .tab-menu .tab-page .category-page .right .right-p {
  font-size: 1.1rem;
  color: #343434;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 20px;
}
* .sec-11 {
  padding: 40px;
  background-color: #FEF9E6;
}
* .sec-11 .sec-head {
  font-size: 2.4rem;
  text-align: center;
  color: #0C2685;
  margin-bottom: 6px;
}
* .sec-11 .sec-subhead {
  font-size: 1.4rem;
  text-align: center;
  color: #343434;
  margin-bottom: 30px;
}
* .sec-11 .service-card-c {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 20px;
  overflow: auto;
}
* .sec-11 .service-card-c .service-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 2px solid #FF9400;
  border-radius: 20px;
  background-color: #fff;
  width: fit-content;
  position: relative;
}
* .sec-11 .service-card-c .service-card:nth-child(6)::after {
  content: unset;
}
* .sec-11 .service-card-c .service-card::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #FF9400;
  position: absolute;
  top: 50%;
  right: -46px;
}
* .sec-11 .service-card-c .service-card .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
* .sec-11 .service-card-c .service-card .left .top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
* .sec-11 .service-card-c .service-card .left .top .top-num {
  font-size: 1.4rem;
  background-color: #FF9400;
  color: #fff;
  width: 40px;
  height: 40px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
* .sec-11 .service-card-c .service-card .left .top .top-head {
  color: #0C2685;
  font-size: 1.6rem;
}
* .sec-11 .service-card-c .service-card .left .left-p {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 2;
}
* .sec-11 .service-card-c .service-card .right img {
  width: 480px;
  border-radius: 20px;
  height: 290px;
  object-fit: cover;
}
* .sec-12 {
  padding: 40px;
}
* .sec-12 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
* .sec-12 .sec-head {
  font-size: 2.4rem;
  text-align: center;
  color: #0C2685;
  margin-bottom: 30px;
}
* .sec-12 .qa-c {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  width: 86%;
}
* .sec-12 .qa-c .qa-item {
  display: flex;
  flex-direction: column;
  border: 2px solid #FF9400;
  background-color: #fff;
  border-radius: 12px;
  overflow: clip;
}
* .sec-12 .qa-c .qa-item.selected .q {
  background-color: #FF9400;
  color: #fff;
}
* .sec-12 .qa-c .qa-item.selected .q img {
  transform: rotate(180deg);
}
* .sec-12 .qa-c .qa-item.selected .a {
  display: flex;
  font-size: 1.2rem;
  padding: 20px;
}
* .sec-12 .qa-c .qa-item .q {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  user-select: none;
  position: relative;
  background-color: #FF9400;
  color: #fff;
}
* .sec-12 .qa-c .qa-item .q .q-icon {
  font-size: 2rem;
  position: relative;
  top: -4px;
  margin-right: 20px;
}
* .sec-12 .qa-c .qa-item .q img {
  transform: none;
  position: absolute;
  right: 16px;
  width: 38px;
  filter: invert(1);
}
* .sec-12 .qa-c .qa-item .a {
  display: none;
  padding: 10px;
}
* .sec-12 .qa-c .qa-item .a .a-text {
  color: #343434;
  letter-spacing: 1px;
}
* .sec-13 {
  padding: 40px;
}
* .sec-13 .info-c {
  display: flex;
  flex-direction: column;
}
* .sec-13 .info-c .info-item {
  display: flex;
}
* .sec-13 .info-c .info-item .left {
  flex: 1;
  border-bottom: 3px solid #FF9400;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
* .sec-13 .info-c .info-item .left .cat-key {
  font-size: 1.2rem;
  font-weight: 600;
}
* .sec-13 .info-c .info-item .right {
  flex: 3;
  border-bottom: 1px solid lightgray;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
* .sec-13 .info-c .info-item .right .cat-value {
  font-size: 1.2rem;
}
* .footer {
  text-align: center;
  padding: 40px 40px 120px 40px;
}
* .fixed-cta {
  display: flex;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
}
* .fixed-cta.visible {
  opacity: 1;
  visibility: visible;
}
* .fixed-cta.invisible {
  opacity: 0;
  visibility: hidden;
}
* .fixed-cta .cta-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-bottom: 16px;
  width: 100%;
}
* .fixed-cta .cta-container .fixed-top {
  grid-column: span 2;
}
* .fixed-cta .cta-container .fixed-top .campaign {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  gap: 12px;
  padding: 4px 0;
}
* .fixed-cta .cta-container .fixed-top .campaign .price {
  font-size: 0.65rem;
  letter-spacing: 1px;
}
* .fixed-cta .cta-container .fixed-top .campaign .price .num {
  font-size: 0.9rem;
  color: yellow;
  font-weight: 900;
}
* .fixed-cta .cta-container .fixed-top .campaign .discount {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.85rem;
}
* .fixed-cta .cta-container .fixed-top .campaign .discount .highlight {
  color: yellow;
  font-weight: 900;
  font-size: 0.9rem;
}
* .fixed-cta .cta-container .fixed-top .campaign .discount .highlight .smaller {
  font-size: 0.6rem;
  color: #fff;
}
* .fixed-cta .cta-container .fixed-top .time {
  border-bottom: 2px solid #000;
  text-align: center;
}
* .fixed-cta .cta-container .fixed-top .time .time-text {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.9rem;
}
* .fixed-cta .cta-container .fixed-top .time .time-text #jikan {
  color: #FF9400;
  margin-right: 4px;
}
* .fixed-cta .cta-container .line-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background-color: #07B53B;
  padding: 6px;
  text-align: center;
  border-radius: 6px;
  order: 3;
  margin-right: 8px;
  box-shadow: 0 6px 0 #05942F;
  position: relative;
}
* .fixed-cta .cta-container .line-btn:hover {
  box-shadow: 0 3px 0 #05942F;
  top: 3px;
}
* .fixed-cta .cta-container .line-btn img {
  width: 30px;
}
* .fixed-cta .cta-container .line-btn span {
  font-size: 0.7rem;
}
* .fixed-cta .cta-container .mail-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background-color: #FFC019;
  padding: 6px;
  text-align: center;
  border-radius: 6px;
  order: 2;
  margin-left: 8px;
  box-shadow: 0 6px 0 #CC9A14;
  position: relative;
}
* .fixed-cta .cta-container .mail-btn:hover {
  box-shadow: 0 3px 0 #CC9A14;
  top: 3px;
}
* .fixed-cta .cta-container .mail-btn img {
  width: 30px;
}
* .fixed-cta .cta-container .mail-btn span {
  font-size: 0.7rem;
}
* .fixed-cta .cta-container .phone-info {
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  justify-content: center;
  background-color: red;
  padding: 12px;
  border-radius: 6px;
  height: 100%;
  order: 1;
  grid-column: span 2;
  margin: 0 8px;
  box-shadow: 0 6px 0 #CC0000;
  position: relative;
}
* .fixed-cta .cta-container .phone-info:hover {
  box-shadow: 0 3px 0 #CC0000;
  top: 3px;
}
* .fixed-cta .cta-container .phone-info .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
* .fixed-cta .cta-container .phone-info .bottom .phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
* .fixed-cta .cta-container .phone-info .bottom .phone-icon img {
  width: 24px;
  position: relative;
  top: 4px;
}
* .fixed-cta .cta-container .phone-info .bottom .right {
  display: flex;
  flex-direction: column;
}
* .fixed-cta .cta-container .phone-info .bottom .right .phone-num {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
* .fixed-cta .cta-container .phone-info .bottom .right .phone-num a {
  color: #fff;
  text-decoration: none;
}
* .fixed-cta .cta-container .phone-info .bottom .right .av-time {
  font-size: 0.7rem;
}
@media screen and (max-width: 1220px) {
  * .sec-2 {
    padding: 24px;
  }
  * .sec-2 .top .left img {
    max-width: 400px !important;
  }
  * .sec-2 .top .right .sec-head {
    font-size: 2.2rem;
  }
  * .sec-11 .sec-subhead {
    margin-bottom: 30px;
  }
  * .sec-11 .wrapper .service-card-c {
    padding: unset !important;
    flex-direction: column;
    gap: 40px;
    overflow: unset;
  }
  * .sec-11 .wrapper .service-card-c .service-card {
    padding: 24px !important;
    width: 100%;
  }
  * .sec-11 .wrapper .service-card-c .service-card:nth-child(6)::after {
    content: unset;
  }
  * .sec-11 .wrapper .service-card-c .service-card::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 24px solid #FF9400;
    position: absolute;
    left: calc(50% - 26px);
    bottom: -58px;
    top: unset;
  }
  * .sec-11 .wrapper .service-card-c .service-card .left img {
    display: flex !important;
    width: 100%;
    max-height: 250px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  * .sec-11 .wrapper .service-card-c .service-card .right {
    display: none;
  }
  * .sec-12 .q-head {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 1080px) {
  * .sec-head {
    font-size: 2rem !important;
  }
  * .sec-subhead {
    font-size: 1.2rem !important;
  }
  * .topview-pc {
    width: 85% !important;
  }
  * .menu .menu-c {
    position: unset !important;
  }
  * .menu .menu-c .menu-item .menu-img {
    max-width: 36px !important;
  }
  * .menu .menu-c .menu-item .menu-desc {
    font-size: 1rem !important;
  }
  * .sec-2 {
    padding: 20px;
  }
  * .sec-2 .top .left img {
    display: none;
  }
  * .sec-2 .top .right {
    display: flex;
    flex-direction: column;
  }
  * .sec-2 .top .right .sec-head {
    text-align: center;
    font-size: 2.2rem !important;
  }
  * .sec-2 .top .right .sec-2-img {
    display: flex !important;
    max-width: 100%;
    max-height: 400px !important;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  * .sec-2 .top .right .sec-story {
    font-size: 0.9rem !important;
  }
  * .sec-2 .bottom {
    flex-direction: column;
  }
  * .sec-3 .con-head {
    font-size: 1.8rem !important;
  }
  * .sec-4 .top img {
    max-width: 90px !important;
  }
  * .sec-4 .left img {
    max-width: 350px !important;
  }
  * .sec-6 .grid {
    display: flex;
    overflow: auto;
  }
  * .sec-7 .card {
    width: 100%;
  }
  * .sec-7 .card .card-head {
    font-size: 1.4rem !important;
  }
  * .sec-7 .card .top {
    flex-direction: column;
    align-items: center !important;
    gap: 12px !important;
  }
  * .sec-7 .card .top .price {
    align-items: center;
  }
  * .sec-7 .card .bottom {
    flex-direction: column;
    align-items: center;
  }
  * .sec-8 .card-c {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  * .sec-8 .card-c img {
    width: 100%;
    transform: none !important;
  }
  * .sec-8 .card-c .text-card {
    left: unset;
    width: 80%;
  }
  * .sec-8 .card-c .text-card .card-head {
    font-size: 1.6rem !important;
  }
  * .sec-8 .card-c .text-card .card-subhead {
    font-size: 1.2rem !important;
  }
  * .sec-8 .card-c .text-card .card-p {
    font-size: 1rem !important;
  }
  * .sec-9 .test-p {
    font-size: 1rem !important;
  }
  * .sec-10 .top-menu {
    width: 100%;
  }
  * .sec-10 .top-menu .situation-bubble {
    font-size: 1.4rem;
  }
  * .sec-10 .top-menu .situation-c {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 40px 30px 40px;
    width: 100%;
  }
  * .sec-10 .top-menu .situation-c .situation .sit-head {
    font-size: 1.2rem;
  }
  * .sec-10 .tab-menu {
    width: 100% !important;
  }
  * .sec-10 .tab-menu .tab-span {
    font-size: 1.1rem !important;
  }
  * .sec-10 .tab-menu img {
    width: 300px !important;
  }
  * .sec-10 .tab-menu .right .right-head {
    font-size: 1.1rem !important;
  }
  * .sec-10 .tab-menu .right .right-p {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 870px) {
  * .header .right .phone-num img {
    width: 24px !important;
  }
  * .header .right .phone-num .num {
    font-size: 1.6rem !important;
  }
  * .header .right .header-btn {
    font-size: 1.1rem !important;
  }
  * .header .right .header-btn span {
    font-size: 0.7rem !important;
  }
  * .menu {
    min-height: 200px;
  }
  * .menu .menu-c {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  * .sec-3 .yori-card-c {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  * .sec-3 .yori-card-c .yori-card {
    width: 100%;
  }
  * .sec-5 .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  * .header {
    padding: 6px;
  }
  * .header .left img {
    width: 160px;
  }
  * .header .right .phone-num {
    display: none !important;
  }
  * .header .right .header-btn {
    font-size: 0.9rem !important;
    padding: 4px 24px !important;
    box-shadow: 0 5px 0 #d97d00;
  }
  * .header .right .header-btn span {
    font-size: 0.6rem !important;
    top: 0;
  }
  * .sec-1 {
    padding: 0;
    padding-top: 50px;
  }
  * .sec-1 .topview-pc {
    display: none;
  }
  * .sec-1 .topview-sm {
    display: flex !important;
    width: 100%;
  }
  * .menu .menu-c {
    gap: 10px !important;
    width: 100%;
    padding: 10px;
  }
  * .menu .menu-c .menu-item {
    width: unset;
    padding: 10px;
  }
  * .sec-2 .container .top .right {
    padding: 0;
  }
  * .sec-2 .container .top .right .sec-head {
    font-size: 1.4rem !important;
  }
  * .sec-2 .container .top .right .sec-story {
    font-size: 0.8rem !important;
  }
  * .sec-2 .container .top .left {
    padding: 0;
  }
  * .sec-2 .container .bottom {
    width: 100%;
  }
  * .sec-2 .li-card {
    min-width: unset !important;
  }
  * .sec-2 .li-card .li-card-head {
    font-size: 1.2rem !important;
  }
  * .sec-2 .li-card .li-card-desc {
    font-size: 0.75rem !important;
    margin-bottom: 10px;
  }
  * .sec-2 .li-card .li-img-c {
    flex-direction: column;
    gap: 10px !important;
  }
  * .sec-2 .li-card .li-img-c img {
    width: 100px !important;
  }
  * .sec-2 .li-card .li-img-c img.hy-logo {
    width: 44px !important;
  }
  * .sec-2 .li-card .li-img-c .hy-span {
    font-size: 0.75rem;
    text-align: center;
  }
  * .akutoku {
    padding: 20px;
  }
  * .akutoku .head-c .sec-head {
    font-size: 1.2rem !important;
  }
  * .akutoku .head-c img {
    width: 30px;
  }
  * .akutoku .warn-text {
    width: 100% !important;
  }
  * .akutoku .ex-card-c {
    flex-direction: column;
    align-items: center;
  }
  * .akutoku .ex-card-c .ex-card {
    max-width: unset;
    width: 100% !important;
  }
  * .sec-3 {
    padding: 20px !important;
  }
  * .sec-3 .sec-head {
    font-size: 1.6rem !important;
  }
  * .sec-3 .sec-subhead {
    font-size: 1rem !important;
  }
  * .sec-3 .yori-card .con-head {
    font-size: 1.4rem !important;
  }
  * .sec-3 .yori-card .con-subhead {
    font-size: 1rem !important;
  }
  * .sec-3 .yori-card .bubble {
    font-size: 0.8rem;
  }
  * .sec-3 .yori-card .bubble::after {
    left: 64px !important;
  }
  * .sec-3 .yori-card .info-item img {
    max-width: 20px !important;
  }
  * .sec-3 .yori-card .info-item .info-item-desc {
    font-size: 0.8rem;
  }
  * .sec-4 {
    padding: 20px !important;
  }
  * .sec-4 .top {
    gap: 12px !important;
  }
  * .sec-4 .top .sec-head {
    font-size: 1.4rem !important;
  }
  * .sec-4 .top img {
    max-width: 68px !important;
  }
  * .sec-4 .bottom {
    gap: 20px;
    flex-direction: column;
  }
  * .sec-4 .bottom .left img {
    width: 100% !important;
    max-width: none !important;
  }
  * .sec-4 .bottom .right {
    width: 100%;
  }
  * .sec-4 .bottom .right .loc-text {
    font-size: 0.8rem;
  }
  * .sec-5 {
    padding: 20px !important;
  }
  * .sec-5 .sec-head {
    font-size: 1.4rem !important;
  }
  * .sec-5 .sec-subhead {
    font-size: 1rem !important;
  }
  * .sec-5 .grid {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
  }
  * .sec-5 .grid::after {
    font-size: 1.2rem !important;
    left: unset !important;
  }
  * .sec-6 {
    padding: 20px !important;
  }
  * .sec-6 .sec-head {
    font-size: 1.4rem !important;
  }
  * .sec-6 .sec-subhead {
    font-size: 1rem !important;
  }
  * .sec-6 .grid .grid-item .grid-text {
    font-size: 0.8rem;
  }
  * .sec-7 {
    padding: 20px !important;
  }
  * .sec-7 .card-c .card .card-head {
    font-size: 1.2rem !important;
  }
  * .sec-7 .card-c .card .top .info {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 100% !important;
  }
  * .sec-7 .card-c .card .top .info .info-top {
    width: 100%;
    font-size: 1rem !important;
  }
  * .sec-7 .card-c .card .top .info .info-bottom {
    font-size: 1rem !important;
  }
  * .sec-7 .card-c .card .top .price {
    width: 100% !important;
  }
  * .sec-7 .card-c .card .top .adjust-top {
    font-size: 1rem !important;
    padding: 5px 0 !important;
  }
  * .sec-7 .card-c .card .top .adjust-bottom {
    font-size: 1rem !important;
    padding: 0 5px;
  }
  * .sec-7 .card-c .card .bottom img {
    width: 100% !important;
  }
  * .sec-7 .card-c .card .bottom .before::after, * .sec-7 .card-c .card .bottom .after::after {
    left: calc(50% - 60px) !important;
  }
  * .sec-8 {
    padding: 20px !important;
  }
  * .sec-8 .sec8-head {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  * .sec-8 .sec8-subhead {
    font-size: 1rem;
  }
  * .sec-8 .sec8-subhead .underline {
    font-size: 1.2rem;
  }
  * .sec-8 .card-c .text-card {
    padding: 20px;
    padding-top: 30px;
    width: 90%;
  }
  * .sec-8 .card-c .text-card::before {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    top: -16px;
    left: -10px;
  }
  * .sec-8 .card-c .text-card .card-head {
    font-size: 1.2rem !important;
    text-align: center;
  }
  * .sec-8 .card-c .text-card .card-subhead {
    font-size: 1rem !important;
  }
  * .sec-8 .card-c .text-card .card-p {
    font-size: 0.8rem !important;
  }
  * .sec-9 {
    padding: 20px !important;
  }
  * .sec-9 .sec-head {
    font-size: 1.4rem !important;
  }
  * .sec-9 .sec-subhead {
    font-size: 1rem !important;
  }
  * .sec-9 .test-c {
    padding: 0 !important;
  }
  * .sec-9 .test-c .test-card .test-top {
    flex-direction: column;
    gap: 6px;
    padding: 10px;
  }
  * .sec-9 .test-c .test-card .test-top .test-cat {
    font-size: 0.9rem;
  }
  * .sec-9 .test-c .test-card .test-top::after {
    left: unset;
  }
  * .sec-9 .test-c .test-card .test-top .test-card-head {
    font-size: 1.2rem !important;
    text-align: center;
  }
  * .sec-9 .test-c .test-card .test-bottom {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px !important;
  }
  * .sec-9 .test-c .test-card .test-bottom .test-p {
    font-size: 0.8rem !important;
  }
  * .sec-9 .test-c .test-card .test-bottom .loc, * .sec-9 .test-c .test-card .test-bottom .name {
    font-size: 1rem !important;
  }
  * .sec-10 {
    padding: 20px !important;
  }
  * .sec-10 .sec-head {
    font-size: 1.4rem !important;
  }
  * .sec-10 .sec-subhead {
    font-size: 1rem !important;
  }
  * .sec-10 .top-menu .situation-bubble {
    font-size: 1rem;
  }
  * .sec-10 .top-menu .situation-c {
    padding: 36px 20px 20px 20px;
  }
  * .sec-10 .top-menu .situation-c .situation {
    padding-bottom: 12px;
  }
  * .sec-10 .top-menu .situation-c .situation .sit-head {
    font-size: 1rem !important;
  }
  * .sec-10 .tab-menu .category-page {
    flex-direction: column;
  }
  * .sec-10 .tab-menu .category-page .left {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  * .sec-10 .tab-menu .category-page .left img {
    width: 250px !important;
  }
  * .sec-11 {
    padding: 20px !important;
  }
  * .sec-11 .sec-head {
    font-size: 1.4rem !important;
  }
  * .sec-11 .sec-subhead {
    font-size: 1rem !important;
  }
  * .sec-11 .service-card .top .top-num {
    width: 30px !important;
    height: 30px !important;
    font-size: 1.2rem !important;
  }
  * .sec-11 .service-card .top .top-head {
    font-size: 1.2rem !important;
  }
  * .sec-11 .service-card .left-p {
    font-size: 0.8rem !important;
  }
  * .sec-12 {
    padding: 20px !important;
  }
  * .sec-12 .sec-head {
    font-size: 1.4rem !important;
  }
  * .sec-12 .qa-c {
    padding: 0 !important;
    width: 100%;
  }
  * .sec-12 .qa-c .q img {
    width: 26px !important;
    right: 8px !important;
  }
  * .sec-12 .qa-c .q .q-head {
    font-size: 1rem !important;
  }
  * .sec-12 .qa-c .q .q-icon {
    font-size: 1.2rem !important;
    margin-right: 10px !important;
  }
  * .sec-12 .qa-c .a-text {
    font-size: 0.8rem;
  }
  * .sec-13 {
    padding: 20px !important;
  }
  * .sec-13 .cat-key {
    font-size: 1rem !important;
  }
  * .sec-13 .cat-value {
    font-size: 1rem !important;
  }
}

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