@charset "UTF-8";
/* ----関数設定---- */
/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #333;
  font-weight: 500;
  line-height: 1.8;
  font-size: clamp(16px, calc(0.1877934272vw + 15px), 18px);
  background: url(../images/bg_white.webp);
}
@supports not (font-size: clamp(16px, calc(0.1877934272vw + 15px), 18px)) {
  body {
    font-size: max(16px, min(calc(0.1877934272vw + 15px), 18px));
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
a.button {
  display: block;
  background: url(../images/arrow.svg) no-repeat right 19px center/16px 16px, #F0A71B;
  text-align: center;
  border-radius: 30px;
  color: #333;
  font-weight: bold;
  width: clamp(240px, calc(7.5117370892vw + 212px), 320px);
  height: clamp(50px, calc(0.9389671362vw + 46px), 60px);
  line-height: clamp(50px, calc(0.9389671362vw + 46px), 60px);
}
@supports not (width: clamp(240px, calc(7.5117370892vw + 212px), 320px)) {
  a.button {
    width: max(240px, min(calc(7.5117370892vw + 212px), 320px));
  }
}
@supports not (height: clamp(50px, calc(0.9389671362vw + 46px), 60px)) {
  a.button {
    height: max(50px, min(calc(0.9389671362vw + 46px), 60px));
  }
}
@supports not (line-height: clamp(50px, calc(0.9389671362vw + 46px), 60px)) {
  a.button {
    line-height: max(50px, min(calc(0.9389671362vw + 46px), 60px));
  }
}
a.button:hover {
  background: url(../images/arrow.svg) no-repeat right 17px center/16px 16px, #f5a408;
}

ul.list {
  list-style: square;
  padding-left: 20px;
}

.inner {
  width: 86%;
  margin: 0 auto;
  max-width: 1600px;
}

.inner.narrow {
  max-width: 1240px;
}

.pc {
  display: none;
}

.sp {
  display: inline-block;
}

table.table1 {
  width: 100%;
  line-height: 1.5;
  border-top: dashed 2px #999;
}
table.table1 th {
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
  border-bottom: dashed 2px #999;
}
table.table1 td {
  padding: 12px 10px;
  border-bottom: dashed 2px #999;
}

.ggmap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 20px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.textindent {
  text-indent: -1em;
  padding-left: 1em;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px !important;
}
.ml15 {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  .text-center-pc {
    text-align: center;
  } 
}

@media screen and (min-width: 1025px){
 .ggmap {
    aspect-ratio: 1400/460;
  }
}
/* ----------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------- */
header {
  width: calc(100% - 20px);
  z-index: 10;
}
header:not(.fixed) {
  margin: 32px auto 20px;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
header nav .header_hometop {
  display: none;
}
header nav .header_tel {
  margin-left: clamp(10px, calc(2.1596244131vw + 2px), 33px);
}
@supports not (margin-left: clamp(10px, calc(2.1596244131vw + 2px), 33px)) {
  header nav .header_tel {
    margin-left: max(10px, min(calc(2.1596244131vw + 2px), 33px));
  }
}
header nav .header_tel img {
  margin-bottom: 10px;
}
header nav .header_tel p {
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
}
header nav .navbar-brand {
  margin-left: clamp(10px, calc(1.5023474178vw + 4px), 26px);
}
@supports not (margin-left: clamp(10px, calc(1.5023474178vw + 4px), 26px)) {
  header nav .navbar-brand {
    margin-left: max(10px, min(calc(1.5023474178vw + 4px), 26px));
  }
}
header nav .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-right: clamp(10px, calc(1.5023474178vw + 4px), 26px);
}
@supports not (margin-right: clamp(10px, calc(1.5023474178vw + 4px), 26px)) {
  header nav .nav-wrapper {
    margin-right: max(10px, min(calc(1.5023474178vw + 4px), 26px));
  }
}
header nav .nav-wrapper .contact_btn {
  display: none;
}
header nav .nav-wrapper .contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 45px;
  background: #F0A71B;
  line-height: 45px;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  width: clamp(150px, calc(13.3928571429vw + 47px), 240px);
}
@supports not (width: clamp(150px, calc(13.3928571429vw + 47px), 240px)) {
  header nav .nav-wrapper .contact_btn a {
    width: max(150px, min(calc(13.3928571429vw + 47px), 240px));
  }
}
header nav .nav-wrapper .contact_btn a:hover {
  background: #f5a408;
}
header nav .nav-wrapper .nav_btn {
  background: #F0A71B;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
header nav .nav-wrapper .nav_btn:hover {
  cursor: pointer;
  background: #f5a408;
}
header nav .nav-wrapper .nav_btn .nav_toggle {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
}
header nav .nav-wrapper .nav_btn .nav_toggle .nav_toggle_menu {
  position: absolute;
  bottom: 0;
  color: #FFF;
  text-align: center;
  transform: scale(1.3, 1);
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 1;
}
header nav .nav-wrapper .nav_btn .nav_toggle i {
  transition: all 0.5s;
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  position: absolute;
}
header nav .nav-wrapper .nav_btn .nav_toggle i:nth-child(1) {
  top: 17px;
}
header nav .nav-wrapper .nav_btn .nav_toggle i:nth-child(2) {
  top: 23px;
}
header nav .nav-wrapper .nav_btn .nav_toggle i:nth-child(3) {
  top: 29px;
}
header nav .nav-wrapper .nav_btn.show {
  background: url(../images/bg_gray.webp);
}
header nav .nav-wrapper .nav_btn.show .nav_toggle i {
  background-color: #FFF;
}
header nav .nav-wrapper .nav_btn.show .nav_toggle i:nth-child(1) {
  transform: translateY(7px) translateX(-50%) rotate(-45deg);
}
header nav .nav-wrapper .nav_btn.show .nav_toggle i:nth-child(2) {
  opacity: 0;
}
header nav .nav-wrapper .nav_btn.show .nav_toggle i:nth-child(3) {
  transform: translateY(-5px) translateX(-50%) rotate(45deg);
}
header nav .nav-wrapper #main-nav {
  top: 0;
  right: -120%;
  transition: all 0.5s;
  position: fixed;
  background: url(../images/bg_gray.webp);
  color: #FFF;
  width: 100%;
  height: 100vh;
  max-width: 460px;
  z-index: 98;
  padding: 100px 40px 40px;
  line-height: 1.5;
  overflow-y: scroll;
}
header nav .nav-wrapper #main-nav ul#menu {
  border-top: solid 1px #FFF;
}
header nav .nav-wrapper #main-nav ul#menu li {
  border-bottom: solid 1px #FFF;
}
header nav .nav-wrapper #main-nav ul#menu li a {
  color: #FFF;
  font-size: 16px;
  display: block;
  padding: 18px 10px;
  background: url(../images/arrow_white.svg) no-repeat right 10px center/9px 5px;
}
header nav .nav-wrapper #main-nav ul#menu li a:hover {
  background: url(../images/arrow_white.svg) no-repeat right 8px center/9px 5px, #4D4D4D;
}
header nav .nav-wrapper #main-nav ul#menu li a span {
  font-size: 12px;
  display: block;
}
header nav .nav-wrapper #main-nav ul#menu li a span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #FFF;
  margin-right: 5px;
}
header nav .nav-wrapper #main-nav ul#menu2 {
  border-left: solid 1px #FFF;
  margin-top: 41px;
}
header nav .nav-wrapper #main-nav ul#menu2 li a {
  padding: 9px 20px;
  display: inline-block;
  font-size: 14px;
}
header nav .nav-wrapper #main-nav ul#menu2 li a::before {
  content: "-";
  margin-right: 2px;
}
header nav .nav-wrapper #main-nav ul#menu2 li a:hover {
  background-color: #4D4D4D;
}
header nav .nav-wrapper #main-nav .company_name {
  margin: 50px 20px 30px;
  text-align: center;
}
header nav .nav-wrapper #main-nav .tel {
  font-size: 14px;
  line-height: 2;
}
header nav .nav-wrapper #main-nav.show {
  right: 0;
  top: 0;
}
header.fixed {
  width: 100%;
  height: 80px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  background: rgb(255, 255, 255);
}
header.fixed nav {
  height: 80px;
}

