* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #916B5A;
  --secondary: #F6F2EF;
  --hover: #181818;
  --title: #141413;
  --text: #565650;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 160rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 163rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  word-break: normal;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: 'Funnel Display', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, var(--secondary), #FFF);
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.svg svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.head h2 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 6.8rem;
}
.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 6.2rem;
  transition: background 0.3s;
  padding: 0 3.2rem;
  border-radius: 1.2rem;
  background-color: var(--hover);
}
.btn:hover {
  background-color: var(--primary);
}
@keyframes arrow-top-bottom {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 996;
  padding: 14px 0;
  transition: all 0.3s;
}
header.hide {
  transform: translateY(-100%);
}
header .inner {
  gap: 3.2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  max-width: 1896px;
  margin: 0 auto;
  padding: 0 20px;
}
header .lt,
header .rt {
  gap: 3.2rem;
  display: flex;
  align-items: center;
}
header .logo {
  display: block;
  position: relative;
}
header .logo img {
  display: block;
  width: auto;
  height: 28px;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .menu {
  gap: 12px;
  display: flex;
}
header nav .menu > li > a {
  display: block;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 12px;
  transition: all 0.3s;
}
header nav .menu > li > a:hover {
  background-color: var(--secondary);
}
header .rt {
  justify-content: flex-end;
}
header .social {
  gap: 1.6rem;
  display: flex;
}
header .social a {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 12px;
  transition: all 0.3s;
  position: relative;
}
header .social a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
header .social a:hover {
  background-color: var(--secondary);
}
header .social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
header .social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
header .btn_menu {
  display: none;
}
header .btn {
  font-size: 18px;
  line-height: 54px;
  border-radius: 12px;
  padding: 0 32px;
}
.header_notice {
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 99;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
}
.header_notice.hide {
  opacity: 0;
  transform: translateY(-50px);
}
.header_notice .inner {
  margin: 0 auto;
  max-width: 96.666667vw;
  width: max-content;
  pointer-events: all;
  border-radius: 1.9rem;
  border: 1px solid #E0D7D5;
  overflow: hidden;
  padding: 0 3.6rem 0 3rem;
  gap: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  box-shadow: 0 0.8rem 0.8rem rgba(230, 230, 232, 0.45);
  background-color: #FFFFFF;
}
.header_notice .svg {
  width: 2.6rem;
  height: 1.6rem;
}
.header_notice .header_notice_swiper {
  height: 3.6rem;
  overflow: hidden;
}
.header_notice .header_notice_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_notice .header_notice_swiper .swiper-slide span {
  color: var(--text);
  margin-right: 1rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header_notice .header_notice_swiper .swiper-slide a {
  white-space: nowrap;
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.header_notice .header_notice_swiper .swiper-slide a:hover {
  text-decoration-color: transparent;
}
footer {
  background-color: #FAF9F5;
}
footer .main {
  gap: 5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 11rem 0 21rem;
}
footer .main strong {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
footer .foot_nav li + li {
  margin-top: 2.2rem;
}
footer .foot_nav a {
  color: #606060;
  font-size: 2.2rem;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline;
  text-decoration-color: transparent;
}
footer .foot_nav a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .foot_cers {
  width: 48.8rem;
}
footer .social {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.6rem;
}
footer .social li + li {
  margin: 0;
}
footer .social a {
  display: block;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 1rem;
  transition: all 0.3s;
  border: 1px solid rgba(39, 28, 11, 0.15);
  position: relative;
}
footer .social a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
footer .social a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
footer .social a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
footer .social .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
footer .social .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
footer .social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
footer .social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
footer .cers {
  gap: 1.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
footer .cers li {
  padding: 2.2rem 0.7rem 0.7rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(39, 28, 11, 0.15);
}
footer .cers .img {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}
footer .cers .name {
  text-align: center;
  font-size: 1.94rem;
  color: #606060;
  margin-top: 2.5rem;
}
footer .bot {
  gap: 5.375%;
  display: flex;
  align-items: center;
}
footer .logo {
  flex: 1;
  display: block;
  position: relative;
}
footer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .wpcf7 {
  width: 36.5%;
}
footer form {
  width: 36.5%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  border-radius: 1.6rem;
  background-color: #FFFFFF;
  border: 1px solid #DBDBD5;
  box-shadow: 0 0.8rem 0.8rem rgba(230, 230, 232, 0.45);
  padding: 1.3rem;
  position: relative;
  z-index: 2;
}
footer form:hover::before {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
}
footer form:focus-within::before {
  width: 100%;
  height: 100%;
}
footer form::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  border: 3px solid var(--primary);
  pointer-events: none;
}
footer form::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 1.6rem;
  background-color: #FFFFFF;
}
footer form input[type="email"] {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.6rem;
  color: var(--title);
  padding: 0 1rem;
}
footer form input[type="email"]::placeholder {
  color: var(--text);
}
footer form input[type="submit"] {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 5.6rem;
  background-color: var(--primary);
}
footer form input[type="submit"]:hover {
  background-color: var(--hover);
}
footer form .wpcf7-response-output {
  display: none;
}
footer .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -1rem;
  padding: 0 1rem;
}
footer .copyright {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.4rem;
  padding: 3.2rem 0;
}
footer .copyright ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .copyright ul li {
  display: flex;
  align-items: center;
}
footer .copyright ul li + li::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.2rem;
  margin: 0 1.2rem;
  background-color: rgba(22, 22, 22, 0.15);
}
footer .copyright ul a {
  display: block;
  color: rgba(22, 22, 22, 0.68);
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
footer .copyright ul a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .copyright #backtop {
  margin-left: auto;
  cursor: pointer;
  gap: 1rem;
  display: flex;
  align-items: center;
}
footer .copyright #backtop::after {
  content: '';
  display: block;
  width: 0.8rem;
  height: 1.2rem;
  background: url(../img/arrow-line-u-b.svg) no-repeat center / contain;
}
.quote_modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  display: none;
  align-items: center;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  margin: 40px auto;
  max-width: 500px;
  width: calc(100% - 40px);
}
.quote_modal .quote_form {
  padding: 4rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
.quote_modal .quote_form .logo {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin-bottom: 2rem;
}
.quote_modal .quote_form .logo img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.quote_modal .quote_form form {
  gap: 1.6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quote_modal .quote_form form .title {
  width: 100%;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 1.4rem;
}
.quote_modal .quote_form form span {
  width: 100%;
  position: relative;
}
.quote_modal .quote_form form .label {
  cursor: pointer;
  max-width: max-content;
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.quote_modal .quote_form form input,
.quote_modal .quote_form form select,
.quote_modal .quote_form form textarea {
  width: 100%;
  height: 5rem;
  display: block;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid #DBDBD5;
  outline: 1px solid transparent;
  transition: all 0.3s;
}
.quote_modal .quote_form form input:focus,
.quote_modal .quote_form form select:focus,
.quote_modal .quote_form form textarea:focus {
  border-color: var(--primary);
  outline-color: var(--primary);
}
.quote_modal .quote_form form textarea {
  height: 12rem;
}
.quote_modal .quote_form form input[type="submit"] {
  padding: 0;
  height: auto;
  border: none;
  outline: none;
  line-height: 5.6rem;
}

/*** global css ***/
.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .content {
    padding: 0 4rem;
  }
  .swiper_content {
    padding: 1.5rem 4rem;
  }
  header .inner,
  header .lt,
  header .rt {
    gap: 20px;
  }
  header nav .menu > li > a {
    font-size: 17px;
  }
  header nav .menu,
  header .social {
    gap: 10px;
  }
  header .social a {
    width: 40px;
    height: 40px;
  }
  header .btn {
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  .head h2 {
    font-size: 4rem;
    line-height: 1.3;
  }
  header .inner {
    display: flex;
    justify-content: space-between;
  }
  header .logo img {
    height: 22px;
  }
  header nav .menu > li > a {
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 8px;
  }
  header .social a {
    border-radius: 8px;
  }
  header .btn {
    font-size: 15px;
    line-height: 42px;
    padding: 0 16px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}
@media screen and (max-width: 1024px) {
  header .logo img {
    height: 26px;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li::after {
    display: none;
  }
  header nav .con .menu > li > a {
    color: var(--title);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
  }
  header nav .con .menu > li > a:hover {
    color: var(--secondary);
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--primary);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    font-size: 14px;
    color: var(--title);
  }
  header nav .con .sub-menu li a::after {
    display: none;
  }
  header nav .con .sub-menu li a:hover {
    color: var(--primary);
  }
  header .social a {
    width: 50px;
    height: 50px;
  }
  header .btn_menu {
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
  header .btn {
    line-height: 50px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .head h2 {
    font-size: 3.6rem;
  }
  footer .foot_cers {
    width: 36rem;
  }
  footer form {
    width: 46%;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 30px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .head .desc,
  .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .btn {
    font-size: 14px;
    line-height: 42px;
    padding: 0 16px;
    border-radius: 8px;
  }
  header .inner {
    gap: 20px;
    display: flex;
    justify-content: space-between;
  }
  footer .main {
    gap: 30px 20px;
    padding: 50px 0 30px;
  }
  footer .main strong {
    font-size: 18px;
    margin-bottom: 15px;
  }
  footer .foot_nav li + li {
    margin-top: 12px;
  }
  footer .foot_nav a {
    font-size: 14px;
  }
  footer .social {
    margin-top: 20px;
  }
  footer .social li + li {
    margin: 0;
  }
  footer .social a {
    width: 46px;
    height: 46px;
  }
  footer .foot_cers {
    width: 260px;
  }
  footer .foot_cers ul {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
  }
  footer .foot_cers li {
    padding: 8px;
    border-radius: 8px;
  }
  footer .foot_cers li .img {
    width: 40px;
    height: 40px;
  }
  footer .foot_cers li .name {
    font-size: 14px;
    margin-top: 8px;
  }
  footer form {
    width: 50%;
    padding: 6px;
    border-radius: 12px;
  }
  footer form input[type="email"] {
    font-size: 14px;
  }
  footer form input[type="submit"] {
    font-size: 14px;
    line-height: 42px;
  }
  footer .copyright {
    padding: 30px 0;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }
  .wpcf7 form.wpcf7-form .wpcf7-spinner {
    left: 100%;
    right: unset;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px;
  }
  header {
    padding: 11px 0;
  }
  header .logo img {
    height: 22px;
  }
  header .rt {
    gap: 20px;
  }
  header .social {
    display: none;
  }
  header .btn {
    font-size: 14px;
    padding: 0 16px;
    line-height: 42px;
  }
  .header_notice {
    top: 70px;
    font-size: 12px;
  }
  .header_notice .inner {
    padding: 0 15px;
  }
  .header_notice .svg {
    width: 20px;
  }
  footer .bot {
    display: block;
    margin-top: 20px;
  }
  footer form {
    width: 100%;
    margin-top: 30px;
  }
  footer .copyright {
    justify-content: center;
  }
  footer .copyright #backtop {
    margin: 0;
  }
}
