@charset "UTF-8";
/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

span {
  display: inline-block;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", "sans-serif";
  color: #093838;
  line-height: 1.6;
}

img {
  height: auto;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

main {
  overflow-x: hidden;
}

.container {
  width: min(100% - 32px, 1170px);
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.sp-block {
  display: none;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.en {
  font-family: "Outfit", "sans-serif";
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
 * layout
 */
.header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 8px 24px 16px;
  z-index: 2;
  /* ハンバーガーボタンのデザイン */
  /* メニューのデザイン */
}
@media (max-width: 1023px) {
  .header {
    top: 0;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 8px 0 0 0;
  }
}
.header-h1 {
  width: min(100% - 32px, 1170px);
  margin: 0 auto;
}
.header-h1 h1 {
  font-size: 10px;
  padding: 4px;
}
.header-inr {
  justify-content: space-between;
  width: min(100% - 32px, 1170px);
  margin: 0 auto;
}
.header-backgray {
  background-color: #F6F8F8;
}
@media (max-width: 1023px) {
  .header-backgray {
    background-color: #fff;
    padding: 0;
  }
}
.header-backwhite {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 123, 58, 0.1);
  border-radius: 16px;
  justify-content: space-between;
  padding: 16px 28px 16px 16px !important;
  gap: 27px;
}
@media (max-width: 1279px) {
  .header-backwhite {
    gap: 18px;
  }
}
@media (max-width: 1023px) {
  .header-backwhite {
    padding: 0 0 8px !important;
    box-shadow: none;
  }
}
.header-logo {
  max-width: 152px;
}
.header nav {
  padding-right: 12px;
}
@media (max-width: 1023px) {
  .header nav {
    display: none;
    padding-right: 0px;
  }
}
.header-menu {
  font-size: 14px;
}
@media (max-width: 1279px) {
  .header-menu {
    font-size: min(1.13vw, 14px);
  }
}
.header-menu_item {
  font-weight: 700;
  position: relative;
}
.header-menu_item a {
  padding: 0 28px;
  border-right: 1px solid #CED7D7;
  width: 100%;
}
@media (max-width: 1279px) {
  .header-menu_item a {
    padding: 0 min(1.4vw, 20px);
  }
}
.header-menu_item--on {
  position: relative;
  padding: 0 58px 0 28px !important;
}
.header-menu_item--on::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 50%;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #093838;
  border-right: solid 2px #093838;
  transform: translateY(-50%) rotate(135deg);
}
.header-menu_item:last-child a {
  border-right: none;
  padding-right: 12px;
}
.header-menu_item:hover .header-menu_item--on::after {
  transform: translateY(-50%) rotate(-45deg);
}
.header-menu_drop {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  padding: 14px 0 0 0;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.header-menu_drop--big {
  width: 176%;
}
.header-menu_drop--link {
  border-bottom: 1px solid #E1ECEC;
}
.header-menu_drop--link a {
  display: block;
  width: 100%;
  padding: 16px 24px;
  text-align: center;
  transition: 0.3s;
  background-color: rgba(9, 56, 56, 0.9);
  color: #fff;
}
.header-menu_drop--linkbg {
  margin-inline: auto;
}
.header-menu_drop--link:last-child::after {
  content: none;
}
.header .hamburger-button {
  position: relative;
  width: 2rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  display: none;
}
@media (max-width: 1023px) {
  .header .hamburger-button {
    display: block;
  }
}
.header .hamburger-button > span {
  display: block;
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2px;
  background-color: #687979;
  transform: translateX(-50%);
}
.header .hamburger-button > span:first-child {
  left: 50%;
  transform: translate(-50%, calc(-50% - 0.7rem));
  transition: transform 0.6s ease;
}
.header .hamburger-button > span:nth-child(2) {
  width: 1.3rem;
  right: 0;
  transform: none;
  transition: opacity 0.6s ease;
}
.header .hamburger-button > span:last-child {
  left: 50%;
  transform: translate(-50%, calc(-50% + 0.7rem));
  transition: transform 0.6s ease;
}
.header .hamburger-button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header .hamburger-button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header .hamburger-button.active > span:nth-child(2) {
  opacity: 0;
}
.header .hamburger-button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .nav-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (max-width: 1023px) {
  .header .nav-sp {
    display: block;
    z-index: 998;
  }
}
.header .nav-sp.active {
  opacity: 1;
  visibility: visible;
}
.header .nav-sp_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0 1rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.6s ease;
}
.header .nav-sp_menu {
  list-style: none;
  padding-left: 0;
}
.header .nav-sp_link {
  display: block;
  text-decoration: none;
  padding: 16px 8px;
  border-bottom: solid 1px #E1ECEC;
  transition: all 0.3s ease;
}
.header .nav-sp_link--on {
  position: relative;
}
.header .nav-sp_link--on:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background: #687979;
  display: block;
}
.header .nav-sp_link--on:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  border-radius: 10px;
  background: #687979;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.header .nav-sp_link--on.on:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header .nav-sp_item {
  font-size: 15px;
  font-weight: 700;
}
.header .nav-sp_item--logo {
  padding: 20px 8px 16px;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--logo {
    padding: 10px 8px 0px;
  }
}
.header .nav-sp_submenu {
  display: none;
}
.header .nav-sp_submenu a {
  display: block;
  font-weight: 500;
  padding: 14px 8px 14px 20px;
  border-bottom: 1px solid #E1ECEC;
}
.header .nav-sp.active .nav-sp_inner {
  transform: translateX(0);
}
.header body.active {
  height: 100%;
  overflow: hidden;
}
.header .nav-sp_item--cross {
  position: absolute;
  top: 32px;
  right: 24px;
  cursor: pointer;
}
.header .nav-sp_item--contact {
  width: 650px;
  background-color: #F6F8F8;
  padding: 40px 32px 32px 32px;
  border-radius: 40px;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--contact {
    width: auto;
    padding: 24px 8px 8px 8px;
    border-radius: 8px;
    margin-top: 12px;
    gap: 20px;
    justify-content: center;
  }
}
.header .nav-sp_item--contact ul {
  gap: 12px;
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--contact ul {
    gap: 8px;
    margin-bottom: 0;
  }
}
.header .nav-sp_item--contact ul li a {
  position: relative;
  width: 187px;
  padding: 24.5px 16px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  background-color: #fff;
  border: 2px solid #BBC1C1;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--contact ul li a {
    width: 240px;
    height: 54px;
    padding: 0 24px;
    line-height: 54px;
    border: 1px solid #E1ECEC;
  }
}
.header .nav-sp_item--contact ul li a::before {
  content: "";
  background-image: url(../../assets/images/icon/arrow.png);
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 16px;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--contact ul li a::before {
    right: 24px;
    width: 19px;
    height: 18px;
  }
}
.header .nav-sp_item--text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--text {
    display: none;
  }
}
.header .nav-sp_item--title {
  display: inline-block;
  margin-bottom: 32px;
  font-size: 40px;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-family: "Outfit", "sans-serif";
  position: relative;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.header .nav-sp_item--title::before, .header .nav-sp_item--title::after {
  content: "";
  position: absolute;
  top: 13%;
  width: 9px;
  height: 9px;
  background-color: #D2B06E;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--title::before, .header .nav-sp_item--title::after {
    width: 22%;
    width: 4px;
    height: 4px;
    top: 30%;
  }
}
.header .nav-sp_item--title::before {
  left: -23px;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--title::before {
    left: -18px;
  }
}
.header .nav-sp_item--title::after {
  right: -23px;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--title::after {
    right: -18px;
  }
}
.header .nav-sp_item--title span {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 22px;
}
@media (max-width: 1023px) {
  .header .nav-sp_item--title span {
    font-size: 12px;
    color: #687979;
    margin-top: 0;
  }
}
.header .nav-sp_item--info {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  padding: 16px 8px;
  justify-content: center;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .header .nav-sp_item--info {
    border-radius: 4px;
  }
}
.header .nav-sp_item--info p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 32px;
}
.header .nav-sp_item--info a {
  color: #007B3A;
  font-size: 36px;
  margin-bottom: 20px;
  padding-left: 36px;
  position: relative;
}
.header .nav-sp_item--info a::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/images/icon/tel.png);
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.header .nav-sp_item--info a::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #007B3A;
  position: absolute;
  top: -18px;
  left: 50%;
  border-radius: 2px;
  transform: translateX(-50%);
}
.header .nav-sp_item--info ul li {
  font-size: 14px;
}
.header .nav-sp_item--info ul li span {
  margin-right: 4px;
  padding: 4px 8px;
  background-color: #F6F8F8;
}

.modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .modal {
    display: none;
  }
}

#modalppen {
  cursor: pointer;
  padding: 0 0 0 min(1.6vw, 20px);
}