body#body.show {
  overflow: hidden;
}

.home header:not(.fixed) {
  position: absolute;
  top: 20px;
  left: 10px;
  margin: unset;
}
.home header:not(.fixed) nav .header_hometop {
  display: block;
}
.home header:not(.fixed) nav .header_default {
  display: none;
}

@keyframes slideIn {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  header nav .nav-wrapper .contact_btn {
    display: block;
  }
  header nav .nav-wrapper .nav_btn {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 520px) {
  header .logo_wrapper .header_tel {
    display: none;
  }
}
/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
footer {
  background: url(../images/bg_gray.webp);
  color: #FFF;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/299;
  /*clip-path: path("M0-1828.17V8.58c284.96,156.21,612.1,245.04,960,245.04S1635.04,164.79,1920,8.58v-1836.76H0Z");
  background: url(../images/bg_white.webp);*/
  background: url(../images/bg_black_curve@2x.webp) no-repeat center center/cover;
}
footer #footer_contact {
  margin-bottom: clamp(50px, calc(9.765258216vw + 13px), 154px);
  padding-top: clamp(22px, calc(4.6948356808vw + 4px), 72px);
  padding-bottom: clamp(40px, calc(3.5680751174vw + 27px), 78px);
  background: url(../images/footer_contact_bg01@2x.webp) no-repeat left top/85px auto, url(../images/footer_contact_bg02@2x.webp) no-repeat right top/85px auto;
  margin-top: 42px;
}
@supports not (margin-bottom: clamp(50px, calc(9.765258216vw + 13px), 154px)) {
  footer #footer_contact {
    margin-bottom: max(50px, min(calc(9.765258216vw + 13px), 154px));
  }
}
@supports not (padding-top: clamp(22px, calc(4.6948356808vw + 4px), 72px)) {
  footer #footer_contact {
    padding-top: max(22px, min(calc(4.6948356808vw + 4px), 72px));
  }
}
@supports not (padding-bottom: clamp(40px, calc(3.5680751174vw + 27px), 78px)) {
  footer #footer_contact {
    padding-bottom: max(40px, min(calc(3.5680751174vw + 27px), 78px));
  }
}
footer #footer_contact .inner {
  max-width: 683px;
  width: 70%;
}
footer #footer_contact .headline {
  text-align: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: clamp(16px, calc(0.7511737089vw + 13px), 24px);
}
@supports not (font-size: clamp(16px, calc(0.7511737089vw + 13px), 24px)) {
  footer #footer_contact .headline {
    font-size: max(16px, min(calc(0.7511737089vw + 13px), 24px));
  }
}
footer #footer_contact .headline .sub {
  font-size: clamp(28px, calc(8.6384976526vw + -4px), 120px);
  margin-top: clamp(12px, calc(0.7511737089vw + 9px), 20px);
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  line-height: 1.2;
}
@supports not (font-size: clamp(28px, calc(8.6384976526vw + -4px), 120px)) {
  footer #footer_contact .headline .sub {
    font-size: max(28px, min(calc(8.6384976526vw + -4px), 120px));
  }
}
@supports not (margin-top: clamp(12px, calc(0.7511737089vw + 9px), 20px)) {
  footer #footer_contact .headline .sub {
    margin-top: max(12px, min(calc(0.7511737089vw + 9px), 20px));
  }
}
footer #footer_contact .footer_contact_btn {
  text-align: center;
}
footer #footer_contact .footer_contact_btn a.button {
  font-size: clamp(16px, calc(0.3755868545vw + 15px), 20px);
  width: clamp(260px, calc(20.6572769953vw + 183px), 480px);
  height: clamp(50px, calc(3.7558685446vw + 36px), 90px);
  line-height: clamp(50px, calc(3.7558685446vw + 36px), 90px);
  margin-top: clamp(35px, calc(5.1643192488vw + 16px), 90px);
  margin-inline: auto;
  border-radius: 45px;
  background-position: right 7% center;
}
@supports not (font-size: clamp(16px, calc(0.3755868545vw + 15px), 20px)) {
  footer #footer_contact .footer_contact_btn a.button {
    font-size: max(16px, min(calc(0.3755868545vw + 15px), 20px));
  }
}
@supports not (width: clamp(260px, calc(20.6572769953vw + 183px), 480px)) {
  footer #footer_contact .footer_contact_btn a.button {
    width: max(260px, min(calc(20.6572769953vw + 183px), 480px));
  }
}
@supports not (height: clamp(50px, calc(3.7558685446vw + 36px), 90px)) {
  footer #footer_contact .footer_contact_btn a.button {
    height: max(50px, min(calc(3.7558685446vw + 36px), 90px));
  }
}
@supports not (line-height: clamp(50px, calc(3.7558685446vw + 36px), 90px)) {
  footer #footer_contact .footer_contact_btn a.button {
    line-height: max(50px, min(calc(3.7558685446vw + 36px), 90px));
  }
}
@supports not (margin-top: clamp(35px, calc(5.1643192488vw + 16px), 90px)) {
  footer #footer_contact .footer_contact_btn a.button {
    margin-top: max(35px, min(calc(5.1643192488vw + 16px), 90px));
  }
}
footer #footer_contact .footer_contact_btn a.button:hover {
  background-position: right 6% center;
}
footer #footer_info.inner {
  max-width: 1400px;
}
footer .footer_menu {
  margin-bottom: 50px;
}
footer .footer_menu > div {
  margin-bottom: 20px;
}
footer .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_menu ul li {
  width: 50%;
}
footer .footer_menu ul li a {
  color: #979797;
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  footer .footer_menu ul li a {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
footer .footer_menu ul li a:hover {
  color: #FFF;
}
footer .footer_menu h3 {
  font-weight: bold;
  font-size: 16px;
}
footer .footer_menu h3.en {
  font-family: "aktiv-grotesk-extended", sans-serif;
  color: #F0A71B;
  font-weight: 500;
}
footer .footer_info h3 {
  font-weight: bold;
  font-size: clamp(18px, calc(0.1877934272vw + 17px), 20px);
  margin-bottom: clamp(10px, calc(1.4084507042vw + 5px), 25px);
}
@supports not (font-size: clamp(18px, calc(0.1877934272vw + 17px), 20px)) {
  footer .footer_info h3 {
    font-size: max(18px, min(calc(0.1877934272vw + 17px), 20px));
  }
}
@supports not (margin-bottom: clamp(10px, calc(1.4084507042vw + 5px), 25px)) {
  footer .footer_info h3 {
    margin-bottom: max(10px, min(calc(1.4084507042vw + 5px), 25px));
  }
}
footer .footer_info p {
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  footer .footer_info p {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
footer .copyright {
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
  font-weight: normal;
	margin-top:40px;
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  footer .copyright {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
footer .pagetop a {
  display: block;
  position: fixed;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: #F0A71B;
  transition: all 0.5s ease-out;
}
footer .pagetop a::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid #FFF;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: 15px;
  right: 50%;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
}
footer .pagetop a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  width: 0.1em;
  height: 1em;
  background: #FFF;
  top: 16px;
  right: calc(50% - 1px);
  transition: all 0.5s ease-out;
}
footer .pagetop a:hover {
  bottom: 13px;
  background: #f5a408;
}
footer .loop_wrap {
  margin-top: 30px;
}
footer .loop_wrap img {
  height: clamp(150px, calc(14.0845070423vw + 97px), 300px);
  width: auto;
}
@supports not (height: clamp(150px, calc(14.0845070423vw + 97px), 300px)) {
  footer .loop_wrap img {
    height: max(150px, min(calc(14.0845070423vw + 97px), 300px));
  }
}

.home footer {
  padding-top: clamp(50px, calc(6.3849765258vw + 26px), 118px);
}
@supports not (padding-top: clamp(50px, calc(6.3849765258vw + 26px), 118px)) {
  .home footer {
    padding-top: max(50px, min(calc(6.3849765258vw + 26px), 118px));
  }
}
.home footer::before {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}
.page-id-19 .grecaptcha-badge,.page-id-28 .grecaptcha-badge,.page-id-30 .grecaptcha-badge{
    visibility: visible;
}


.grecaptcha-badge {
  bottom: 90px !important;
}

@media screen and (min-width: 768px) {
  footer #footer_contact {
    background-size: 18% auto;
  }
  footer .flex {
    display: flex;
    justify-content: space-between;
  }
  footer .footer_menu {
    width: 51%;
    order: 2;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer_menu > div {
    width: 50%;
  }
  footer .footer_menu > div ul li {
    width: 100%;
  }
  footer .footer_info {
    order: 1;
  }
}
@media screen and (min-width: 1025px) {
  footer #footer_contact {
    background: url(../images/footer_contact_bg01@2x.webp) no-repeat left center/20% auto, url(../images/footer_contact_bg02@2x.webp) no-repeat right center/20% auto;
  }
  footer #footer_contact .headline {
    margin-bottom: 6px;
  }
  footer .footer_menu > div {
    width: 33.3333333333%;
  }
  footer .footer_menu h3.en {
    margin-bottom: 15px;
  }
  footer .footer_menu ul li {
    width: 100%;
  }
  footer .footer_menu ul li a {
    line-height: 2.1;
  }
	footer .loop_wrap {
	  margin-top: 100px;
	}
}
@media screen and (min-width: 1760px) {
  footer #footer_contact {
    background-size: contain;
  }
}
/* ----------------------------------------------------------------------
アニメーション
---------------------------------------------------------------------- */
/* フェードイン */
.fadein {
  opacity: 0;
}

.fadein.bottom {
  transform: translate3d(0, 20px, 0);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* タイプライター */
.typewriter span {
  display: inline-block;
  transform: translateY(30%);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.23, 0.61, 0.355, 1);
  transition-duration: 690ms;
}

@keyframes typewriter {
  0% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0);
  }
}
.typewriter.active span {
  transform: translateY(0);
  opacity: 1;
}