.footer {
  padding: 60px 0;
  border-top: 1px solid #CED7D7;
}
.footer-inr {
  justify-content: space-between;
  align-items: flex-start !important;
  gap: 40px;
}
@media (max-width: 1023px) {
  .footer-inr {
    flex-direction: column;
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer-inr {
    width: 100%;
  }
}
.footer-logo {
  max-width: 180px;
}
.footer nav {
  gap: 64px;
  align-items: flex-start !important;
}
@media (max-width: 1279px) {
  .footer nav {
    gap: min(4.9vw, 64px);
  }
}
@media (max-width: 1023px) {
  .footer nav {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
}
.footer nav ul {
  gap: 8px;
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .footer nav ul {
    width: 100%;
    gap: 12px;
  }
}
.footer nav ul li {
  font-size: 13px;
  letter-spacing: 0.56px;
}
@media (max-width: 1023px) {
  .footer nav ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer nav ul li {
    font-size: 14px;
  }
}
.footer-division {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #093838;
}
@media (max-width: 1023px) {
  .footer-division {
    width: 100%;
    font-size: 18px !important;
    display: block;
    font-size: 15px !important;
    padding-bottom: 12px;
    border-bottom: 1px solid #E1ECEC;
  }
}
@media (max-width: 767px) {
  .footer-division {
    font-size: 15px !important;
  }
}
.footer .copyright {
  font: 13px;
  text-align: center;
  margin-top: 60px;
}

.main-column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin: 120px 0;
}
@media (max-width: 1279px) {
  .main-column {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .main-column {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .main-column {
    flex-direction: column;
  }
}
.main-column_contents {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.main-column_sidebar {
  width: 300px;
}
@media (max-width: 1279px) {
  .main-column_sidebar {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .main-column_sidebar {
    width: 100%;
  }
}
.main-column_voice {
  margin: 32px 0 120px;
}

.sidebar-columns {
  gap: 40px;
}
@media (max-width: 1023px) {
  .sidebar-columns {
    gap: 20px;
  }
}
.sidebar div {
  width: 100%;
}
.sidebar-title {
  padding: 8px 0px;
  border-bottom: 3px solid #093838;
  color: #093838;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .sidebar-title {
    margin-bottom: 12px;
  }
}
.sidebar-banner {
  gap: 20px;
}
.sidebar-banner a {
  display: block;
}
.sidebar-list_cat li {
  width: 100%;
}
.sidebar-list_cat a {
  justify-content: flex-start;
  padding: 8px 4px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.sidebar-list_cat a:hover {
  background-color: #093838;
  color: #fff;
}
.sidebar-list_cat a::before {
  content: url("../../assets/images/icon/arrow-sidebar.svg");
  position: relative;
  top: 2px;
}
.sidebar-list_new {
  gap: 20px;
}
.sidebar-list_new li {
  width: 100%;
}
.sidebar-voice_wrapper {
  gap: 16px;
}
@media (max-width: 767px) {
  .sidebar-voice_wrapper {
    align-items: flex-start !important;
  }
}
.sidebar-voice_img img {
  width: 135px;
  height: 77px;
}
@media (max-width: 767px) {
  .sidebar-voice_img img {
    width: 100%;
    height: auto;
  }
}
.sidebar-voice_text {
  width: 148px;
  height: 73px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sidebar-voice_text {
    width: auto;
    height: auto;
  }
}
.sidebar-voice_time {
  color: #687979;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sidebar-voice_time {
    font-size: 18px;
  }
}
.sidebar-voice_title {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sidebar-voice_title {
    font-size: 16px;
  }
}

/*
 * object
 */
.work-layout {
  padding: 80px 0 120px;
}
@media (max-width: 767px) {
  .work-layout {
    padding: 0 0 120px;
  }
}
.work-layout_title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 2px solid #E1ECEC;
}
@media (max-width: 767px) {
  .work-layout_title {
    font-size: 24px;
  }
}
.work-layout_tag {
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  margin-top: 16px;
  margin: 16px 0 68px;
}
@media (max-width: 767px) {
  .work-layout_tag {
    font-size: 12px;
    margin: 16px 0 40px;
    flex-wrap: wrap;
  }
}
.work-layout_tag li:first-child a {
  padding: 4px 8px;
  color: #fff;
  background-color: #D2B06E;
}
.work-layout_tag li:nth-child(n+2) a {
  color: #687979;
  border: 1px solid #687979;
  border-radius: 4px;
  padding: 4px 12px;
}
.work-layout_tag li:nth-child(n+2) a:hover {
  background-color: #687979;
  color: #fff;
}
.work-layout_detail {
  gap: 24px;
  margin-bottom: 16px;
  font-size: 15px;
}
.work-layout_detail table {
  width: calc((100% - 24px) / 2);
}
.work-layout_detail table tr {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px dashed #F6F8F8;
}
@media (max-width: 767px) {
  .work-layout_detail table tr {
    flex-direction: column;
  }
}
.work-layout_detail table tr td:first-child {
  width: 23%;
  padding-right: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .work-layout_detail table tr td:first-child {
    width: 100%;
  }
}
.work-layout_detail table tr td:last-child {
  width: 77%;
}
@media (max-width: 767px) {
  .work-layout_detail table tr td:last-child {
    width: 100%;
  }
}
.work-layout_detail table tr span {
  display: block;
}
.work-layout_part {
  margin-bottom: 96px;
  border: 1px solid #E1ECEC;
  padding: 32px 28px 40px 28px;
  text-align: center;
}
@media (max-width: 1279px) {
  .work-layout_part {
    padding: 32px 20px 40px 20px;
  }
}
.work-layout_part h3 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.work-layout_part ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.work-layout_part ul li {
  width: 132px;
  height: 27px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: #687979;
  background-color: #F6F8F8;
}
.work-layout_part--check {
  color: #093838 !important;
  border: 1px solid #687979;
  background-color: #fff !important;
}
.work-layout_drawing {
  justify-content: center;
  gap: 24px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .work-layout_drawing {
    flex-direction: column;
    gap: 40px;
  }
}
.work-layout_drawing--before, .work-layout_drawing--after {
  width: 490px;
  height: 342px;
}
@media (max-width: 767px) {
  .work-layout_drawing--before, .work-layout_drawing--after {
    width: 100%;
    height: auto;
  }
}
.work-layout_drawing--before h3, .work-layout_drawing--after h3 {
  display: block;
  text-align: center;
  font-weight: 700;
}
.work-layout_drawing--before img, .work-layout_drawing--after img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.work-layout_imgmain {
  justify-content: center;
  gap: 68px;
  align-items: flex-end !important;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .work-layout_imgmain {
    flex-direction: column;
    align-items: center !important;
  }
}
.work-layout_imgmain--before, .work-layout_imgmain--after {
  position: relative;
  background-color: #F6F8F8;
}
.work-layout_imgmain--before::before, .work-layout_imgmain--after::before {
  content: "";
  width: 117px;
  padding: 8px 23px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.8px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .work-layout_imgmain--before::before, .work-layout_imgmain--after::before {
    width: 94px;
    font-size: 14px;
  }
}
.work-layout_imgmain--before img, .work-layout_imgmain--after img {
  display: block;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .work-layout_imgmain--before img, .work-layout_imgmain--after img {
    max-height: 324px;
  }
}
.work-layout_imgmain--before {
  width: 500px;
  height: 400px;
}
@media (max-width: 767px) {
  .work-layout_imgmain--before {
    width: 100%;
    height: auto;
    max-height: 324px;
  }
}
.work-layout_imgmain--before::before {
  content: "Before";
  background-color: #fff;
  color: #007B3A;
  border: 1px solid #007B3A;
}
.work-layout_imgmain--after {
  width: 664px;
  height: 500px;
}
@media (max-width: 767px) {
  .work-layout_imgmain--after {
    width: 100%;
    height: auto;
    max-height: 324px;
  }
}
.work-layout_imgmain--after::before {
  content: "After";
  color: #fff;
  background-color: #007B3A;
}
.work-layout_charge {
  gap: 48px;
  padding: 56px;
  background-color: #F6F8F8;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .work-layout_charge {
    flex-direction: column;
  }
}
.work-layout_charge--img {
  min-width: 194px;
  max-width: 194px;
  height: 258px;
}
.work-layout_charge--text h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.work-layout_charge--text p {
  line-height: 1.6;
  letter-spacing: 0.32px;
}

.staff-layout {
  max-width: 1020px;
  margin: 120px auto;
}
.staff-layout_inr {
  align-items: flex-start !important;
  gap: 40px;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .staff-layout_inr {
    flex-direction: column !important;
    align-items: center !important;
  }
}
.staff-layout_img {
  min-width: 300px;
  height: 400px;
}
.staff-layout_img img {
  width: 100%;
  height: 100%;
}
.staff-layout_content {
  width: 100%;
}
.staff-layout h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
.staff-layout_en {
  line-height: 140%;
  font-family: "Outfit", "sans-serif";
  color: #687979;
  margin-bottom: 8px;
}
.staff-layout_department {
  font-size: 14px;
}
.staff-layout_dot {
  gap: 4px;
  margin: 24px 0 16px;
}
.staff-layout_dot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #D1750C;
}
.staff-layout table {
  width: 100%;
}
.staff-layout table tbody {
  display: block;
}
.staff-layout table tbody tr {
  display: flex;
}
.staff-layout table tbody tr td {
  display: inline-block;
  margin-top: 16px;
}
.staff-layout table tbody tr td:first-child {
  display: inline-block;
  border-bottom: 2px solid #E1ECEC;
  font-weight: 500;
  max-height: 28px;
}
.staff-layout table tbody tr td:last-child {
  width: 80%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .staff-layout table tbody tr td:last-child {
    width: 70%;
  }
}
.staff-layout_thought {
  padding: 20px 24px;
  margin-top: 24px;
  border-radius: 4px;
  background-color: #F6F8F8;
  align-items: flex-start !important;
  position: relative;
}
@media (max-width: 767px) {
  .staff-layout_thought {
    flex-direction: column;
  }
}
.staff-layout_thought::before {
  content: "";
  background-image: url("../images/icon/quote.svg");
  width: 33px;
  height: 33px;
  position: absolute;
  left: -6px;
  top: -14px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.staff-layout_thought h4 {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .staff-layout_thought h4 {
    padding-left: 0;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
}
.staff-layout_text {
  flex: 1;
  width: 80%;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .staff-layout_text {
    width: 100%;
    padding-left: 0;
  }
}
.staff-layout_text::before {
  content: "";
  width: 1px;
  min-height: 77px;
  height: 100%;
  background-color: #E1ECEC;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .staff-layout_text::before {
    width: 100%;
    min-height: auto;
    height: 1px;
    top: -20px;
    left: 0;
  }
}
.staff-layout_list {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 160px;
}

.archive-all {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  gap: 40px 22px;
  margin-bottom: 96px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .archive-all {
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .archive-all {
    grid-template-columns: repeat(auto-fill, minmax(337px, 1fr));
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .archive-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

.archive-staff {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 56px 32px;
  margin-top: 120px;
  margin-bottom: 80px;
}
@media (max-width: 1279px) {
  .archive-staff {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .archive-staff {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.archive-customer {
  width: 100%;
}

.pickup {
  width: min(100% - 32px, (100% - 1170px) / 2 + 1170px);
  margin: 120px 0 0 auto;
}
@media (max-width: 767px) {
  .pickup {
    margin: 40px auto 0;
  }
}
.pickup-container {
  width: 100%;
  position: relative;
  flex: 1;
}
.pickup-container article h3 {
  font-size: 15px;
}
.pickup-container article time {
  font-size: 13px;
}
.pickup-container .btn-arrow {
  display: none;
}
@media (max-width: 767px) {
  .pickup-container .btn-arrow {
    display: flex;
    margin: 24px auto 0 auto;
  }
}
.pickup .container {
  margin-left: 0;
}
@media (max-width: 767px) {
  .pickup .container {
    margin-left: auto;
    width: 100%;
  }
}
.pickup-head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .pickup-head {
    padding: 0 0 16px;
  }
}
.pickup-head h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .pickup-head h2 {
    font-size: 20px;
  }
}
.pickup-head a {
  margin: 0;
  font-size: 15px;
  width: 280px;
  padding: 16px 0;
  gap: 8px;
  height: auto;
  line-height: 1;
}
@media (max-width: 767px) {
  .pickup-head a {
    display: none;
  }
}

.voice-layout_keyword {
  font-size: 20px;
  font-weight: 700;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .voice-layout_keyword {
    margin-top: 80px;
  }
}
.voice-layout_time {
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
.voice-layout_title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1ECEC;
  margin-bottom: 64px;
}
.voice-layout_contents h2 {
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #007B3A;
  margin-bottom: 8px;
}
.voice-layout_contents p {
  margin-bottom: 32px;
}
.voice-layout_contents .rtoc-mokuji-content {
  display: none;
}
.voice-layout_charge {
  padding: 32px;
}

.news-layout {
  margin: 160px 0 140px;
}
@media (max-width: 767px) {
  .news-layout {
    margin: 0 0 100px;
  }
}
.news-layout_contents {
  align-items: flex-start !important;
  gap: 32px;
}
@media (max-width: 767px) {
  .news-layout_contents {
    gap: 16px;
  }
}
.news-layout_date {
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .news-layout_date {
    margin-bottom: 8px;
  }
}
.news-layout_term {
  background-color: #F6F8F8;
  padding: 5px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.52px;
}
.news-layout_time {
  font-weight: 700;
  letter-spacing: 0.64;
}
.news-layout_category {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.52;
  padding: 5px 31px;
  background-color: #F6F8F8;
}
.news-layout_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 80px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1ECEC;
}
@media (max-width: 767px) {
  .news-layout_title {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}
.news-layout_contents {
  margin-bottom: 96px;
}
.news-layout .column-pagination {
  margin-bottom: 56px;
}
.news-layout .column-pagination[rel=next] {
  margin-left: auto;
}
.news-layout .column-pagination[rel=next] img {
  transform: scale(-1, 1);
}

.newss-layout_wrapper {
  margin-bottom: 30px;
}
.newss-layout_categorys {
  background-color: #F6F8F8;
  width: 100%;
  border-radius: 8px;
  padding: 40px 98px;
  margin: 120px 0 30px;
}
@media (max-width: 767px) {
  .newss-layout_categorys {
    margin: 16px 0;
    padding: 30px 20px;
    font-size: 12px;
  }
}
.newss-layout_categorys--all a {
  padding: 8px 58px !important;
}
@media (max-width: 767px) {
  .newss-layout_categorys--all a {
    padding: 6px 46px !important;
  }
}
.newss-layout_categorys ul {
  gap: 8px;
  flex-wrap: wrap;
}
.newss-layout_categorys ul li a {
  padding: 8px 24px;
  border: 1px solid #093838;
  border-radius: 4px;
  background-color: #fff;
  color: #687979;
  font-weight: 700;
}
@media (max-width: 767px) {
  .newss-layout_categorys ul li a {
    padding: 6px 19px;
  }
}
.newss-layout_categorys ul .active {
  background-color: #093838;
  color: #fff;
}

.contact-page {
  margin-top: 40px;
}

.contact-diagnosis {
  max-width: 900px;
  padding: 24px;
  border: 1px solid #E1ECEC;
  margin: 0 auto 80px auto;
}
.contact-diagnosis_title {
  background-color: #007B3A;
  padding: 12px 62px;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .contact-diagnosis_title {
    padding: 10px 20px;
    gap: 12px;
  }
}
.contact-diagnosis_title--30 {
  font-size: 28px;
  font-weight: 700;
  background-color: #fff;
  color: #007B3A;
  padding: 0 24px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .contact-diagnosis_title--30 {
    font-size: min(3.73vw, 24px);
  }
}
.contact-diagnosis_title--estimate {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.2px;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-diagnosis_title--estimate {
    font-size: min(3.73vw, 24px);
  }
}
.contact-diagnosis_caution {
  margin: 16px 0 24px;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .contact-diagnosis_caution {
    font-size: min(3.73vw, 16px);
  }
}
.contact-diagnosis_caution::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.contact-diagnosis_block {
  padding: 24px;
  background-color: #FFFAF4;
  gap: 24px;
  align-items: stretch !important;
}
.contact-diagnosis_block h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 3.6px;
  text-align: center;
  color: #007B3A;
}
.contact-diagnosis_block--item h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  padding-left: 12px;
  position: relative;
}
.contact-diagnosis_block--item h5::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D1750C;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact-diagnosis_block--item p {
    font-size: min(3.73vw, 16px);
  }
}

.contact-completion {
  gap: 80px;
  text-align: center;
  padding: 120px 0;
}
.contact-completion h3 {
  font-size: 24px;
  font-weight: 700;
}
.contact-completion p {
  font-size: 15px;
  font-weight: 400;
}

.top_mv {
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 1920/869;
  background-image: url(../images/top/img-mv.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 72.0833333333%;
}
@media (max-width: 767px) {
  .top_mv {
    aspect-ratio: 768/560;
  }
}

.top_mv_text {
  width: min(100% - 32px, 1170px);
  margin: 0 auto;
  padding-top: min(17.4479166667vw, 335px);
}
@media (max-width: 767px) {
  .top_mv_text {
    padding-top: 30vw;
  }
}

.top_mv_litle {
  font-size: clamp(30px, 4.1666666667vw, 80px);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .top_mv_litle {
    margin-bottom: 18px;
  }
}
.top_mv_litle > p > span {
  color: #007B3A;
}

.top_mv_sublitle {
  font-size: clamp(16px, 1.6666666667vw, 32px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .top_mv_sublitle {
    margin-top: 16px;
  }
}
.top_mv_sublitle span {
  display: inline-block;
  padding: 8px 32px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .top_mv_sublitle span {
    padding: 4px 16px;
  }
}
.top_mv_sublitle span:first-of-type {
  margin-bottom: 12px;
}

.top_about {
  padding-top: 120px;
  margin-bottom: 186px;
}
@media (max-width: 1023px) {
  .top_about {
    padding-top: 80px;
    margin-bottom: 100px;
  }
}
.top_about .title_main {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .top_about .title_main {
    margin-bottom: 32px;
  }
}

.top_about_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 8.2905982906%;
}
@media (max-width: 1023px) {
  .top_about_inner {
    flex-direction: column;
  }
}

.top_about_img {
  width: 53.4188034188%;
  max-width: 625px;
}
@media (max-width: 1023px) {
  .top_about_img {
    width: 100%;
    margin-bottom: 16px;
  }
}

.top_about_textArea {
  width: 38.2905982906%;
  max-width: 448px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1023px) {
  .top_about_textArea {
    width: 100%;
    max-width: none;
  }
}

.top_works {
  margin-bottom: 186px;
}
@media (max-width: 1023px) {
  .top_works {
    margin-bottom: 100px;
  }
}
.top_works .title_main {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .top_works .title_main {
    margin-bottom: 32px;
  }
}
.top_works .btn-top {
  margin: 0 auto;
}

.top_works_img {
  max-width: 1020px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.top_works_text {
  text-align: center;
  margin-bottom: 88px;
}
@media (max-width: 1023px) {
  .top_works_text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.top_works_slider {
  width: 91.6666666667%;
  max-width: 1760px;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .top_works_slider {
    margin-bottom: 32px;
  }
}
.top_works_slider .slick-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #687979;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1023px) {
  .top_works_slider .slick-arrow {
    width: 24px;
    height: 24px;
    top: 38%;
  }
}
.top_works_slider .slick-next {
  background: url(../images/icon/arrow-sidebar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -50px;
}
@media (max-width: 1023px) {
  .top_works_slider .slick-next {
    right: -15px;
  }
}
.top_works_slider .slick-next:hover {
  background: url(../images/icon/arrow-sidebar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top_works_slider .slick-prev {
  background: url(../images/icon/arrow-sidebar_L.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -50px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .top_works_slider .slick-prev {
    left: -15px;
  }
}
.top_works_slider .slick-prev:hover {
  background: url(../images/icon/arrow-sidebar_L.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top_works_slider .slick-prev:before {
  display: none;
}
.top_works_slider .slick-next:before {
  display: none;
}

.top_works__slider_item {
  width: 22.429344558%;
  max-width: 373px;
  margin-right: 28px;
  margin-left: 28px;
}
.top_works__slider_item a {
  display: block;
}
@media (max-width: 1023px) {
  .top_works__slider_item {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
  }
}

.top_works_thumnail {
  width: 100%;
  max-width: 373px;
  aspect-ratio: 373/208;
  margin-bottom: 12px;
  overflow: hidden;
}
.top_works_thumnail img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 373/208;
}

.top_works__slider_title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_service {
  margin-bottom: 186px;
}
@media (max-width: 1023px) {
  .top_service {
    margin-bottom: 100px;
  }
}
.top_service .title_main {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .top_service .title_main {
    margin-bottom: 32px;
  }
}

.top_service_item {
  width: 47.6068376068%;
  max-width: 557px;
}
@media (max-width: 1023px) {
  .top_service_item {
    width: 100%;
  }
}

.top_service_link {
  display: flex;
  align-items: center;
  padding-right: 24px;
  border: 2px solid #BBC1C1;
}
.top_service_link:hover {
  opacity: 1;
}
@media (max-width: 1023px) {
  .top_service_link {
    padding: 4px;
    padding-right: 8px;
    position: relative;
  }
}

.top_serviceItem_img {
  padding: 8px;
  margin-right: 4.3087971275%;
  width: 28.7253141831%;
  aspect-ratio: 1;
  height: auto;
}
@media (max-width: 1023px) {
  .top_serviceItem_img {
    margin-right: 4px;
    width: 23.9067055394%;
    aspect-ratio: 82/88;
    padding: 0;
    margin-right: 8px;
  }
  .top_serviceItem_img img {
    height: 100%;
  }
}

.top_serviceItem_textArea {
  width: 57%;
}
@media (max-width: 1023px) {
  .top_serviceItem_textArea {
    width: 65%;
  }
}

.top_serviceItem_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .top_serviceItem_title {
    font-size: 15px;
    margin-bottom: 2px;
  }
}

.top_serviceItem_text {
  font-size: 14px;
}
@media (max-width: 767px) {
  .top_serviceItem_text {
    font-size: 13px;
  }
}

.top_serviceItem_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 29px;
  aspect-ratio: 1;
  height: auto;
  border: 1px solid #CED7D7;
  margin-left: auto;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .top_serviceItem_arrow {
    width: 20px;
  }
}
.top_serviceItem_arrow img {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
}

.top_service_link:hover .top_serviceItem_arrow {
  transform: translateX(3px);
}

.top_service_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px;
}
@media (max-width: 1023px) {
  .top_service_inner {
    gap: 24px;
  }
}

.top_service_item.top_service_item_pet {
  width: 100%;
  max-width: 723px;
}
@media (max-width: 1023px) {
  .top_service_item.top_service_item_pet {
    max-width: 557px;
  }
}
@media (max-width: 1023px) {
  .top_service_item.top_service_item_pet .top_service_link {
    flex-direction: column;
  }
}
.top_service_item.top_service_item_pet .top_serviceItem_img {
  width: 42.3236514523%;
  aspect-ratio: 306/188;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .top_service_item.top_service_item_pet .top_serviceItem_img {
    width: 100%;
    aspect-ratio: 331/96;
  }
  .top_service_item.top_service_item_pet .top_serviceItem_img img {
    aspect-ratio: 331/96;
    object-position: 0% 70%;
  }
}
.top_service_item.top_service_item_pet .top_serviceItem_textArea {
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: 100%;
  max-width: 394px;
  padding: 8px 16px 8px 24px;
}
@media (max-width: 1023px) {
  .top_service_item.top_service_item_pet .top_serviceItem_textArea {
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    column-gap: 12px;
  }
}
.top_service_item.top_service_item_pet .top_serviceItem_textArea .top_serviceItem_arrow {
  min-width: 29px;
}
@media (max-width: 1023px) {
  .top_service_item.top_service_item_pet .top_serviceItem_textArea .top_serviceItem_arrow {
    min-width: 20px;
  }
}

.top_company {
  margin-bottom: 186px;
}
@media (max-width: 1023px) {
  .top_company {
    margin-bottom: 100px;
  }
}
.top_company .title_main {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .top_company .title_main {
    margin-bottom: 32px;
  }
}

.top_company_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .top_company_list {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}

.top_company_item {
  width: 31.0256410256%;
  max-width: 363px;
}
@media (max-width: 1023px) {
  .top_company_item {
    width: 100%;
  }
}

.top_company_link {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  border: 2px solid #BBC1C1;
  padding: 8px;
  padding-bottom: 12px;
  height: 100%;
}

.top_company_textArea {
  padding: 0 16px 8px 16px;
  flex: 1;
}
@media (max-width: 1023px) {
  .top_company_textArea {
    padding: 0;
  }
}

.top_company_title {
  font-size: 16px;
  font-weight: bold;
}

.top_company_text {
  font-size: 14px;
}

.top_company_img {
  overflow: hidden;
}

.top_company_img img {
  transition: all 0.3s;
}

.top_company_link:hover {
  opacity: 1;
}
.top_company_link:hover .top_company_img img {
  transform: scale(1.1);
}

.top_news {
  margin-bottom: 168px;
}
@media (max-width: 1023px) {
  .top_news {
    margin-bottom: 100px;
  }
}
.top_news .title_main {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .top_news .title_main {
    margin-bottom: 32px;
  }
}
.top_news .btn-top {
  margin: 0 auto;
}

.top_news_inner {
  margin-bottom: 64px;
}

.top_column_list {
  display: flex;
  column-gap: 61.5px;
}
@media (max-width: 1023px) {
  .top_column_list {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }
}
.top_column_list .card-column {
  width: 29.8290598291%;
  max-width: 349px;
}
@media (max-width: 1023px) {
  .top_column_list .card-column {
    width: 100%;
  }
}

.top_column_inner {
  margin-bottom: 56px;
}

@media (max-width: 1023px) {
  .top_column {
    margin-bottom: 100px;
  }
}
.top_column .title_main {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .top_column .title_main {
    margin-bottom: 32px;
  }
}
.top_column .btn-top {
  margin: 0 auto;
}

.company_title {
  width: 45%;
  max-width: 860px;
  min-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  padding: clamp(16px, 3.3333333333vw, 64px);
  background-color: #fff;
  position: relative;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .company_title {
    width: 90%;
    min-width: auto;
    row-gap: 24px;
    margin-top: -20px;
  }
}

.company_title_text .en {
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 25px;
  row-gap: 12px;
}
@media (max-width: 767px) {
  .company_title_text .en {
    margin-bottom: 6px;
    row-gap: 6px;
  }
}

.company_title_text_sub {
  font-size: 15px;
  color: #687979;
  font-weight: 500;
}
@media (max-width: 767px) {
  .company_title_text_sub {
    font-size: 13px;
  }
}

.company_title_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company_title_lead {
  font-size: 32px;
  font-size: clamp(17px, 1.6666666667vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  text-align: center;
  font-weight: 500;
}
.company_title_lead > span {
  letter-spacing: 0.2em;
}

.company_title_textLeft {
  align-items: flex-start;
}

.comapany_policy {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .comapany_policy {
    flex-direction: column;
    row-gap: 32px;
    padding-top: 80px;
  }
}

.comapany_policy_list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 100%;
  max-width: 840px;
}
@media (max-width: 767px) {
  .comapany_policy_list {
    row-gap: 24px;
  }
}

.comapany_policyList_item {
  display: flex;
}
@media (max-width: 767px) {
  .comapany_policyList_item {
    display: block;
  }
}

.comapany_policyList_title {
  width: 24.2857142857%;
  max-width: 203px;
  padding-right: 2.8571428571%;
  border-right: 1px solid #E1ECEC;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .comapany_policyList_title {
    width: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #E1ECEC;
    padding: 4px;
  }
}

.comapany_policyList_text {
  width: 75.8333333333%;
  padding: 8px 0;
  padding-left: 2.8571428571%;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .comapany_policyList_text {
    width: 100%;
    padding: 4px;
  }
}

.company_message {
  padding-top: 112px;
  padding-bottom: 112px;
}
@media (max-width: 767px) {
  .company_message {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.company_message .company_title_text {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .company_message .company_title_text {
    margin-bottom: 40px;
  }
}

.comany_message_inner {
  position: relative;
}

.company_message_imgArea {
  width: 31.6239316239%;
  max-width: 370px;
}
@media (max-width: 767px) {
  .company_message_imgArea {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

.company_message_img {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .company_message_img {
    margin-bottom: 4px;
  }
}

.company_message_ceo p {
  font-size: 13px;
  letter-spacing: 0.02em;
}
.company_message_ceo p:first-child {
  margin-bottom: 4px;
}
.company_message_ceo p:last-child {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.company_message_ceo span {
  display: inline-block;
  font-size: 16px;
}

.company_message_textArea {
  position: relative;
  width: 79.3162393162%;
  max-width: 928px;
  padding-top: 63px;
  padding-bottom: 63px;
  padding-right: clamp(16px, 8.0818965517%, 75px);
  padding-left: clamp(16px, 22.3060344828%, 207px);
  background-color: #F6F8F8;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-left: auto;
  margin-top: -33%;
  z-index: -1;
}
@media (max-width: 767px) {
  .company_message_textArea {
    position: static;
    width: 100%;
    padding: 16px;
    margin-top: 8px;
  }
}

.company_about .company_title_text {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .company_about .company_title_text {
    margin-bottom: 40px;
  }
}

.company_about_item {
  display: flex;
}

.company_about_title {
  border-right: 1px solid #E1ECEC;
  letter-spacing: 0.04em;
}

.company_about_text {
  padding-bottom: 54px;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .company_about_text {
    padding-bottom: 24px;
    padding-left: 16px;
  }
}

.company_about_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company_about_inner {
    display: block;
  }
}

.company_about_title {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .company_about_title {
    font-size: 13px;
  }
}

.company_about_text {
  font-size: 15px;
}
@media (max-width: 767px) {
  .company_about_text {
    font-size: 14px;
  }
}

.company_about_item_inner:not(:last-child) {
  margin-bottom: 40px;
}
.company_about_item_inner p {
  margin-bottom: 2px;
  letter-spacing: 0;
}
.company_about_item_inner span {
  display: inline-block;
  margin-right: 8px;
}

.company_about_list_left {
  width: 47.6068376068%;
  max-width: 557px;
}
@media (max-width: 767px) {
  .company_about_list_left {
    width: 100%;
  }
}
.company_about_list_left .company_about_title {
  width: 13.8240574506%;
  max-width: 77px;
}
@media (max-width: 767px) {
  .company_about_list_left .company_about_title {
    width: 75px;
  }
}
.company_about_list_left .company_about_text {
  width: 87.9712746858%;
  max-width: 490px;
}
@media (max-width: 767px) {
  .company_about_list_left .company_about_text {
    width: 75%;
  }
}

.company_about_list_right {
  width: 48.9743589744%;
  max-width: 573px;
}
@media (max-width: 767px) {
  .company_about_list_right {
    width: 100%;
  }
}
.company_about_list_right .company_about_title {
  width: 16.404886562%;
  max-width: 94px;
}
@media (max-width: 767px) {
  .company_about_list_right .company_about_title {
    width: 75px;
  }
}
.company_about_list_right .company_about_text {
  width: 83.7696335079%;
  max-width: 480px;
}
@media (max-width: 767px) {
  .company_about_list_right .company_about_text {
    width: 75%;
  }
}
.company_about_list_right .company_about_text li:not(:last-child) {
  margin-bottom: 4px;
}

.concept_title_text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .concept_title_text {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
.concept_title_text .en {
  font-size: 48px;
}
@media (max-width: 767px) {
  .concept_title_text .en {
    font-size: 28px;
  }
}

.concept_container {
  background-color: #F6F8F8;
  padding: 80px;
  padding-left: clamp(16px, 6.8376068376%, 80px);
  padding-right: clamp(16px, 6.8376068376%, 80px);
  position: relative;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .concept_container {
    padding: 16px;
    margin-top: -20px;
  }
}

.concept_list {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5.5445544554%;
  row-gap: 96px;
}
@media (max-width: 767px) {
  .concept_list {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
}

.concept_item {
  width: 47.2277227723%;
  max-width: 477px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 24px;
  padding-right: 4%;
  padding-left: 4%;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .concept_item {
    width: 100%;
    padding: 32px 16px 24px;
  }
}

.concept_item_num {
  font-size: clamp(40px, 4.1666666667vw, 80px);
  font-weight: bold;
  color: #007B3A;
  display: inline-block;
  padding: 8px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.concept_item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #F6F8F8;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .concept_item_icon {
    margin-bottom: 24px;
  }
}

.concept_item_title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
  height: 68px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .concept_item_title {
    font-size: 18px;
    height: 48px;
    margin-bottom: 16px;
  }
}

.renovationcosts_wrap {
  margin-top: 120px;
}
@media (max-width: 1279px) {
  .renovationcosts_wrap {
    margin-top: 80px;
  }
}

.renovationcosts_title {
  background-image: url(../images/renovationcosts/image_title_renovationcostsBg.jpg);
}

.renovationcosts_leade {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .renovationcosts_leade {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.renovationcosts_leade_text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 2.2;
  margin-bottom: 80px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .renovationcosts_leade_text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.renovationcosts_costs {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.renovationcosts_costs_text {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 48px;
}

.renovationcosts_costs_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 32px;
  margin-bottom: 40px;
}

.renovationcosts_costs_list_item {
  padding: 24px;
  border: 1px solid #E1ECEC;
}
@media (max-width: 767px) {
  .renovationcosts_costs_list_item {
    padding: 16px 10px;
  }
}

.renovationcosts_costs_listItem_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .renovationcosts_costs_listItem_title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    row-gap: 4px;
  }
}
.renovationcosts_costs_listItem_title > span {
  display: flex;
  width: 260px;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  background-color: #D2B06E;
  color: #fff;
  font-size: 20px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .renovationcosts_costs_listItem_title > span {
    font-size: 18px;
  }
}

.renovationcosts_costs_listItem_content_wap {
  display: flex;
  width: 100%;
  max-width: 752px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .renovationcosts_costs_listItem_content_wap {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.renovationcosts_costs_listItem_content {
  display: flex;
  align-items: center;
  column-gap: 12px;
  flex: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .renovationcosts_costs_listItem_content {
    column-gap: 8px;
    margin-bottom: 10px;
  }
}

.renovationcosts_costs_listItem_sort {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  column-gap: 4px;
  border: 1px solid #E1ECEC;
  font-size: 13px;
  font-weight: bold;
  color: #687979;
}
@media (max-width: 767px) {
  .renovationcosts_costs_listItem_sort {
    padding: 2px;
    font-size: 12px;
    width: 108px;
  }
}

.renovationcosts_costs_listItem_content_text {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .renovationcosts_costs_listItem_content_text {
    font-size: 16px;
  }
}

.renovationcosts_costs_list_item_text {
  font-size: 14px;
}

.renovationcosts_costs_tsubo {
  padding: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .renovationcosts_costs_tsubo {
    margin-bottom: 32px;
    padding: 8px;
  }
}

.renovationcosts_costs_tsubo_title {
  padding: 8px 24px;
  background-color: #F6F8F8;
  border-left: 4px solid #D2B06E;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .renovationcosts_costs_tsubo_title {
    padding: 4px 16px;
    font-size: 18px;
  }
}

.renovationcosts_costs_tsubo_text {
  font-size: 15px;
}
.renovationcosts_costs_tsubo_text span {
  display: block;
}
.renovationcosts_costs_tsubo_text span:not(:last-child) {
  margin-bottom: 8px;
}
.renovationcosts_costs_tsubo_text span.bold {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .renovationcosts_costs_tsubo_text span.bold {
    font-size: 18px;
  }
}

.renovationcosts_costs_building {
  border-radius: 4px;
  padding: 40px;
  background-color: #F6F8F8;
}
@media (max-width: 767px) {
  .renovationcosts_costs_building {
    padding: 24px;
  }
}

.renovationcosts_costs_building_wrap {
  border-radius: 4px;
  background-color: #fff;
  padding: 24px;
}
@media (max-width: 767px) {
  .renovationcosts_costs_building_wrap {
    padding: 16px;
  }
}
.renovationcosts_costs_building_wrap p {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.renovationcosts_costs_building_title {
  row-gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .renovationcosts_costs_building_title {
    row-gap: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
}

.renovationcosts_costs_building_text {
  margin-bottom: 32px;
}

.renovationcosts_costs_building_list {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}

.renovationcosts_costs_building_text_bold {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.renovationcosts_costs_works {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .renovationcosts_costs_works {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.renovationcosts_costs_works_list_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .renovationcosts_costs_works_list_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.renovationcosts_costs_works_list:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .renovationcosts_costs_works_list:not(:last-child) {
    margin-bottom: 40px;
  }
}

.renovationcosts_costs_workslist {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.7094017094%;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .renovationcosts_costs_workslist {
    justify-content: center;
  }
}

.renovationcosts_columns-related {
  border-top: 1px solid #E1ECEC;
  margin-top: 0;
  padding-top: 80px;
}

.reformprice_wrap {
  margin-top: 120px;
}
@media (max-width: 1279px) {
  .reformprice_wrap {
    margin-top: 80px;
  }
}

.reformprice_title {
  background-image: url(../images/reformprice/image_title_reformpriceBg.jpg);
}

.reformprice_leade {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .reformprice_leade {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.reformprice_leade_text {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .reformprice_leade_text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.reformprice_plan_leadeText {
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .reformprice_plan_leadeText {
    margin-bottom: 32px;
  }
}

.reformprice_plan_listItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 202px;
  width: 17.264957265%;
}
@media (max-width: 1279px) {
  .reformprice_plan_listItem {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .reformprice_plan_listItem {
    width: 47%;
  }
}

.reformprice_plan_listItem_icon {
  margin-bottom: 4px;
}

.reformprice_plan_listItem_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .reformprice_plan_listItem_title {
    font-size: 14px;
  }
}

.reformprice_plan_listItem_price {
  height: 56px;
  font-size: 15px;
  font-weight: bold;
  color: #687979;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #E1ECEC;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .reformprice_plan_listItem_price {
    font-size: 13px;
  }
}

.reformprice_plan_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: min(3.4188034188%, 40px);
  row-gap: 56px;
  justify-content: center;
}
@media (max-width: 767px) {
  .reformprice_plan_list {
    row-gap: 32px;
  }
}

.reformprice_pricePlan {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .reformprice_pricePlan {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.reformprice_pricePlan_listItem {
  padding: 20px 40px 24px;
  background-color: #F6F8F8;
}
@media (max-width: 767px) {
  .reformprice_pricePlan_listItem {
    padding: 16px 24px;
  }
}

.reformprice_pricePlan_listItem__title {
  font-size: 24px;
  font-weight: bold;
  color: #687979;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .reformprice_pricePlan_listItem__title {
    font-size: 18px;
  }
}
.reformprice_pricePlan_listItem__title > .bold {
  color: #093838;
  font-size: 32px;
}
@media (max-width: 767px) {
  .reformprice_pricePlan_listItem__title > .bold {
    font-size: 20px;
  }
}

.reformprice_pricePlan_listItem_child {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1090px;
}
@media (max-width: 1279px) {
  .reformprice_pricePlan_listItem_child {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }
}

.reformprice_pricePlan_childItem {
  width: 48.5321100917%;
  max-width: 529px;
  background-color: #fff;
  padding: 20px;
  padding-left: min(4.5368620038%, 24px);
  padding-right: min(4.5368620038%, 24px);
  border: 1px solid #E1ECEC;
}
@media (max-width: 1279px) {
  .reformprice_pricePlan_childItem {
    width: 100%;
    max-width: 100%;
  }
}

.reformprice_pricePlan_childItem_subtile {
  width: fit-content;
  padding: 4px 24px;
  background-color: #D2B06E;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .reformprice_pricePlan_childItem_subtile {
    padding: 4px 16px;
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.reformprice_pricePlan_childItem_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .reformprice_pricePlan_childItem_title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.reformprice_pricePlan_childItem_text {
  font-size: 15px;
}
@media (max-width: 767px) {
  .reformprice_pricePlan_childItem_text {
    font-size: 14px;
  }
}

.reformprice_pricePlan_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 40px;
}
@media (max-width: 767px) {
  .reformprice_pricePlan_list {
    row-gap: 24px;
  }
}

.reformprice_merit {
  background-color: #F6F8F8;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .reformprice_merit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.reformprice_merit_title {
  margin-bottom: 112px;
}

.reformprice_merit_item {
  background-color: #fff;
  padding: 24px;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: min(5.7040998217%, 64px);
}
@media (max-width: 1279px) {
  .reformprice_merit_item {
    flex-direction: column;
    padding: 18px;
  }
}
.reformprice_merit_item:not(:last-child) {
  margin-bottom: 80px;
}

.reformprice_merit_item_num {
  color: #007B3A;
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .reformprice_merit_item_num {
    font-size: 40px;
  }
}

.reformprice_merit_item_textArea {
  padding: 18px 0;
  width: 49.0196078431%;
  max-width: 545px;
}
@media (max-width: 1279px) {
  .reformprice_merit_item_textArea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .reformprice_merit_item_textArea {
    padding: 8px 0;
  }
}

.reformprice_merit_item_subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #687979;
}
@media (max-width: 767px) {
  .reformprice_merit_item_subtitle {
    font-size: 14px;
  }
}

.reformprice_merit_item_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .reformprice_merit_item_title {
    font-size: clamp(19px, 4.1666666667vw, 28px);
    margin-bottom: 16px;
  }
}

.reformprice_merit_item_text {
  letter-spacing: 0.04em;
  font-size: 15px;
}

.reformprice_merit_item_img {
  width: 46.0784313725%;
  max-width: 517px;
}
@media (max-width: 1279px) {
  .reformprice_merit_item_img {
    width: 100%;
  }
}

.reformprice_slider {
  padding-top: 80px;
}

.renovationbasics_wrap {
  margin-top: 120px;
}
@media (max-width: 1279px) {
  .renovationbasics_wrap {
    margin-top: 80px;
  }
}

.renovationbasics_title {
  background-image: url(../images/renovationbasics/image_title_renovationbasicsBg.jpg);
}

.renovationbasics_leade {
  margin-top: 120px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .renovationbasics_leade {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

.renovationbasics_leade_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 64px;
  line-height: 2.2;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .renovationbasics_leade_title {
    margin-bottom: 32px;
    font-size: 20px;
  }
}

.renovationbasics_leade_text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 48px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .renovationbasics_leade_text {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.renovationbasics_leade_text > .bold {
  font-weight: bold;
}

.renovationbasics_leade_img {
  width: 100%;
}

.renovationbasics_reform {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .renovationbasics_reform {
    margin-bottom: 80px;
  }
}

.renovationbasics_reform_list {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
@media (max-width: 767px) {
  .renovationbasics_reform_list {
    row-gap: 16px;
  }
}

.renovationbasics_reform__listItem {
  display: flex;
  align-items: center;
  border: 4px solid #E1ECEC;
  padding: 34px 24px;
}
@media (max-width: 767px) {
  .renovationbasics_reform__listItem {
    flex-direction: column;
    padding: 24px 16px;
  }
}

.renovationbasics_reform_listItem_title {
  width: min(20.1709401709%, 236px);
  text-align: center;
  padding: 13px 0;
  border-right: 1px solid #CED7D7;
  font-size: clamp(18px, 2.0512820513vw, 24px);
  font-weight: bold;
}
@media (max-width: 767px) {
  .renovationbasics_reform_listItem_title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #CED7D7;
    padding: 8px 0;
  }
}

.renovationbasics_reform_listItem_text {
  width: min(80.5982905983%, 943px);
  padding: 13px 0;
  padding-left: min(4.1025641026%, 48px);
  font-size: 20px;
  font-size: clamp(16px, 1.7094017094vw, 20px);
}
@media (max-width: 767px) {
  .renovationbasics_reform_listItem_text {
    width: 100%;
    font-size: 16px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.renovationbasics_reform_listItem_text > .bold {
  font-weight: bold;
}

.renovationbasics_type {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .renovationbasics_type {
    margin-bottom: 80px;
  }
}

.renovationbasics_type_list {
  display: flex;
  justify-content: center;
  column-gap: min(3.4188034188%, 40px);
}
@media (max-width: 767px) {
  .renovationbasics_type_list {
    flex-direction: column;
    row-gap: 24px;
  }
}

.renovationbasics_type_listItem {
  width: min(47.5213675214%, 556px);
  padding: min(3.4188034188%, 40px);
  border: 1px solid #E1ECEC;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .renovationbasics_type_listItem {
    width: 100%;
  }
}

.renovationbasics_type_listItem_title {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background-color: #D2B06E;
  color: #fff;
  font-size: clamp(18px, 2.0512820513vw, 24px);
  margin-bottom: 24px;
}

.renovationbasics_type_listItem_img {
  width: 100%;
  margin-bottom: 24px;
}

.renovationbasics_type_listItem_text {
  font-size: clamp(16px, 1.7094017094vw, 20px);
  margin-bottom: 24px;
  flex: 1;
}

.renovationbasics_type_listItem_child {
  width: 100%;
  padding: 24px;
  background-color: #F6F8F8;
}

.renovationbasics_type_listItem_child_title {
  font-size: clamp(18px, 2.0512820513vw, 24px);
  font-weight: bold;
  margin-bottom: 8px;
}

.renovationbasics_type_listItem_child_list {
  font-size: 16px;
  font-weight: 500;
}

.renovationbasics_check {
  background-color: rgba(246, 248, 248, 0.56);
  padding: 112px 0;
}
@media (max-width: 767px) {
  .renovationbasics_check {
    padding: 56px 0;
  }
}
.renovationbasics_check .title_dotCenter::after {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .renovationbasics_check .title_dotCenter::after {
    margin-top: 16px;
  }
}

.renovationbasics_check_inner {
  max-width: 983px;
  background-color: #fff;
  border-radius: 24px;
  padding-top: 64px;
  padding-bottom: 60px;
  position: relative;
  padding-left: min(8.1383519837%, 80px);
  padding-right: min(8.1383519837%, 80px);
}
@media (max-width: 767px) {
  .renovationbasics_check_inner {
    padding: 32px 16px;
  }
}

.renovationbasics_check_icon {
  width: 150px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .renovationbasics_check_icon {
    width: 80px;
  }
}

.renovationbasics_check_listItem_title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .renovationbasics_check_listItem_title {
    font-size: 18px;
    column-gap: 8px;
    margin-bottom: 8px;
  }
}
.renovationbasics_check_listItem_title::before {
  content: "";
  display: inline-block;
  width: 41px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../images/icon/icon-check-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .renovationbasics_check_listItem_title::before {
    width: 32px;
  }
}

.renovationbasics_check_listItem_text {
  font-size: 20px;
}
@media (max-width: 767px) {
  .renovationbasics_check_listItem_text {
    font-size: 16px;
  }
}

.renovationbasics_check_listItem:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .renovationbasics_check_listItem:not(:last-child) {
    margin-bottom: 24px;
  }
}

.renovationbasics_flow {
  padding-top: 160px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .renovationbasics_flow {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.renovationbasics_flow_list {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .renovationbasics_flow_list {
    margin-bottom: 80px;
    row-gap: 32px;
  }
}

.renovationbasics_flow_listItem {
  width: 100%;
  padding: min(2.0512820513%, 24px);
  display: flex;
  align-items: center;
  column-gap: min(3.4188034188%, 40px);
}
@media (max-width: 767px) {
  .renovationbasics_flow_listItem {
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 80px;
  }
}

.renovationbasics_flow_listItem_num {
  font-size: 32px;
  line-height: 0.7;
  font-weight: 600;
  letter-spacing: 0;
  color: #007B3A;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .renovationbasics_flow_listItem_num {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.renovationbasics_flow_listItem_img {
  width: 17.1559633028%;
  max-width: 187px;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .renovationbasics_flow_listItem_img {
    width: 100%;
    max-width: 70px;
    margin-bottom: 8px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.renovationbasics_flow_listItem_textArea {
  width: 79.8165137615%;
  max-width: 863px;
}
@media (max-width: 767px) {
  .renovationbasics_flow_listItem_textArea {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .renovationbasics_flow_listItem_textArea_inner {
    position: absolute;
    left: 88px;
    top: 11px;
  }
}

.renovationbasics_flow_listItem_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .renovationbasics_flow_listItem_title {
    font-size: 18px;
  }
}

.renovationbasics_flow_listItem_text {
  font-size: 20px;
}
@media (max-width: 767px) {
  .renovationbasics_flow_listItem_text {
    font-size: 16px;
  }
}

.renovationbasics_flow_bottomText {
  text-align: center;
  font-size: clamp(20px, 3.0769230769vw, 36px);
  font-weight: bold;
}

.petreform_wrap {
  margin-top: 120px;
}

.petreform_title {
  background-image: url(../images/petreform/image_title_petreformBg.jpg);
}

.petreform_lead {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .petreform_lead {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.petreform_lead_text {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .petreform_lead_text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.petrefom_lead_listItem {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 210px;
}
@media (max-width: 767px) {
  .petrefom_lead_listItem {
    max-width: 150px;
  }
}

.petrefom_lead_listItem_img {
  max-width: 120px;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .petrefom_lead_listItem_img {
    max-width: 100px;
  }
}

.petrefom_lead_listItem_text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .petrefom_lead_listItem_text {
    font-size: 14px;
    font-weight: 500;
  }
}

.petreform_lead_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 940px;
  row-gap: 56px;
  column-gap: min(3.4188034188%, 40px);
}
@media (max-width: 767px) {
  .petreform_lead_list {
    row-gap: 24px;
  }
}

.petreform_appeal {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .petreform_appeal {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.petreform_appeal_num {
  font-size: 20px;
  font-weight: bold;
  color: #007B3A;
}
@media (max-width: 767px) {
  .petreform_appeal_num {
    font-size: 18px;
  }
}
.petreform_appeal_num > .en {
  font-size: 109px;
  display: inline-block;
  margin-right: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .petreform_appeal_num > .en {
    font-size: 40px;
  }
}

.petreform_appeal_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .petreform_appeal_title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.petreform_appeal_test {
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .petreform_appeal_test {
    font-size: 14px;
  }
}

.petreform_appeal_inner {
  max-width: 1066px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 104px;
  width: 100%;
}
@media (max-width: 767px) {
  .petreform_appeal_inner {
    row-gap: 40px;
  }
}

.petreform_appeal_box {
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: center;
  column-gap: min(7.5046904315%, 80px);
}
@media (max-width: 767px) {
  .petreform_appeal_box {
    flex-direction: column-reverse;
    row-gap: 18px;
  }
}
.petreform_appeal_box:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .petreform_appeal_box:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.petreform_appeal_textArea {
  width: min(43.9024390244%, 468px);
}
@media (max-width: 767px) {
  .petreform_appeal_textArea {
    width: 100%;
  }
}

.petreform_appeal_img {
  width: min(48.4990619137%, 517px);
}
@media (max-width: 767px) {
  .petreform_appeal_img {
    width: 100%;
  }
}

.petreform_type {
  padding-top: 88px;
  padding-bottom: 160px;
  background-color: #F6F8F8;
}
@media (max-width: 767px) {
  .petreform_type {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.petreform_type_inner {
  width: 100%;
  max-width: 1066px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: min(3.7523452158%, 40px);
  row-gap: 40px;
}
@media (max-width: 767px) {
  .petreform_type_inner {
    row-gap: 24px;
  }
}

.petreform_type_item {
  width: 100%;
  max-width: 234px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .petreform_type_item {
    max-width: 156px;
  }
}

.petreform_type_textArea {
  flex: 1;
  background-color: #fff;
  padding: 8px 12px 14px;
}

.petreform_type_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .petreform_type_title {
    font-size: 16px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.petreform_type_text {
  font-size: 16px;
}
@media (max-width: 767px) {
  .petreform_type_text {
    font-size: 14px;
  }
}

.petreform_bottom {
  background-image: url(../images/petreform/bg-petreform.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: min(51.9658119658vw, 608px);
  padding-top: 113px;
  padding-top: min(9.6581196581vw, 113px);
}
@media (max-width: 767px) {
  .petreform_bottom {
    padding-top: 8px;
    height: 200px;
  }
}

.petreform_bottom_text {
  text-align: center;
  font-size: clamp(20px, 3.0769230769vw, 36px);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(65, 49, 37, 0.52);
}
@media (max-width: 767px) {
  .petreform_bottom_text {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

.afterservice_wrap {
  margin-top: 120px;
}
@media (max-width: 1279px) {
  .afterservice_wrap {
    margin-top: 80px;
  }
}

.afterservice_title {
  background-image: url(../images/afterservice/image_title_afterserviceBg.jpg);
}

.afterservice_system {
  padding-top: 64px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .afterservice_system {
    padding-top: 32px;
    margin-bottom: 80px;
  }
}

.afterservice_system_text {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.12;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .afterservice_system_text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.afterservice_system_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.2735042735%;
  row-gap: 48px;
}
@media (max-width: 767px) {
  .afterservice_system_list {
    justify-content: center;
    row-gap: 24px;
  }
}

.afterservice_system_listItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 47.8632478632%;
  max-width: 560px;
  padding: 40px 0;
  padding-left: min(4.2857142857%, 24px);
  padding-right: min(4.2857142857%, 24px);
  border: 1px solid #E1ECEC;
}
@media (max-width: 767px) {
  .afterservice_system_listItem {
    min-width: 300px;
    padding: 16px;
  }
}

.afterservice_system_listItem_title {
  font-weight: bold;
  font-size: 24px;
  padding: 16px 0;
  background-color: #F6F8F8;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .afterservice_system_listItem_title {
    font-size: 18px;
    padding: 8px;
    margin-bottom: 16px;
  }
}

.afterservice_system_listItem_text {
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .afterservice_system_listItem_text {
    font-size: 14px;
  }
}

.afterservice_table_wrap {
  overflow-x: auto;
}

.afterservice_table {
  min-width: 1000px;
}
.afterservice_table .afterservice_tr th {
  text-align: center;
  vertical-align: middle;
  background-color: #F3EAD8;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  font-weight: 500;
  padding: 16px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .afterservice_table .afterservice_tr th {
    padding: 16px 3px;
  }
}
.afterservice_table .afterservice_tr td {
  font-weight: 500;
  font-size: 15px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}
.afterservice_table .afterservice_tr td:not(:last-child) {
  text-align: center;
  vertical-align: middle;
}
.afterservice_table .afterservice_tr td:last-child {
  background-color: #F6F8F8;
  padding: 12px 20px;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: 0.02em;
}
.afterservice_table .afterservice_tr td:last-child p:first-child {
  margin-bottom: 16px;
}
.afterservice_table .afterservice_tr td:nth-last-child(2) {
  font-size: 18px;
  font-weight: 500;
}
.afterservice_table .afterservice_tr:first-child th {
  font-size: 18px;
  font-weight: bold;
  background-color: #E1ECEC;
  text-align: center;
  white-space: nowrap;
  padding: 8px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  .afterservice_table .afterservice_tr:first-child th {
    font-size: 16px;
  }
}
.afterservice_table .afterservice_tr:first-child th:first-child {
  background-color: #D2B06E;
  color: #fff;
  width: 280px;
}
@media (max-width: 767px) {
  .afterservice_table .afterservice_tr:first-child th:first-child {
    width: 140px;
  }
}
.afterservice_table .afterservice_tr:first-child th:nth-child(2) {
  width: 180px;
}
@media (max-width: 767px) {
  .afterservice_table .afterservice_tr:first-child th:nth-child(2) {
    width: 100px;
  }
}
.afterservice_table .afterservice_tr:first-child th:nth-last-child(2) {
  width: 100px;
  width: min(8.547008547%, 100px);
}

.afterservice_table_attention {
  padding: 20px;
  font-size: 14px;
  background-color: #F6F8F8;
}
.afterservice_table_attention ol {
  padding-left: 17px;
}
.afterservice_table_attention ol:not(:last-child) {
  margin-bottom: 24px;
}
.afterservice_table_attention ol li {
  list-style-type: decimal;
}

.faq_inner {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .faq_inner {
    margin-top: 60px;
  }
}

.faq-archive {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .faq-archive {
    margin-bottom: 40px;
  }
}

.faq_cateList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 40px;
  background-color: #F6F8F8;
  border-radius: 8px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .faq_cateList {
    padding: 16px;
    margin-bottom: 40px;
  }
}
.faq_cateList li {
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  min-width: 164px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #093838;
}
@media (max-width: 767px) {
  .faq_cateList li {
    min-width: 70px;
    font-size: 12px;
  }
}
.faq_cateList li.active {
  color: #fff;
  background-color: #093838;
}

.faq_cateList li a {
  display: block;
  padding: 8px 24px;
}
@media (max-width: 767px) {
  .faq_cateList li a {
    padding: 4px 8px;
  }
}

a.ewd-ufaq-post-margin {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  a.ewd-ufaq-post-margin {
    padding-left: 0px;
    padding-right: 0px;
  }
}
a.ewd-ufaq-post-margin::after {
  content: "Q";
  display: inline-block;
  font-family: "Outfit", "sans-serif";
  font-size: 40px;
  font-weight: bold;
  color: #D2B06E;
  margin-right: min(3.4188034188%, 40px);
}
@media (max-width: 767px) {
  a.ewd-ufaq-post-margin::after {
    font-size: 32px;
  }
}

.ewd-ufaq-faq-title-text {
  width: 90% !important;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ewd-ufaq-faq-title-text {
    font-size: 14px;
  }
}

.ewd-ufaq-faq-body {
  background-color: #F9F5EE;
  padding: 32px 40px 32px 24px !important;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .ewd-ufaq-faq-body {
    font-size: 14px;
    padding: 16px 24px !important;
  }
}
.ewd-ufaq-faq-body::before {
  content: "A";
  display: inline-block;
  font-family: "Outfit", "sans-serif";
  font-size: 40px;
  font-weight: bold;
  color: #687979;
  line-height: 1;
  margin-right: min(3.4188034188%, 40px);
}
@media (max-width: 767px) {
  .ewd-ufaq-faq-body::before {
    font-size: 32px;
  }
}

.ewd-ufaq-post-margin.ewd-ufaq-faq-post {
  width: 90% !important;
  margin-left: 5px;
}

.ewd-ufaq-post-active .ewd-ufaq-faq-body {
  display: flex !important;
}

@media (max-width: 767px) {
  .faq-item {
    padding-top: 8px;
  }
}

.ewd-ufaq-faqs {
  border-bottom: 1px solid #BBC1C1;
}
@media (max-width: 767px) {
  .ewd-ufaq-faqs {
    padding-bottom: 8px;
  }
}

.ewd-ufaq-faq-div {
  margin-top: 40px !important;
}
@media (max-width: 767px) {
  .ewd-ufaq-faq-div {
    margin-top: 8px !important;
  }
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
  font-size: 11px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #D2B06E;
  background-color: #D2B06E;
  padding-top: 1px;
}

.ewd-ufaq-post-active .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
  font-size: 11px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #D2B06E;
  background-color: #fff;
  border: 1px solid #D2B06E;
  padding-top: 3px;
}

.mv {
  width: 100%;
  padding: 48px 0;
  background-color: #F6F8F8;
  text-align: center;
  padding-top: 170px;
}
@media (max-width: 767px) {
  .mv {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
.mv-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.56px;
}
@media (max-width: 767px) {
  .mv-title {
    font-size: 24px;
  }
}
.mv-title span {
  display: block;
  margin-top: 6px;
  font-family: "Outfit", "sans-serif";
  color: #007B3A;
  font-size: 20px;
}
@media (max-width: 767px) {
  .mv-title span {
    font-size: 14px;
  }
}

.cta {
  margin: 142px auto 62px;
  padding: 62px 0;
  text-align: center;
  border-top: 1px solid #CED7D7;
}
@media (max-width: 1023px) {
  .cta {
    margin: 80px auto 0;
  }
}
.cta h3 {
  font-size: 40px;
  font-family: "Outfit", "sans-serif";
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
.cta-sub {
  font-size: 15px;
  font-weight: 500;
  color: #687979;
  margin-bottom: 48px;
}
.cta p:not(:nth-of-type(2)) {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  margin-bottom: 40px;
}
.cta ul {
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta ul {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .cta ul li {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767px) {
  .cta ul li {
    width: auto;
  }
}
.cta ul li a {
  width: 320px;
  font-size: 20px;
  font-weight: 500;
  padding: 34px 0;
  align-items: center;
  border: 2px solid #BBC1C1;
  border-radius: 2px;
}
.cta ul li a:hover {
  opacity: 1;
  background-color: #093838;
  color: #fff;
}
@media (max-width: 1023px) {
  .cta ul li a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta ul li a {
    width: 300px;
    font-size: 18px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.cta ul li a span {
  padding-right: 55px;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .cta ul li a span {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cta ul li a span {
    padding-right: 55px;
    padding-right: 0;
  }
}
.cta .title_main {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .cta .title_main {
    margin-bottom: 32px;
  }
}

.pagination {
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.pagination .page-numbers {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Outfit", "sans-serif";
  color: #687979;
}
.pagination .current {
  color: #fff;
  background-color: #687979;
  border-radius: 50%;
}
.pagination .next, .pagination .prev {
  display: flex;
  align-items: center;
}

#breadcrumb {
  display: flex;
  gap: 11px;
  font-size: 12px;
  font-weight: 400;
  padding: 11px 0;
}
@media (max-width: 1023px) {
  #breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 8px;
    -ms-overflow-style: none;
  }
  #breadcrumb ::-webkit-scrollbar {
    display: none;
  }
}

.column {
  gap: 64px;
  width: 100%;
}
@media (max-width: 1023px) {
  .column {
    gap: 16px;
  }
}
.column-head {
  width: 100%;
  align-items: flex-start;
  gap: 16px;
}
.column-head h1 {
  width: 100%;
  font-size: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1ECEC;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .column-head h1 {
    font-size: 20px;
  }
}
.column-data {
  width: 100%;
  gap: 16px;
  justify-content: flex-start;
}
.column-data a {
  background-color: #F6F8F8;
  padding: 4px 16px;
  border-radius: 4px;
  color: #093838;
  font-weight: bold;
  font-size: 13px;
}
.column-data a:hover {
  background-color: #093838;
  color: #F6F8F8;
}
.column-img {
  width: 100%;
  max-width: 100%;
}
.column-article {
  width: 100%;
  gap: 20px;
}
.column-article p {
  margin: 16px 0;
}
.column-article ul, .column-article li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 8px;
}
.column-article thead {
  border: none;
}
.column-article thead th {
  background-color: #093838;
  color: #fff;
}
.column-article thead tr {
  border: 1px solid #093838;
}
.column-article table {
  border: 2px solid #093838;
}
.column-article h2 {
  color: #007B3A;
  padding: 8px 0;
  border-bottom: 3px solid #E1ECEC;
  font-size: 24px;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .column-article h2 {
    font-size: 20px;
  }
}
.column-article h3 {
  color: #093838;
  padding: 8px 0;
  border-bottom: 1px solid #E1ECEC;
  font-size: 20px;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .column-article h3 {
    font-size: 18px;
  }
}
.column-article h4 {
  padding: 0 0 0 12px;
  border-left: 4px solid #E1ECEC;
  margin-bottom: 1rem;
}
.column-article h5 {
  display: flex;
  gap: 8px;
}
.column-article h5:before {
  content: "●";
  color: #E1ECEC;
}
.column-pagination {
  width: 100%;
  justify-content: space-between;
}
.column-pagination a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  gap: 24px;
  background: #fff;
  border: 2px solid #BBC1C1;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .column-pagination a {
    padding: 8px 24px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .column-pagination a {
    padding: 8px 16px;
    gap: 8px;
  }
}
.column-pagination a:hover {
  background-color: #BBC1C1;
  opacity: 1;
}
.column-pagination a[rel=next] {
  margin-left: auto;
}
.column-pagination a[rel=next] img {
  transform: scale(-1, 1);
}

.columns {
  align-items: flex-start !important;
  gap: 40px;
  width: 100%;
  flex: 1;
}
.columns h2 {
  font-size: 24px;
}
.columns-list {
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
.columns-list article {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .columns-list article {
    width: 100%;
  }
}
.columns-list .tag-list a {
  font-size: 10px;
}
.columns-comming {
  background-color: #F6F8F8;
  text-align: center;
  padding: 40px;
  font-size: 20px;
  color: #093838;
  font-weight: bold;
  width: 100%;
}
.columns-pickup {
  max-width: 1920px;
  margin: 80px auto 0;
}
@media (max-width: 1023px) {
  .columns-pickup {
    margin: 0 auto;
  }
}
.columns-pickup_list {
  margin: 0 80px;
}
@media (max-width: 1023px) {
  .columns-pickup_list {
    margin: 0 16px;
  }
}
.columns-related {
  margin: 80px auto;
  gap: 80px;
  max-width: 1920px;
}
.columns-related h2 {
  font-size: 24px;
}
.columns-related_box {
  width: 100%;
}
.columns-related_list {
  margin: 0 80px;
}
@media (max-width: 1023px) {
  .columns-related_list {
    margin: 0 16px;
  }
}
.columns-related .btn-arrow {
  margin: 0 auto;
}

.voices {
  width: 100%;
  align-items: flex-start !important;
  gap: 40px;
}
.voices h2 {
  font-size: 24px;
}
.voices-contents {
  width: 100%;
  gap: 40px;
  align-items: flex-start !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .voices-contents {
    flex-direction: column;
    align-items: center !important;
  }
}
.voices-comming {
  background-color: #f6f8f8;
  text-align: center;
  padding: 40px;
  font-size: 20px;
  color: #093838;
  font-weight: bold;
  width: 100%;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.title-works {
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 40px;
}
.title-taxonomy_works {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
}
.title-taxonomy_works--sub {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  color: #ABABAB;
}
.title-slider {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.title_main .en {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  letter-spacing: 0.04em;
  position: relative;
  column-gap: 14px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .title_main .en {
    font-size: 32px;
  }
}
.title_main .en::before, .title_main .en::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #D2B06E;
}
.title_main h2 {
  text-align: center;
  font-size: 15px;
  color: #687979;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .title_main h2 {
    font-size: 14px;
  }
}

.title_dotCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title_dotCenter::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 4px;
  background-image: url(../images/icon/image-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.title_dotLeft {
  display: flex;
  flex-direction: column;
}
.title_dotLeft::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 4px;
  background-image: url(../images/icon/image-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.title_hasbg {
  height: 463px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (max-width: 1279px) {
  .title_hasbg {
    background-size: 70%;
    background-position: bottom right;
  }
}
@media (max-width: 767px) {
  .title_hasbg {
    height: 200px;
  }
}

.title_hasbg_container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.title_hasbg_text {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .title_hasbg_text {
    font-size: 28px;
    row-gap: 16px;
  }
}
.title_hasbg_text > .en {
  display: block;
  font-size: 32px;
  color: #007B3A;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .title_hasbg_text > .en {
    font-size: 18px;
  }
}

.title_page_noDeco {
  font-size: 32px;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .title_page_noDeco {
    font-size: 23px;
    margin-bottom: 24px;
  }
}

.btn-main {
  display: block;
  width: 330px;
  height: 70px;
  border: 2px solid #BBC1C1;
  background-color: #F6F8F8;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: center;
  line-height: 70px;
  margin: 0 auto;
}
.btn-main:hover {
  opacity: 1;
  background-color: #093838;
  color: #fff;
  border-radius: 4px;
}
.btn-arrow {
  justify-content: center;
  gap: 24px;
  width: 330px;
  height: 70px;
  border: 2px solid #BBC1C1;
  border-radius: 4px;
  text-align: center;
  line-height: 70px;
  margin: 80px auto 0 auto;
}
.btn-arrow:hover {
  background-color: #093838;
  color: #fff;
  border-color: #093838;
}
.btn-charge-staff {
  width: 265px;
  padding: 16px 40px;
  gap: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #BBC1C1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin: 24px 0 0 auto;
}
.btn-charge-staff:hover {
  opacity: 1;
  background-color: #093838;
  color: #fff;
}
.btn-charge-staff:hover img {
  filter: brightness(0) invert(1);
}
.btn-contact {
  width: 265px;
  padding: 16px 40px;
  gap: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #BBC1C1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.btn-contact:hover {
  opacity: 1;
  background-color: #093838;
  color: #fff;
}
.btn-contact:hover img {
  filter: brightness(0) invert(1);
}
.btn-staffs {
  width: 118px;
  height: 33px;
  font-size: 12px;
  font-weight: 500;
  line-height: 33px;
  text-align: center;
  border: 1px solid #CED7D7;
  justify-content: center;
  gap: 8px;
}
.btn-staffs:hover {
  background-color: #093838;
  color: #fff;
}
.btn-staffs:hover img {
  filter: brightness(0) invert(1);
}
.btn-submit {
  background-color: #093838;
  border: 2px solid #093838;
  color: #fff;
  padding: 16px;
  width: min(100%, 280px);
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
  transition: all 0.3s;
}
.btn-submit:hover {
  background-color: #fff;
  color: #093838;
}

.btn-top {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  border-radius: 4px;
  background-color: #093838;
  color: #fff;
  max-width: 288px;
  height: 58px;
  line-height: 1;
  border: 1px solid #093838;
}
.btn-top:hover {
  opacity: 1;
  color: #093838;
  background-color: #fff;
}
.btn-top::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../images/icon/icon_btn_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-top:hover::after {
  background-image: url(../images/icon/icon_btn_green.svg);
}

.search-box {
  overflow: hidden;
  color: #093838;
  align-items: stretch;
}
.search-box input::placeholder {
  color: #687979;
}
.search-box input[type=text] {
  padding: 0 8px;
  width: 100%;
  flex: 1;
  background-color: #F6F8F8;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 1023px) {
  .search-box {
    flex-direction: row;
    justify-content: space-between;
  }
}
.search-box button {
  background-color: #093838;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search-box button img {
  width: 24px;
}
.search-list {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .search-list {
    display: block !important;
  }
}
.search-list li {
  display: inline-block;
  padding: 0 5px;
}
.search-list li:has(ul) {
  display: block;
}
@media (max-width: 1023px) {
  .search-list li:has(ul) {
    display: flex;
    gap: 34px;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .search-list li:has(ul) > div {
    min-width: 160px;
  }
}
@media (max-width: 1023px) {
  .search-list li:has(ul) > ul {
    flex: 1;
  }
}
.search-list a {
  display: inline-block;
}
.search-list ul {
  padding-left: 16px;
  width: 100%;
}

.search-works {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .search-works {
    padding: 40px 0;
  }
}
.search-works_buildingtype {
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.search-works_buildingtype li {
  flex: 1;
  border: 2px solid #093838;
  border-radius: 4px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .search-works_buildingtype li {
    font-size: 12px;
    min-width: 25%;
  }
}
.search-works_buildingtype li:hover {
  background-color: #093838;
  color: #fff;
}
.search-works_buildingtype li.is-active {
  background-color: #093838;
  color: #fff;
}
.search-works .js-inner > div {
  display: none;
}
.search-works .js-inner > div.is-active {
  display: block;
}
.search-works_tab {
  gap: 8px;
  position: relative;
  top: 2px;
  font-size: 14px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .search-works_tab {
    gap: 4px;
  }
}
.search-works_tab li {
  padding: 8px 24px;
  border: 2px solid #F6F8F8;
  background-color: #F6F8F8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  border-bottom: none;
  flex: 1;
  text-align: center;
}
@media (max-width: 1023px) {
  .search-works_tab li {
    padding: 8px;
    font-size: 10px;
  }
}
.search-works_tab li::after {
  content: "";
  width: calc(100% + 4px);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -2px;
  background-color: #093838;
}
.search-works_tab li.is-active {
  border: 2px solid #093838;
  border-bottom: none;
  background-color: #fff;
}
.search-works_tab li.is-active:after {
  background-color: #fff;
  width: 100%;
  left: 0;
}
.search-works_panel {
  padding: 40px;
  border: 2px solid #093838;
}
@media (max-width: 767px) {
  .search-works_panel {
    padding: 16px;
  }
}
.search-works_panel > ul {
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  display: none;
}
.search-works_panel > ul.is-active {
  display: flex;
}
.search-works_panel > ul > li {
  width: calc(20% - 8px);
}
@media (max-width: 1023px) {
  .search-works_panel > ul > li {
    width: calc(25% - 8px);
  }
}
@media (max-width: 767px) {
  .search-works_panel > ul > li {
    width: calc(50% - 4px);
  }
}
.search-works_panel > ul > li a {
  flex-wrap: 1;
  border: 1px solid #BBC1C1;
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .search-works_panel > ul > li a {
    font-size: 12px;
    padding: 4px 8px;
  }
}
@media (max-width: 767px) {
  .search-works_panel > ul > li a {
    width: 100%;
  }
}
.search-works_child {
  gap: 40px !important;
}
.search-works_child > li {
  gap: 16px;
  width: 100% !important;
  flex: 1;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .search-works_child > li {
    flex-direction: column;
  }
}
.search-works_child > li > a {
  width: 160px;
  color: #fff;
  background-color: #007B3A;
  border-color: #007B3A;
}
.search-works_child > li ul {
  flex: 1;
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
}
.search-works_child > li ul li {
  width: calc(16.6666666667% - 8px);
}
@media (max-width: 1023px) {
  .search-works_child > li ul li {
    min-width: 30%;
  }
}
.search-works_multiple {
  font-weight: 500;
}
.search-works_multiple > li {
  width: 100% !important;
}
.search-works_multiple form {
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  .search-works_multiple form {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .search-works_multiple p {
    font-size: 12px;
  }
}
.search-works_multiple--check {
  gap: 8px;
  align-items: flex-start;
}
.search-works_multiple--check ul {
  gap: 16px 24px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .search-works_multiple--check ul {
    gap: 8px 16px;
  }
}
.search-works_multiple--check ul li {
  gap: 8px;
  font-size: 15px;
}
@media (max-width: 1023px) {
  .search-works_multiple--check ul li {
    gap: 4px;
    font-size: 12px;
  }
}
.search-works_multiple--select {
  width: 100%;
  gap: 16px;
}
.search-works_multiple--select > div {
  flex: 1;
}

.tag-list {
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.tag-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag-list li a {
  font-size: 13px;
  font-weight: 500;
  color: #687979;
  border: 1px solid #687979;
  border-radius: 4px;
  padding: 2px 12px;
}
.tag-list li a:hover {
  background-color: #687979;
  color: #fff;
}
.tag-list li a:before {
  content: "#";
}
.tag-text {
  font-weight: bold;
  color: #687979;
  font-size: 14px;
}
.tag-count {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.tag-count b {
  font-size: 20px;
  padding-right: 4px;
}

.card-column_text {
  gap: 8px;
  align-items: flex-start;
  padding: 16px 0;
}
.card-column_time {
  gap: 12px;
}
.card-column_title {
  flex: 1;
}
.card-column_title time {
  color: #687979;
  font-size: 13px;
  margin-bottom: 4px;
}
.card-column_title h3 {
  font-size: 15px;
  line-height: 1.6;
  color: #093838;
}
.card-column_side {
  font-weight: 500;
  align-items: flex-start;
  gap: 8px;
}
.card-column_side .card-column_img {
  width: min(45%, 135px);
}
.card-column_side .card-column_title {
  flex: 1;
}
.card-column_side .card-column_title time {
  font-size: 13px;
}
.card-column_pickupslider {
  font-weight: 500;
  align-items: flex-start;
  gap: 8px;
}
.card-column_pickupslider a {
  width: 100%;
}
.card-column_pickupslider .card-column_title time {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .card-column_pickupslider .card-column_title time {
    font-size: 13px;
  }
}
.card-column_pickupslider .card-column_title h3 {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .card-column_pickupslider .card-column_title h3 {
    font-size: 16px;
  }
}

.card-column.slick-slide {
  flex: 1;
  max-width: 357px;
}
@media (max-width: 1279px) {
  .card-column.slick-slide {
    width: calc((90% - 10px) / 2);
  }
}
@media (max-width: 767px) {
  .card-column.slick-slide {
    max-width: 300px !important;
  }
}

.card-main {
  min-width: 375px !important;
  max-width: 375px;
  position: relative;
}
@media (max-width: 1023px) {
  .card-main {
    min-width: 337px !important;
  }
}
@media (max-width: 767px) {
  .card-main {
    min-width: 260px !important;
  }
}
.card-main_building {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding: 2px 8px;
  background-color: #fff;
  color: #AE8D4E;
  border: 1px solid #AE8D4E;
  z-index: 3;
}
.card-main_img {
  width: 100%;
  height: 280px;
  margin-bottom: 16px;
  background-color: #F6F8F8;
}
@media (max-width: 767px) {
  .card-main_img {
    height: 220px;
  }
}
.card-main_img img {
  width: 100%;
  height: 100%;
}
.card-main_wrapper {
  gap: 12px;
  margin-bottom: 8px;
}
.card-main-time {
  font-size: 13px;
  color: #687979;
}
@media (max-width: 767px) {
  .card-main-time {
    font-size: 12px;
  }
}
.card-main_title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .card-main_title {
    font-size: 13px;
  }
}
.card-main_tag {
  font-size: 13px;
  font-weight: 500;
  row-gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .card-main_tag {
    font-size: 12px;
    min-height: 22px;
  }
}
.card-main_tag li a {
  padding: 0 12px;
  border: 1px solid #687979;
  color: #687979;
  border-radius: 4px;
  margin-right: 8px;
  width: auto;
}
@media (max-width: 767px) {
  .card-main_tag li a {
    padding: 0 8px;
  }
}
.card-main_tag li a:hover {
  background-color: #687979;
  color: #fff;
}
@media (max-width: 1279px) {
  .card-main_works {
    width: calc((90% - 10px) / 2);
  }
}
@media (max-width: 767px) {
  .card-main_works {
    max-width: 300px !important;
    width: 100%;
  }
}
.card-main_works .hover-scale div {
  height: 100%;
}
.card-main_voice {
  max-width: 500px;
  min-width: auto !important;
  width: calc((97% - 20px) / 2);
}
@media (max-width: 1023px) {
  .card-main_voice {
    width: calc((90% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .card-main_voice {
    width: 100%;
  }
}
.card-main_voice .card-main_img {
  height: auto;
  max-height: 320px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .card-main_voice .card-main_img {
    aspect-ratio: 8/6;
  }
}

@media (max-width: 1279px) {
  .archive-all .card-main_works {
    max-width: 45%;
    max-width: none !important;
    width: calc((98% - 10px) / 2);
  }
}
@media (max-width: 767px) {
  .archive-all .card-main_works {
    max-width: 375px !important;
    width: 100%;
  }
}

.card-news_item {
  position: relative;
  font-weight: 700;
  gap: 40px;
  padding: 24px 184px 24px 0;
  border-bottom: 1px solid #E1ECEC;
}
@media (max-width: 1279px) {
  .card-news_item {
    padding: 24px 120px 24px 0;
  }
}
@media (max-width: 767px) {
  .card-news_item {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
    padding: 24px 0 24px 0;
  }
}
.card-news_item::before {
  content: "";
  background-image: url("../../assets/images/icon/works-all-arrow.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  background-size: 100% 100%;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .card-news_item::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .card-news_item h3 {
    font-size: 15px;
  }
}
.card-news_block {
  gap: 40px;
}
@media (max-width: 767px) {
  .card-news_block {
    gap: 8px;
  }
}
.card-news_time {
  font-size: 15px;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .card-news_time {
    font-size: 14px;
  }
}
.card-news_category {
  width: 136px;
  height: 37px;
  line-height: 34px;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #093838;
}
@media (max-width: 767px) {
  .card-news_category {
    font-size: 12px;
    height: 30px;
    line-height: 26px;
    width: 108px;
  }
}

.card-staff {
  gap: 16px;
  align-items: flex-start !important;
  justify-content: center;
  width: calc(32% - 16px);
  align-items: stretch !important;
}
@media (max-width: 1279px) {
  .card-staff {
    width: calc(50% - 16px);
    max-width: 369px !important;
  }
}
@media (max-width: 767px) {
  .card-staff {
    width: 100%;
    min-width: auto !important;
  }
}
.card-staff_img {
  min-width: 198px;
  height: 263px;
}
.card-staff_img img {
  width: 100%;
  height: 100%;
}
.card-staff_content {
  position: relative;
  max-width: 162px;
  min-width: 162px;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .card-staff_content {
    min-width: 140px !important;
  }
}
.card-staff_content h3 {
  font-weight: 500;
  line-height: 120%;
}
.card-staff_content--en {
  color: #687979;
  font-size: 12px;
  font-family: "Outfit", "sans-serif";
}
.card-staff_content--department {
  font-size: 12px;
  margin-bottom: 28px;
  line-height: 140%;
}
.card-staff_content--department span {
  display: block;
}
.card-staff_content--text p {
  font-size: 13px;
  color: #687979;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  line-height: 20px;
}
.card-staff_content--btn {
  position: absolute;
  bottom: 4px;
  right: 0;
}

.column-article .rtoc-mokuji-content {
  max-width: 100%;
  padding: 24px 32px;
  border: 1px solid #E1ECEC;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .column-article .rtoc-mokuji-content {
    padding: 8px 16px 16px;
    margin: 16px auto;
  }
}
.column-article .rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left {
  justify-content: center;
  border-bottom: 1px solid #E1ECEC;
}
.column-article .rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left span {
  font-size: 15px;
  font-weight: bold;
}
.column-article .rtoc-mokuji-content #rtoc-mokuji-title.rtoc_btn_none {
  padding: 20px;
}
@media (max-width: 1023px) {
  .column-article .rtoc-mokuji-content #rtoc-mokuji-title.rtoc_btn_none {
    padding: 8px;
  }
}
.column-article .rtoc-mokuji-content .rtoc-mokuji li > a {
  font-weight: bold;
}
.column-article .rtoc-mokuji-content .rtoc-mokuji.level-1 {
  margin: 0 !important;
}

.label-cat {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 8px;
  background-color: #D2B06E;
  color: #fff;
}
@media (max-width: 767px) {
  .label-cat {
    font-size: 12px;
    padding: 2px 4px;
  }
}

.slick-columns-pickup .slick-next,
.slick-columns-pickup .slick-prev,
.slick-columns-related .slick-next,
.slick-columns-related .slick-prev {
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 1px solid #687979;
  border-radius: 50%;
  background: #fff url("../../assets/images/icon/arrow-sidebar.svg") no-repeat center center/24px;
  transition: all 0.3s;
  top: 50%;
}
@media (max-width: 1023px) {
  .slick-columns-pickup .slick-next,
  .slick-columns-pickup .slick-prev,
  .slick-columns-related .slick-next,
  .slick-columns-related .slick-prev {
    width: 28px;
    height: 28px;
  }
}
.slick-columns-pickup .slick-next::before,
.slick-columns-pickup .slick-prev::before,
.slick-columns-related .slick-next::before,
.slick-columns-related .slick-prev::before {
  content: "";
}
.slick-columns-pickup .slick-next:focus,
.slick-columns-pickup .slick-next:hover,
.slick-columns-pickup .slick-prev:focus,
.slick-columns-pickup .slick-prev:hover,
.slick-columns-related .slick-next:focus,
.slick-columns-related .slick-next:hover,
.slick-columns-related .slick-prev:focus,
.slick-columns-related .slick-prev:hover {
  background: #093838 url("../../assets/images/icon/arrow-sidebar.svg") no-repeat center center/24px;
}
.slick-columns-pickup .slick-prev,
.slick-columns-related .slick-prev {
  transform: translateY(-50%) scale(-1, 1);
  left: -52px;
}
@media (max-width: 1023px) {
  .slick-columns-pickup .slick-prev,
  .slick-columns-related .slick-prev {
    left: -4px;
  }
}
.slick-columns-pickup .slick-next,
.slick-columns-related .slick-next {
  right: -56px;
}
@media (max-width: 1023px) {
  .slick-columns-pickup .slick-next,
  .slick-columns-related .slick-next {
    right: -4px;
  }
}
.slick-columns-pickup .slick-track,
.slick-columns-related .slick-track {
  display: flex;
  gap: min(1.94vw, 28px);
  margin: 0;
}

.slick-columns_cat-pickup .slick-next,
.slick-columns_cat-pickup .slick-prev {
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 1px solid #687979;
  border-radius: 50%;
  background: #fff url("../../assets/images/icon/arrow-sidebar.svg") no-repeat center center/24px;
  transition: all 0.3s;
  top: auto;
  bottom: -110px;
}
@media (max-width: 767px) {
  .slick-columns_cat-pickup .slick-next,
  .slick-columns_cat-pickup .slick-prev {
    width: 28px;
    height: 28px;
  }
}
.slick-columns_cat-pickup .slick-next::before,
.slick-columns_cat-pickup .slick-prev::before {
  content: "";
}
.slick-columns_cat-pickup .slick-next:focus,
.slick-columns_cat-pickup .slick-next:hover,
.slick-columns_cat-pickup .slick-prev:focus,
.slick-columns_cat-pickup .slick-prev:hover {
  background: #093838 url("../../assets/images/icon/arrow-sidebar.svg") no-repeat center center/24px;
}
.slick-columns_cat-pickup .slick-prev {
  transform: translateY(-50%) scale(-1, 1);
  left: 0;
}
@media (max-width: 767px) {
  .slick-columns_cat-pickup .slick-prev {
    left: -12px;
    bottom: auto;
    top: 40%;
  }
}
.slick-columns_cat-pickup .slick-next {
  left: min(100% - 91px, 1095px);
}
@media (max-width: 767px) {
  .slick-columns_cat-pickup .slick-next {
    left: auto;
    right: -4px;
    transform: translateY(-50%);
    top: 40%;
  }
}
.slick-columns_cat-pickup .slick-slide {
  position: relative;
  width: 310px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .slick-columns_cat-pickup .slick-slide {
    width: calc(100vw - 32px);
  }
}

.work-layout_slider {
  margin-bottom: 96px;
}
.work-layout_slider .slider {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.work-layout_slider .slider .slick-slide img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.work-layout_slider .thumbnail .slick-track {
  width: 100% !important;
  flex-wrap: wrap;
  display: flex;
  margin-top: 16px;
  transform: none !important;
  gap: 12px 2%;
}
.work-layout_slider .thumbnail .slick-track:after, .work-layout_slider .thumbnail .slick-track:before {
  display: none;
}
.work-layout_slider .thumbnail .slick-current {
  opacity: 0.5 !important;
}
.work-layout_slider .thumbnail .slick-slide {
  width: 18.4% !important;
  height: auto !important;
}
.work-layout_slider .thumbnail .slick-slide:hover {
  cursor: pointer;
  opacity: 0.5;
}
.work-layout_slider .thumbnail .slick-slide img {
  margin: 0 auto;
  object-fit: contain;
}
.work-layout_slider .thumbnail .slick-slide:first-child {
  margin-left: 0;
}
.work-layout_slider .thumbnail .slick-slide:last-child {
  margin-right: 0;
}
.work-layout_slider .slick-slide {
  background-color: #F6F8F8;
  height: 658px !important;
}
@media (max-width: 1279px) {
  .work-layout_slider .slick-slide {
    height: min(50vw, 658px) !important;
  }
}
.work-layout_slider .slick-arrow {
  width: 40px !important;
  height: 40px !important;
  background-size: 100% 100% !important;
  z-index: 9 !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .work-layout_slider .slick-arrow {
    width: 26px !important;
    height: 26px !important;
  }
}
.work-layout_slider .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.work-layout_slider .slick-prev:before {
  background-image: url("../../assets/images/icon/slick-prev.png") !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.work-layout_slider .slick-prev {
  left: 0 !important;
}
.work-layout_slider .slick-next:before {
  background-image: url("../../assets/images/icon/slick-next.png") !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.work-layout_slider .slick-next {
  right: 0 !important;
}

.page-slider .slick-arrow {
  width: 40px !important;
  height: 40px !important;
  background-size: 100% 100% !important;
  z-index: 9 !important;
  opacity: 1 !important;
  transform: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .page-slider .slick-arrow {
    width: 26px !important;
    height: 26px !important;
  }
}
.page-slider .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page-slider .slick-prev:before {
  background-image: url("../../assets/images/icon/slick-prev.png") !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-slider .slick-prev {
  left: 40px !important;
}
.page-slider .slick-next:before {
  background-image: url("../../assets/images/icon/slick-next.png") !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-slider .slick-next {
  right: 40px !important;
}
.page-slider .slick-track {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.slider-contents {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.slider-contents_title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.staff-layout_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 160px;
}

input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #BBC1C1;
  border-radius: 4px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked {
  background-color: #687979;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

label,
input[type=checkbox] {
  cursor: pointer;
}

select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #BBC1C1;
  padding: 4px 16px 4px 4px;
  background-image: url("../../assets/images/icon/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: right 12px center;
  padding: 8px 40px 8px 8px;
  font-size: 14px;
}

.form-select {
  width: 100%;
}

.page-form {
  font-size: 15px;
  font-weight: 500;
  padding: 64px 20px;
}
.page-form_gray {
  background-color: #F6F8F8;
}
.page-form h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1;
  margin-bottom: 80px;
}
.page-form_contents {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start !important;
}
.page-form_contents_item {
  text-align: left;
}
.page-form_contents > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-form_contents input,
.page-form_contents select {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  line-height: 1;
  border: 1px solid #BBC1C1;
  background-color: #fff;
}
.page-form_contents select {
  padding: 18px;
}
.page-form_contents textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #BBC1C1;
  padding: 16px;
  background-color: #fff;
}
.page-form_contents label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.page-form_contents .form-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 4px 8px;
  background-color: #D2B06E;
}
.page-form_contents .age-block .wpcf7-form-control-wrap {
  margin-right: 8px;
  width: 212px;
}
.page-form_contents .gender-block .wpcf7-form-control,
.page-form_contents .sending-block .wpcf7-form-control {
  display: flex;
  gap: 84px;
}
@media (max-width: 767px) {
  .page-form_contents .gender-block .wpcf7-form-control,
  .page-form_contents .sending-block .wpcf7-form-control {
    gap: 30px;
  }
}
.page-form_contents .gender-block .wpcf7-list-item,
.page-form_contents .sending-block .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.page-form_contents .gender-block .wpcf7-list-item-label,
.page-form_contents .sending-block .wpcf7-list-item-label {
  font-size: 16px;
  margin-left: 32px;
}
.page-form_contents .gender-block input[type=radio],
.page-form_contents .sending-block input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.page-form_contents .gender-block input[type=radio] + span::before,
.page-form_contents .sending-block input[type=radio] + span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #BBC1C1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease;
  box-sizing: border-box;
}
.page-form_contents .gender-block input[type=radio]:checked + span::after,
.page-form_contents .sending-block input[type=radio]:checked + span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #007B3A;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-form_contents .gender-block input[type=radio]:checked + span::before,
.page-form_contents .sending-block input[type=radio]:checked + span::before {
  border-color: #007B3A;
}
.page-form_contents .sending-block .wpcf7-form-control {
  gap: 24px;
}
.page-form_contents .postal-block_bottom {
  margin-bottom: 32px;
}
.page-form_contents .postal-block label,
.page-form_contents .address-block label {
  margin-bottom: 8px;
}
.page-form_contents .checkbox-block input {
  width: 24px;
  height: 24px;
  padding: 0;
}
.page-form_contents .checkbox-block .wpcf7-list-item {
  margin: 0 24px 0 0;
}
.page-form_contents .checkbox-block label {
  margin-bottom: 16px;
}
.page-form_contents input[type=checkbox]:checked:before {
  top: 24%;
  left: 40%;
}
.page-form_contents .postal-block label {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-form_contents .postal-block_caution {
    font-size: 12px;
  }
}
.page-form_contents .date-block {
  gap: 20px;
}
.page-form_contents .date-block .wpcf7-form-control-wrap input::placeholder {
  color: #093838;
}
.page-form_contents .date-block_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-direction: row !important;
}
@media (max-width: 767px) {
  .page-form_contents .date-block_wrapper {
    justify-content: center;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
.page-form_contents .date-block_wrapper div {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .page-form_contents .date-block_wrapper div {
    width: 100%;
  }
}
.page-form_contents .date-block_wrapper--item {
  flex-direction: row !important;
  gap: 8px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-form_contents .date-block_wrapper--item {
    margin-bottom: 0;
  }
}
.page-form_contents .date-block_wrapper--item span {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-form_contents .date-block_wrapper--item span {
    width: 50%;
  }
}
.page-form_contents .date-block_wrapper--item input {
  padding-right: 30px;
  width: 100%;
}
.page-form_contents .date-block_wrapper--item::before {
  content: "";
  background-image: url("../../assets/images/icon/select-arrow.svg");
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transform-origin: center;
  pointer-events: none;
  transition: transform 0.3s ease;
  z-index: 2;
}
.page-form_contents .date-block_wrapper--item .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -2px;
  font-size: 12px;
}
.page-form_contents .date-block_wrapper .wpcf7-form-control-wrap {
  width: 100%;
}
.page-form_contents .date-block_wrapper input {
  width: 290px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .page-form_contents .date-block_wrapper input {
    width: 100%;
  }
}
.page-form_contents .postal-block .wpcf7-form-control-wrap {
  width: 212px;
}
.page-form_contents .postal-block select {
  width: 212px;
  margin-right: 8px;
  padding: 16px 12px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.page-form_contents .form-privacy-policy {
  border-radius: 4px;
  border: 1px solid #BBC1C1;
  background-color: #fff;
  max-height: 386px;
  padding: 16px;
  overflow-y: scroll;
  font-size: 14px;
}
.page-form_contents .form-privacy-policy ol li {
  font-weight: 400;
}
.page-form_contents .wpcf7-submit {
  margin-inline: auto;
  text-align: center;
  width: 272px;
  padding: 24px 0;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #BBC1C1;
  background-color: #093838;
  transition: all 0.3s;
}
.page-form_contents .wpcf7-submit:hover {
  border-radius: 4px;
  color: #093838;
  background-color: #fff;
}
.page-form .wpcf7-response-output {
  display: none;
}
.page-form input::placeholder,
.page-form textarea::placeholder {
  color: #BBC1C1;
  font-weight: 400;
}
.page-form p {
  font-weight: 400;
}

.text-clamp {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hover-scale div {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 52.5%;
}
.hover-scale div > img {
  transition: 0.3s all;
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.hover-scale:hover div > img {
  transform: translate(-50%, -50%) scale(1.05, 1.05);
}

.m-bt16 {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .m-bt16 {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=style.css.map */