/* 流れるテキスト */
.loop_wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.loop_wrap img {
  max-width: unset;
}
.loop_wrap img:first-child, .loop_wrap img.first {
  animation: loop 150s -75s linear infinite;
}
.loop_wrap img:last-child, .loop_wrap img.second {
  animation: loop2 150s linear infinite;
}

.loop_wrap_child img:first-child {
  animation: loop 170s -85s linear infinite;
}
.loop_wrap_child img:last-child {
  animation: loop2 170s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* ----------------------------------------------------------------------
サブページ共通
---------------------------------------------------------------------- */
#content-header {
  background-color: #F1F1F1;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: calc(100% - 18px);
  margin: 0 auto;
  border-radius: 20px;
  aspect-ratio: 2;
}
#content-header h1, #content-header h2 {
  position: absolute;
  color: #FFF;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content-header h1 .subtitle, #content-header h2 .subtitle {
  font-size: clamp(32px, calc(3.0046948357vw + 21px), 64px);
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
@supports not (font-size: clamp(32px, calc(3.0046948357vw + 21px), 64px)) {
  #content-header h1 .subtitle, #content-header h2 .subtitle {
    font-size: max(32px, min(calc(3.0046948357vw + 21px), 64px));
  }
}
#content-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  right: 0;
}

#breadcrumbs {
  font-size: 12px;
  margin-bottom: clamp(30px, calc(2.8169014085vw + 19px), 60px);
  margin-top: 12px;
}
@supports not (margin-bottom: clamp(30px, calc(2.8169014085vw + 19px), 60px)) {
  #breadcrumbs {
    margin-bottom: max(30px, min(calc(2.8169014085vw + 19px), 60px));
  }
}

main {
  padding-bottom: 50px;
}

@media screen and (min-width: 1025px) {
  main {
    padding-bottom: clamp(50px, calc(12.20657277vw + 4px), 180px);
  }
  @supports not (padding-bottom: clamp(50px, calc(12.20657277vw + 4px), 180px)) {
    main {
      padding-bottom: max(50px, min(calc(12.20657277vw + 4px), 180px));
    }
  }
}
article {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}
.single article{width:100%;}
.single #breadcrumbs{margin-inline:7.5%;}
.archive article {
  max-width: 1400px;
}

@media screen and (min-width: 768px) {
  #content-header {
    aspect-ratio: 1920/320;
  }
}
@media screen and (min-width: 1024px) {
	.single article{width:85%;}
	.single #breadcrumbs{margin-inline:0;}
}

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